Skip to content

Releases: TheStreamCode/super-cli

v0.8.0 — Add Pi agent

19 Jun 19:07

Choose a tag to compare

  • Added Pi to the built-in agent presets. Pi (Pi Coding Agent) installs via the official npm package @earendil-works/pi-coding-agent (pi binary), with guided install and the official pi update command.

v0.7.3 — Fix Droid install, VS Code 1.93+, governance docs

19 Jun 07:43

Choose a tag to compare

  • Fixed the Droid built-in to install the official @factory/cli npm package (which provides the droid binary) instead of the incorrect unscoped droid package.
  • Raised the minimum VS Code version to ^1.93.0 (the floor for the terminal shell integration APIs used).
  • Added CONTRIBUTING/SECURITY/SUPPORT/TRADEMARKS docs; compiled against ES2022.

v0.7.2 — Docs sync

13 Jun 17:48

Choose a tag to compare

What changed

Documentation refresh so the README reflects the 0.7.1 preset updates:

  • Cursor, Grok and Hermes now install natively on Windows (official PowerShell installer).
  • Cursor, OpenCode and Droid now show an update button in the sidebar.

Docs-only — no functional changes. The packaged vscode-super-cli-0.7.2.vsix is attached.

v0.7.1 — Verified all CLIs, complete install/update presets

13 Jun 17:22

Choose a tag to compare

What changed

Audited all 13 built-in agents against current official sources and completed the install/update presets.

  • Native Windows installers added for Cursor, Grok and Hermes — they now ship a PowerShell installer upstream, so guided install works on native Windows (not only under WSL).
  • Update buttons added for Cursor (cursor-agent update), OpenCode (opencode upgrade) and Droid (droid update).
  • Commands and npm package names verified correct for everything else (Claude Code, Codex, Copilot, Kilo, Crush @charmland/crush, Command Code, Antigravity, Droid, MiMo Code).

The packaged vscode-super-cli-0.7.1.vsix is attached.

v0.7.0 — Favorite agent + Ctrl+Alt+A, install-status indicator

12 Jun 16:10

Choose a tag to compare

Highlights

  • Favorite agent. Mark an agent as your favorite with the star (★) button next to it in the sidebar, then launch it from anywhere with Ctrl+Alt+A (Cmd+Alt+A on macOS; remappable in Keyboard Shortcuts). With no favorite set, the shortcut opens the picker and offers to remember your choice. Stored in the new superCli.favoriteAgent setting.
  • Install-status indicator. Agents whose CLI isn't found on your PATH are shown dimmed and marked not installed (best-effort, no process spawned). Not shown under superCli.useWsl, since the Windows PATH doesn't reflect what's installed inside WSL.

The packaged vscode-super-cli-0.7.0.vsix is attached.

v0.6.2

12 Jun 11:17

Choose a tag to compare

Added an Open VSX badge to the README and unified the LICENSE copyright holder to Michael Gasperini (Mikesoft). No functional changes.

v0.6.1 — Marketplace discoverability

12 Jun 07:15

Choose a tag to compare

What's new in 0.6.1

Marketplace discoverability (SEO) only — no functional changes:

  • Added the AI and Chat categories (was Other only).
  • More descriptive title and summary; keywords reordered toward high-traffic terms.
  • Added an FAQ section to the README for long-tail search.

📦 Marketplace: https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli

v0.6.0 — Per-agent Update button & WSL option

12 Jun 07:09

Choose a tag to compare

What's new in 0.6.0

  • Update button per agent. Each sidebar agent that has a known update command shows an update button next to Launch, which runs the CLI's official update — codex update, copilot update, kilo upgrade, hermes update, claude update, or an npm reinstall for Crush. CLIs that update themselves (OpenCode, Cursor, Droid, MiMo Code, Command Code) don't show one.
  • New updateCommand agent field carrying each CLI's official update command (you can set it for custom agents too).
  • Open agents in WSL. New superCli.useWsl setting: on Windows, launch agents in a WSL terminal (native VS Code support). Under WSL, agents use their Unix install/update commands.
  • Updating is manual only — most CLIs already self-update, so there's no auto-update on launch.

📦 Marketplace: https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli

v0.5.0 — Auto-update CLIs on launch

11 Jun 21:51

Choose a tag to compare

What's new in 0.5.0

  • Auto-update CLIs on launch. New superCli.autoUpdate setting (on by default): before launching an agent, Super CLI updates it to the latest version — npm install -g for npm-based CLIs, or the official installer script for the others. Turn it off in settings to launch without updating.

📦 Marketplace: https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli

v0.4.1 — Claude Code IDE-extension opt-out

11 Jun 21:48

Choose a tag to compare

What's new in 0.4.1

  • Claude Code keeps your editor clean too. Super CLI now launches Claude Code with its official CLAUDE_CODE_IDE_SKIP_AUTO_INSTALL=1 environment variable, so it no longer auto-installs its companion IDE extension — consistent with the "one extension for every CLI" philosophy. Install that extension yourself if you want it.
  • New optional agent field env to set environment variables on an agent's terminal.

📦 Marketplace: https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli