Releases: TheStreamCode/super-cli
Releases · TheStreamCode/super-cli
Release list
Super CLI v1.0.5
Fixed
- Prevents Launch, Favorite, Update, and Setup Guide actions from appearing on the Ready and Setup required group headers.
- Pins the favorite agent above the sidebar groups with an always-visible star.
- Keeps the favorite out of status groups to avoid duplication while preserving alphabetical ordering for every other agent.
Verification
- 77 unit tests passed.
- VS Code Extension Host smoke test passed.
- CI passed on Windows, macOS, and Linux.
Super CLI v1.0.4
Changed
- Moves the maintainer-facing Super CLI brand asset reference from the Marketplace README to
docs/BRAND.md. - Keeps the brand guide available to contributors while excluding it from the runtime VSIX.
Verification
- 75 unit tests passed.
- VS Code Extension Host smoke test passed.
- CI passed on Windows, macOS, and Linux.
Super CLI v1.0.3
Changed
- Sorts agents alphabetically within sidebar status groups.
- Sorts non-favorite agents alphabetically in launcher sections.
- Sorts the Manage Built-in Agents list alphabetically.
- Keeps the favorite in its dedicated launcher section.
Verification
- 75 unit tests passed.
- VS Code Extension Host smoke test passed.
- CI passed on Windows, macOS, and Linux.
Super CLI v1.0.2
Fixed
- Fixed grouped sidebar actions so Launch, Favorite, Update, and Setup Guide consistently receive the selected agent.
- Fixed the
undefined is now the favorite agentregression after clearing or changing the favorite setting. - Removed launch commands from the virtual Agent Doctor report so command-line credentials are not reproduced in its Markdown table.
- Added integration coverage for tree item commands and repeated Agent Doctor runs.
Verification
- 75 automated tests passed.
- VS Code integration smoke test passed.
- Agent Doctor was verified to reuse one virtual document without writing files to disk.
- VSIX contents and metadata verified.
VSIX SHA-256: E0936A16D6D01FBB55C4E1D0C7DFEE936BE679EE415E3F88F7F793B8F67C82B5
Super CLI v1.0.1
What's changed
- Improved Visual Studio Marketplace discovery with a concise search-focused title, description, and 30 relevant keywords.
- Increased visibility for Claude Code, Codex CLI, GitHub Copilot CLI, Google Antigravity, Kiro CLI, and OpenClaw CLI.
- Reworked the README installation path and FAQ around common VS Code search intents.
- Updated the product screenshot with the expanded Setup required section.
- Added regression coverage for Marketplace metadata.
Verification
- 74 automated tests passed.
- VS Code integration smoke test passed.
- VSIX contents and metadata verified.
VSIX SHA-256: F52F6F0192DF0DF927C73F1BD27DD4795DEEB43FC35C726D64F23F7F543E79C4
Super CLI v1.0.0
Super CLI 1.0 is the stable launcher and control center for coding-agent CLIs in VS Code.
Highlights:
- Adds Kiro CLI and OpenClaw CLI with adaptive Windows, macOS, Linux, and WSL commands.
- Adds Manage Built-in Agents for a focused, user-selected CLI list.
- Adds Agent Doctor with bounded local version checks and a privacy-conscious report.
- Uses lazy view/command activation and a quieter sidebar with Setup required collapsed by default.
- Refreshes official CLI artwork, documentation, legal attribution, and product screenshots.
Verification: 73 unit tests passed, the VS Code Extension Host smoke test passed, and the packaged VSIX contents were audited.
Super CLI v0.9.0
Highlights
- Adds Kimi Code CLI and platform-aware launch and update commands for Windows, macOS, Linux, and WSL.
- Introduces a status-aware agent sidebar and launcher with favorites, setup guidance, and relevant vendor marks.
- Refreshes the Super CLI identity with the Router S logo across the toolbar, sidebar, extension icon, documentation, and screenshots.
- Improves update feedback, official setup-document behavior, accessibility metadata, and terminal-output memory bounds.
- Expands legal attribution and contributor guidance for third-party CLI marks.
Verification
- 66 automated tests passed.
- VS Code Extension Host integration passed.
- Package inventory validation passed.
- Isolated installation confirmed as
mikesoft.vscode-super-cli@0.9.0. npm auditreported 0 vulnerabilities.
Package integrity
SHA-256: C13173AAFFAA254D0641B6234DE935D51DFE8AA4D6EFF8689B0A22135D93E368
v0.8.3
Removes automatic CLI installers and configuration writes. Missing built-in CLIs now open verified official installation documentation in the external browser.
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.