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 auto-update of CLIs on launch (superCli.autoUpdate, default on)
Before launching an agent, run its install command (npm reinstall for npm CLIs,
or the official installer script for the others) to update it to the latest
version. Controlled by the new superCli.autoUpdate setting; turn it off to launch
without updating.
Copy file name to clipboardExpand all lines: package.json
+7-1Lines changed: 7 additions & 1 deletion
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, Antigravity, and your own) from a single side terminal.",
"description": "Where to open the terminal that runs the coding agent."
256
+
},
257
+
"superCli.autoUpdate": {
258
+
"type": "boolean",
259
+
"default": true,
260
+
"scope": "window",
261
+
"description": "Update each coding agent CLI to its latest version on launch, using its install command (npm reinstall, or the official installer script). Disable to launch without updating."
0 commit comments