Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Sona: AI-Native Programming with Cognitive AccessibilityNew to Visual Studio Code? Get it now.
Sona: AI-Native Programming with Cognitive Accessibility

Sona: AI-Native Programming with Cognitive Accessibility

Waycore inc.

|
178 installs
| (0) | Free
AI-native programming for real work and real minds: Focus Mode, Working Memory, and Explain/Optimize commands backed by a deterministic stdlib and a clean REPL.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sona: AI-Native Programming with Cognitive Accessibility

Source Version Marketplace Version Marketplace Installs License

Visual Studio Code support for the Sona programming language.

What's New in 0.14.1

Sona 0.14.1 focuses on the Sona-native standard library foundation and release packaging hardening while preserving the existing extension feature surface.

  • Stable CLI flow remains available: sona --version, sona --help, sona run file.sona, and sona file.sona.
  • .smod standard library modules are shipped as the public source format for the 0.14.1 foundation.
  • Existing Run Sona File command remains available from the Command Palette and editor context menu.
  • .sona and .smod syntax highlighting remains activation-safe.

How to Use Sona in VS Code

  1. Install Python 3.11 or newer and the Sona CLI:

    pip install sona-lang
    
  2. Open a folder and create hello.sona:

    print("Hello, Sona!");
    
  3. Open the Command Palette and run Sona: Run Sona File.

  4. Use .sona files for Sona programs and .smod files for Sona modules.

Quick Start

  1. Install Python 3.11 or newer.

  2. Install the Sona CLI:

    pip install sona-lang
    
  3. Check the CLI:

    sona --version
    sona --help
    
  4. Create hello.sona:

    print("Hello from Sona!");
    
  5. Run it:

    sona run hello.sona
    

See the full quickstart in docs/QUICKSTART.md.

Features

  • Syntax highlighting for .sona and .smod.
  • Run, check, format, profile, benchmark, and transpile commands.
  • REPL integration for interactive exploration.
  • Optional AI-assisted explain and suggestion commands.
  • Cognitive accessibility workflows including Focus Mode, Working Memory, and user profiles.

Useful Commands

Command Description
Sona: Welcome & Setup Opens extension onboarding.
Sona: Run Sona File Runs the active Sona file.
Sona: Check Syntax Checks syntax for the active Sona file.
Sona: Format Code Formats Sona code.
Sona: Start REPL Starts an interactive Sona shell.
Sona: Show System Info Shows runtime and extension environment details.

Configuration

{
  "sona.cli.pythonPath": "python",
  "sona.cli.timeout": 30000,
  "sona.userProfile": "neurotypical",
  "sona.ai.autoSetup": true,
  "sona.onboarding.showWelcome": true
}

Release Notes

  • Release notes

License

MIT License. See LICENSE.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft