Skip to content

Commit f0e8859

Browse files
committed
Docs: add Marketplace badges and install instructions
The extension is published at https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli
1 parent fc36df5 commit f0e8859

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Super CLI
22

3+
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/mikesoft.vscode-super-cli?label=Marketplace&color=6366F1)](https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli)
4+
[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/mikesoft.vscode-super-cli?color=0EA5E9)](https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli)
5+
[![CI](https://github.com/TheStreamCode/super-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/TheStreamCode/super-cli/actions/workflows/ci.yml)
6+
37
One VS Code extension to launch any coding agent CLI — **Claude Code, Codex, GitHub Copilot CLI,
48
Gemini, Grok, Kilo, Antigravity, and your own** — from a single sidebar and a side terminal.
59

@@ -9,6 +13,19 @@ Windsurf).
913
This extension is unofficial and is not affiliated with, endorsed by, or sponsored by Anthropic,
1014
OpenAI, GitHub, Google, or any other vendor.
1115

16+
## Install
17+
18+
Install **Super CLI** from the
19+
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mikesoft.vscode-super-cli),
20+
or from the command line:
21+
22+
```bash
23+
code --install-extension mikesoft.vscode-super-cli
24+
```
25+
26+
You can also open the Extensions view in VS Code (or Cursor, Antigravity, Windsurf), search for
27+
**Super CLI**, and click **Install**.
28+
1229
## Features
1330

1431
- **One launcher for every agent.** A **Super CLI** view in the activity bar lists all configured

0 commit comments

Comments
 (0)