Skip to content

Commit 447a67c

Browse files
committed
feat: add ten agent CLIs and release 1.9.0
1 parent 4f35456 commit 447a67c

25 files changed

Lines changed: 414 additions & 26 deletions

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project are documented here. The format is based on
55

66
## [Unreleased]
77

8+
## [1.9.0] - 2026-07-27
9+
10+
### Added
11+
12+
- Added built-in presets for Amp, OpenClaude, Oh My Pi, goose, Auggie CLI, Cline CLI, Codebuff,
13+
Continue CLI, Mistral Vibe, and Rovo Dev CLI, with verified launch/version/update commands where
14+
the vendors expose them, official installation documentation, and source-attributed compact marks.
15+
16+
Package-manager-specific update commands are intentionally omitted for OpenClaude, Continue, and
17+
Rovo Dev; Codebuff updates itself, while Amp does not document a version command. Gemini remains
18+
excluded because `agy` is the existing Antigravity CLI preset, not a Gemini CLI alias.
19+
820
## [1.8.0] - 2026-07-26
921

1022
### Added

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors:
55
- family-names: Gasperini
66
given-names: Michael
77
url: "https://github.com/TheStreamCode/super-cli"
8-
version: "1.8.0"
8+
version: "1.9.0"
99
license: MIT

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
<p align="center"><strong>One launcher. Every coding agent.</strong></p>
1313

14-
Launch **Claude Code, OpenAI Codex CLI, GitHub Copilot CLI, Google Antigravity, OpenCode, Kiro CLI,
15-
OpenClaw CLI, Qoder CLI, Cursor Agent, and other AI coding agents** inside VS Code from one sidebar and the native
16-
integrated terminal. Super CLI keeps every supported agent one click away without replacing its
17-
official command-line experience.
14+
Launch **Claude Code, OpenAI Codex CLI, GitHub Copilot CLI, Google Antigravity, OpenCode, Amp,
15+
goose, Cline CLI, Mistral Vibe, Rovo Dev CLI, and other AI coding agents** inside VS Code from one
16+
sidebar and the native integrated terminal. Super CLI keeps every supported agent one click away
17+
without replacing its official command-line experience.
1818

1919
It works on Windows, macOS, Linux, and WSL, and on any editor that supports the VS Code extension
2020
model — VS Code itself plus the forks that install from [Open VSX](https://open-vsx.org/extension/mikesoft/vscode-super-cli)
@@ -104,16 +104,19 @@ defined explicitly for Windows, macOS, and Linux; WSL deliberately selects the L
104104
environment variables, `PATH` contents, launch commands, and raw diagnostic output. The report is
105105
a single read-only virtual document that is replaced on every run and is never written to disk.
106106
- **Agent-specific artwork.** Built-ins use vendor-sourced CLI marks where suitable SVGs are
107-
available, with a documented compact fallback for Kimi and a ThemeIcon fallback for custom agents.
108-
- **Built-in presets.** Claude Code, Codex, GitHub Copilot CLI, Cursor, Devin CLI, Droid, Grok, Kilo,
109-
Kiro, OpenClaw, Antigravity, OpenCode, Command Code, Crush, Hermes, MiMo Code, Pi, Kimi Code CLI,
110-
Qoder CLI, and Qwen Code CLI are available out of the box.
107+
available, with documented compact fallbacks for Kimi and Codebuff and a ThemeIcon fallback for
108+
custom agents.
109+
- **Built-in presets.** Claude Code, Codex CLI, GitHub Copilot CLI, Grok CLI, Kilo CLI, Kiro CLI,
110+
OpenClaw CLI, Antigravity CLI, OpenCode, Command Code, Cursor CLI, Droid CLI, Crush, Devin CLI,
111+
Hermes, MiMo Code, Pi, Kimi Code CLI, Qoder CLI, Qwen Code CLI, Amp, OpenClaude, Oh My Pi, goose,
112+
Auggie CLI, Cline CLI, Codebuff, Continue CLI, Mistral Vibe, and Rovo Dev CLI are available out of
113+
the box.
111114
- **Add your own, no code required.** Define new agents in `settings.json`. The sidebar updates
112115
automatically.
113116
- **Update from the sidebar.** Agents with a known update command show an update button next to
114-
Launch, which runs the CLI's official update (e.g. `codex update`, `kilo upgrade`, `cursor-agent
115-
update`, `opencode upgrade`, `droid update`, `openclaw update`, `kimi upgrade`). CLIs that update themselves don't
116-
show one. With terminal shell integration available, Super CLI reports whether the update completed
117+
Launch, which runs the CLI's official update (e.g. `codex update`, `amp update`, `goose update`,
118+
`cline update`, `omp update`, `vibe --check-upgrade`). CLIs that update themselves don't show one.
119+
With terminal shell integration available, Super CLI reports whether the update completed
117120
or failed and can bring the update terminal back into focus. **Super CLI: Update All Agents** in the
118121
sidebar toolbar runs every updatable agent's update in sequence, one at a time, in a single shared
119122
**Super CLI: updates** terminal, skipping any agent currently believed to be missing from `PATH`. It

TRADEMARKS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ GitHub and GitHub Copilot; xAI and Grok; Kilo Code and Kilo; Amazon Web Services
1212
OpenClaw; Google and Antigravity; OpenCode; Command Code; Cursor; Factory and Droid; Charm and
1313
Crush; Cognition and Devin; Nous Research and Hermes; Xiaomi and MiMo Code; Earendil Works and Pi;
1414
Bright Zenith Private Limited and Qoder; Moonshot AI and Kimi Code; Alibaba Cloud and Qwen Code;
15-
Microsoft and Visual Studio Code; Windsurf; npm; and Open VSX. These names,
15+
Amp; GitLawb and OpenClaude; Oh My Pi; the Agentic AI Foundation and goose; Augment and Auggie;
16+
Cline; Codebuff; Continue; Mistral AI and Mistral Vibe; Atlassian and Rovo; Microsoft and Visual
17+
Studio Code; Windsurf; npm; and Open VSX. These names,
1618
logos, and trademarks belong to their respective owners and are used only to
1719
identify compatible products and services.
1820

1921
The compact marks under `media/agents` are used solely for nominative identification inside the
2022
launcher. Most are sourced from public vendor websites, brand kits, or official repositories; their
2123
exact provenance is recorded in [`media/agents/ATTRIBUTION.md`](media/agents/ATTRIBUTION.md).
22-
Kimi uses a project-drawn fallback; Antigravity, Droid, and MiMo Code use source-attributed compact
23-
marks documented in the attribution file. No mark may be used to imply affiliation, sponsorship,
24+
Kimi uses a project-drawn fallback, and Codebuff uses an approved vector reconstruction from the
25+
provided company-logo raster; Antigravity, Droid, and MiMo Code use source-attributed compact marks
26+
documented in the attribution file. No mark may be used to imply affiliation, sponsorship,
2427
certification, or endorsement. Rights holders may request correction or removal of their marks.
2528

2629
The MIT License in [LICENSE](LICENSE) applies only to original Super CLI

media/agents/ATTRIBUTION.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,26 @@ and are excluded from Super CLI's MIT license; see [`TRADEMARKS.md`](../../TRADE
2727
| Pi | Official light/dark Pi mark | [Pi website artwork](https://pi.dev/logo-auto.svg) |
2828
| Qoder CLI | Official Qoder logomark, with React/web attributes removed and the `currentColor` token split into light/dark contrast variants | [Lobe Icons Qoder asset](https://github.com/lobehub/lobe-icons) |
2929
| Qwen Code CLI | Official Qwen logomark (Alibaba Cloud's Qwen brand), with React/web attributes removed, the auto-generated gradient id renamed, and the gradient stops flattened to full opacity | [Lobe Icons Qwen asset](https://github.com/lobehub/lobe-icons) |
30+
| Amp | Official color logomark | [Amp website mark](https://ampcode.com/amp-mark-color.svg) |
31+
| OpenClaude | Official terminal-and-git mark | [OpenClaude website asset](https://openclaude.gitlawb.com/openclaude-logo.svg) |
32+
| Oh My Pi | Official gradient Pi favicon | [Oh My Pi website favicon](https://omp.sh/favicon.svg) |
33+
| goose | Official goose mark | [goose repository asset](https://github.com/aaif-goose/goose/blob/main/documentation/static/img/goose.svg) |
34+
| Auggie CLI | Official Augment brace mark, split into static light/dark contrast variants | [Augment website favicon](https://www.augmentcode.com/favicon.svg) |
35+
| Cline CLI | Official Cline robot mark, split into light/dark contrast variants | [Cline repository icon](https://github.com/cline/cline/blob/main/apps/vscode/assets/icons/icon.svg) |
36+
| Continue CLI | Official light/dark Continue marks | [Continue repository artwork](https://github.com/continuedev/continue/tree/main/docs/logo) |
37+
| Mistral Vibe | Official Vibe face mark, split into light/dark contrast variants | [Mistral Vibe Zed extension icon](https://github.com/mistralai/mistral-vibe/blob/main/distribution/zed/icons/mistral_vibe.svg) |
38+
| Rovo Dev CLI | Official blue Rovo mark | [Atlassian Rovo support asset](https://images.ctfassets.net/zsv3d0ugroxu/7GLXCkFtxe0MUSfmTNdrPL/1a042c58b850d16c6eb3339dc4532c0d/logo-light_Rovo_mark_brand_RGB.svg) |
3039

3140
## Project-drawn fallback
3241

3342
The Kimi mark is the approved independent blue-avatar redraw already used by the companion Kimi Code
3443
CLI Launcher project. It is not an official vendor logo.
3544

45+
The Codebuff mark is an approved vector reconstruction of the company-logo raster supplied for this
46+
integration. The white JPEG canvas and antialiasing halo were removed, while the black rounded tile,
47+
white sparkle, and white prompt bar were retained. It is not a vendor-published SVG; the source raster
48+
is the [Codebuff company-logo asset](https://media.licdn.com/dms/image/v2/D560BAQH0rZ-ApkRYLA/company-logo_400_400/B56Zl.LuDrHQAc-/0/1758758625794/codebuff_logo?e=2147483647&v=beta&t=nyuRe-ll-4MoL5E7PmlTxruvm-j91v06MM3Az-pWz5w).
49+
3650
The vendor-sourced SVGs are packaged only as small UI identifiers. Where a source supplies a
3751
theme-aware/current-color mark, Super CLI provides black/white contrast variants without changing
3852
its geometry. The Grok favicon's backdrop, blur, and shadow were omitted because VS Code extension
@@ -46,4 +60,6 @@ gradient stops' partial opacity was flattened to fully opaque, keeping the origi
4660
and gradient colors intact. The Devin mark had the same `height`/`width`/`style` web attributes
4761
dropped; its three-path geometry and its three brand fills (`#3969CA`, `#21C19A`, `#0294DE`) are
4862
unchanged, and it is packaged as a single mark because those fixed colors read on light and dark
49-
themes alike, so no contrast variants are needed.
63+
themes alike, so no contrast variants are needed. Augment's embedded theme CSS was replaced by
64+
explicit black/white files; Cline and Mistral Vibe received the same fill-only contrast treatment.
65+
Their source geometry is unchanged.

media/agents/amp.svg

Lines changed: 5 additions & 0 deletions
Loading

media/agents/auggie-dark.svg

Lines changed: 4 additions & 0 deletions
Loading

media/agents/auggie-light.svg

Lines changed: 4 additions & 0 deletions
Loading

media/agents/cline-dark.svg

Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)