One VS Code extension to launch several AI coding CLIs
The author says they kept installing separate extensions for coding-agent CLIs that worked in almost the same way. They introduced Super CLI as one extension that combines those launchers. It includes presets for Claude Code, Codex, GitHub Copilot CLI, Gemini, and other tools. The post says it works in VS Code, Cursor, Antigravity, and Windsurf, and is free under the MIT license.
Key points
- Super CLI launches multiple coding-agent CLIs from an editor terminal.
- It lists presets for Claude Code, Codex, GitHub Copilot CLI, Gemini, Grok, and more.
- Users can add another agent by adding a JSON entry in settings, according to the post.
- It is described as working in VS Code, Cursor, Antigravity, and Windsurf.
- The author says it is free, MIT-licensed, and has no telemetry.
Quick term guide
- coding-agent
- An AI tool that can help write, edit, and reason about code across a task.
- GitHub Copilot
- A popular tool that helps programmers write code using artificial intelligence.
- Antigravity
- A tool or service name mentioned in the post title.
- MIT license
- A permissive license that usually allows broad reuse if basic conditions are kept.
- AI coding tools
- Programs like Claude, Cursor, or ChatGPT that write code for you when you describe what you want in plain language.
- AI coding tool
- Software that uses AI to help write, edit, or explain code.
- permissions
- Settings that define what files or actions a system or user is allowed to access.
- telemetry
- Diagnostic data (performance stats, errors, usage info) that devices automatically collect and send for analysis.