You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OpenCode preset and guided install for npm-based built-ins
- Add OpenCode (opencode, npm: opencode-ai) to the built-in agent presets.
- Enable a guided install with the official command for the npm-installable
built-ins (Claude Code, Codex, Copilot, Gemini, OpenCode): when the command is
not found, Super CLI offers to install it after explicit confirmation.
- Grok, Kilo, and Antigravity use OS-specific shell installers and are left out
of auto-install to avoid shipping a non-cross-platform command.
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"displayName": "Super CLI",
4
4
"description": "One VS Code extension to launch any coding agent CLI (Claude Code, Codex, Copilot, Gemini, and your own) from a single side terminal.",
0 commit comments