Releases: TheStreamCode/super-cli
v0.8.0 — Add Pi agent
- Added Pi to the built-in agent presets. Pi (Pi Coding Agent) installs via the official npm package
@earendil-works/pi-coding-agent(pibinary), with guided install and the officialpi updatecommand.
v0.7.3 — Fix Droid install, VS Code 1.93+, governance docs
- Fixed the Droid built-in to install the official
@factory/clinpm package (which provides thedroidbinary) instead of the incorrect unscopeddroidpackage. - 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
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
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
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+Aon macOS; remappable in Keyboard Shortcuts). With no favorite set, the shortcut opens the picker and offers to remember your choice. Stored in the newsuperCli.favoriteAgentsetting. - Install-status indicator. Agents whose CLI isn't found on your
PATHare shown dimmed and marked not installed (best-effort, no process spawned). Not shown undersuperCli.useWsl, since the WindowsPATHdoesn't reflect what's installed inside WSL.
The packaged vscode-super-cli-0.7.0.vsix is attached.
v0.6.2
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
What's new in 0.6.1
Marketplace discoverability (SEO) only — no functional changes:
- Added the AI and Chat categories (was
Otheronly). - 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
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
updateCommandagent field carrying each CLI's official update command (you can set it for custom agents too). - Open agents in WSL. New
superCli.useWslsetting: 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
What's new in 0.5.0
- Auto-update CLIs on launch. New
superCli.autoUpdatesetting (on by default): before launching an agent, Super CLI updates it to the latest version —npm install -gfor 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
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=1environment 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
envto set environment variables on an agent's terminal.
📦 Marketplace: https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli