Skip to content

Commit f96ecd6

Browse files
committed
release: v1.0.1
1 parent 65419f4 commit f96ecd6

7 files changed

Lines changed: 111 additions & 49 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [1.0.1] - 2026-07-18
9+
10+
### Changed
11+
12+
- Improved Visual Studio Marketplace discovery with a concise search-focused display name and
13+
description, a complete 30-keyword map, and a product-specific homepage.
14+
- Reworked the README opening, installation path, image descriptions, and FAQ around common
15+
Claude Code, Codex CLI, Google Antigravity, Kiro CLI, OpenClaw CLI, and VS Code search intents.
16+
817
## [1.0.0] - 2026-07-18
918

1019
### 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.0.0"
8+
version: "1.0.1"
99
license: MIT

README.md

Lines changed: 44 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Super CLI
1+
# Super CLI — AI Coding Agent CLI Launcher for VS Code
22

33
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli)
44
· [Open VSX](https://open-vsx.org/extension/mikesoft/vscode-super-cli)
@@ -11,12 +11,25 @@
1111

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

14-
One VS Code extension to launch any coding agent CLI — **Claude Code, Codex, GitHub Copilot CLI,
15-
Cursor, Droid, Grok, Kilo, Kiro, OpenClaw, Antigravity, OpenCode, Command Code, Crush, Hermes, MiMo
16-
Code, Pi, Kimi Code CLI, and your own** — from a single sidebar and a side terminal.
14+
Launch **Claude Code, OpenAI Codex CLI, GitHub Copilot CLI, Google Antigravity, OpenCode, Kiro CLI,
15+
OpenClaw 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.
1718

18-
Works on Windows, macOS, and Linux, and across the VS Code family (VS Code, Cursor, Antigravity,
19-
Windsurf).
19+
It works on Windows, macOS, Linux, and WSL, and across the VS Code family: VS Code, Cursor,
20+
Antigravity, and Windsurf. It is free, open source, and has no telemetry or automatic CLI installers.
21+
22+
## Install Super CLI in VS Code
23+
24+
[Install Super CLI from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli),
25+
or run:
26+
27+
```bash
28+
code --install-extension mikesoft.vscode-super-cli
29+
```
30+
31+
You can also open the Extensions view in VS Code, Cursor, Antigravity, or Windsurf, search for
32+
**Super CLI**, and select **Install**.
2033

2134
This extension is unofficial and is not affiliated with, endorsed by, or sponsored by Anthropic,
2235
OpenAI, GitHub, Google, or any other vendor. See the [third-party
@@ -30,27 +43,14 @@ The activity bar opens a status-aware list with vendor-specific agent icons. Rea
3043
top; CLIs not found on the active `PATH` are grouped under **Setup required**. The colored Router S in
3144
the editor toolbar opens the same launcher without leaving the current file.
3245

33-
![Super CLI showing ready and setup-required coding agents beside the editor](media/screenshots/sidebar.png)
46+
![Super CLI AI coding agent launcher sidebar in VS Code with Claude Code, Codex CLI, Copilot CLI, Google Antigravity, OpenCode, Kiro and OpenClaw](media/screenshots/sidebar.png)
3447

3548
### Focused configuration
3649

3750
All settings are available in one filtered view. Commands can be shared across platforms or
3851
defined explicitly for Windows, macOS, and Linux; WSL deliberately selects the Linux command.
3952

40-
![Super CLI settings for agents, favorites, terminal placement, built-ins, and WSL](media/screenshots/settings.png)
41-
42-
## Install
43-
44-
Install **Super CLI** from the
45-
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli),
46-
or from the command line:
47-
48-
```bash
49-
code --install-extension mikesoft.vscode-super-cli
50-
```
51-
52-
You can also open the Extensions view in VS Code (or Cursor, Antigravity, Windsurf), search for
53-
**Super CLI**, and click **Install**.
53+
![Super CLI VS Code settings for AI agents, favorites, terminal placement, built-ins, and WSL](media/screenshots/settings.png)
5454

5555
## Features
5656

@@ -175,20 +175,36 @@ settings.
175175

176176
## FAQ
177177

178-
**How do I run Claude Code (or Codex, Copilot, Cursor, …) in VS Code?**
179-
Install Super CLI, open the **Super CLI** view in the activity bar, and click the agent — it opens in
180-
a terminal beside your editor. The toolbar button and the **Super CLI: Launch Coding Agent** command
181-
do the same. It also works in Cursor, Antigravity, and Windsurf.
178+
### How do I launch Claude Code in VS Code?
179+
180+
Install Super CLI, open the **Super CLI** view in the activity bar, and select **Claude Code**. The
181+
official `claude` CLI opens in a native integrated terminal beside your editor. You can also set it as
182+
your favorite and launch it with `Ctrl+Alt+A` (`Cmd+Alt+A` on macOS).
183+
184+
### How do I run Codex CLI or GitHub Copilot CLI in VS Code?
185+
186+
Select **Codex CLI** or **GitHub Copilot CLI** from the Super CLI sidebar or run **Super CLI: Launch
187+
Coding Agent** from the Command Palette. Super CLI starts the official `codex` or `copilot` command
188+
in the current workspace.
189+
190+
### Can I use Google Antigravity, Kiro CLI, and OpenClaw CLI in VS Code?
191+
192+
Yes. Google Antigravity, Kiro CLI, and OpenClaw CLI are built-in presets. Super CLI detects their
193+
commands, links to official setup documentation when available, and launches them with the correct
194+
Windows, macOS, Linux, or WSL command variant.
195+
196+
### Which AI coding agents are supported?
182197

183-
**Which AI coding agents are supported?**
184198
Claude Code, Codex, GitHub Copilot CLI, Grok, Kilo, Kiro, OpenClaw, Antigravity, OpenCode, Command
185199
Code, Cursor, Droid, Crush, Hermes, MiMo Code, Pi, and Kimi Code CLI out of the box — plus any CLI you
186200
add in `settings.json`.
187201

188-
**Does it work on Windows, macOS, and Linux?**
202+
### Does Super CLI work on Windows, macOS, Linux, and WSL?
203+
189204
Yes. On Windows you can also launch agents inside WSL with `superCli.useWsl`.
190205

191-
**Is it free? Does it collect data?**
206+
### Is Super CLI free, and does it collect data?
207+
192208
Free and open-source (MIT), with no telemetry. It only runs the commands you configure, in your own
193209
integrated terminal.
194210

media/screenshots/sidebar.png

102 KB
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "vscode-super-cli",
3-
"displayName": "Super CLI — AI Coding Agent Launcher (Claude Code, Codex, Copilot)",
4-
"description": "Launch any AI coding-agent CLI — Claude Code, Codex, GitHub Copilot, Cursor, Crush, OpenCode and more — from one sidebar and side terminal. Works in VS Code, Cursor, Antigravity & Windsurf on Windows, macOS & Linux.",
3+
"displayName": "Super CLI: Claude Code, Codex & AI Agent Launcher",
4+
"description": "Launch Claude Code, Codex CLI, Copilot CLI, Google Antigravity, OpenCode, Kiro, OpenClaw and other AI coding agents from one VS Code sidebar.",
55
"publisher": "mikesoft",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/TheStreamCode/super-cli.git"
@@ -15,7 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/TheStreamCode/super-cli/issues"
1717
},
18-
"homepage": "https://mikesoft.it",
18+
"homepage": "https://github.com/TheStreamCode/super-cli#readme",
1919
"sponsor": {
2020
"url": "https://github.com/sponsors/TheStreamCode"
2121
},
@@ -44,29 +44,36 @@
4444
"Other"
4545
],
4646
"keywords": [
47-
"ai",
4847
"coding agent",
4948
"ai agent",
50-
"claude code",
49+
"ai coding agent",
50+
"coding assistant",
5151
"cli",
52+
"cli launcher",
5253
"terminal",
53-
"copilot",
54-
"cursor",
54+
"terminal launcher",
55+
"vscode",
56+
"vscode ai",
57+
"claude code",
58+
"claude cli",
5559
"codex",
56-
"launcher",
57-
"ai cli",
60+
"codex cli",
61+
"copilot cli",
62+
"cursor agent",
63+
"opencode",
64+
"kiro",
65+
"kiro cli",
66+
"openclaw",
67+
"openclaw cli",
5868
"antigravity",
69+
"google antigravity",
70+
"antigravity cli",
5971
"grok",
60-
"opencode",
6172
"droid",
6273
"crush",
6374
"hermes",
64-
"kimi",
65-
"kiro",
66-
"openclaw",
67-
"mimo",
68-
"pi",
69-
"vscode"
75+
"kimi code",
76+
"pi coding agent"
7077
],
7178
"main": "./out/extension.js",
7279
"activationEvents": [

test/metadata.test.js

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,33 @@ test('package metadata uses Super CLI branding', () => {
4646
assert.equal(packageJson.contributes.configuration.title, 'Super CLI');
4747
});
4848

49+
test('Marketplace discovery metadata stays concise, relevant, and non-duplicative', () => {
50+
const packageJson = readPackageJson();
51+
const requiredKeywords = [
52+
'ai coding agent',
53+
'claude code',
54+
'codex cli',
55+
'copilot cli',
56+
'google antigravity',
57+
'antigravity cli',
58+
'kiro cli',
59+
'openclaw cli',
60+
'vscode ai',
61+
];
62+
63+
assert.ok(packageJson.displayName.length <= 60);
64+
assert.match(packageJson.displayName, /Claude Code/);
65+
assert.match(packageJson.displayName, /Codex/);
66+
assert.ok(packageJson.description.length <= 160);
67+
assert.match(packageJson.description, /VS Code/);
68+
assert.ok(packageJson.keywords.length <= 30);
69+
assert.equal(new Set(packageJson.keywords).size, packageJson.keywords.length);
70+
for (const keyword of requiredKeywords) {
71+
assert.ok(packageJson.keywords.includes(keyword), keyword);
72+
}
73+
assert.equal(packageJson.homepage, 'https://github.com/TheStreamCode/super-cli#readme');
74+
});
75+
4976
test('release metadata uses one consistent version', () => {
5077
const packageJson = readPackageJson();
5178
const packageLock = JSON.parse(readText('package-lock.json'));
@@ -113,7 +140,7 @@ test('agents setting is machine-scoped and security restricted', () => {
113140
assert.deepEqual(packageJson.capabilities.untrustedWorkspaces.restrictedConfigurations, ['superCli.agents']);
114141
assert.match(properties['superCli.agents'].items.properties.id.description, /kimi/);
115142
assert.match(properties['superCli.useBuiltins'].description, /Kimi Code CLI/);
116-
assert.ok(packageJson.keywords.includes('kimi'));
143+
assert.ok(packageJson.keywords.includes('kimi code'));
117144
assert.ok(packageJson.keywords.includes('kiro'));
118145
assert.ok(packageJson.keywords.includes('openclaw'));
119146
});
@@ -205,6 +232,9 @@ test('documentation uses local images and VSIX packaging uses only .vscodeignore
205232
assert.doesNotMatch(readme, /!\[[^\]]*\]\(https?:\/\//i);
206233
assert.match(readme, /!\[[^\]]*\]\(media\/screenshots\/sidebar\.png\)/);
207234
assert.match(readme, /!\[[^\]]*\]\(media\/screenshots\/settings\.png\)/);
235+
assert.match(readme, /^# Super CLI .*AI Coding Agent CLI Launcher for VS Code/m);
236+
assert.match(readme, /Install Super CLI in VS Code/);
237+
assert.match(readme, /How do I launch Claude Code in VS Code\?/);
208238
assert.match(contributing, /npm ci/);
209239
assert.match(contributing, /media\/agents\/ATTRIBUTION\.md/);
210240
assert.match(notices, /not affiliated with or endorsed\s+by \[Chutes\]\(https:\/\/chutes\.ai\/\)/i);

0 commit comments

Comments
 (0)