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 'env' agent field; stop Claude Code's IDE extension auto-install
Launch Claude Code with its official CLAUDE_CODE_IDE_SKIP_AUTO_INSTALL=1
environment variable so it no longer auto-installs its companion IDE extension,
consistent with Super CLI's one-extension-for-every-CLI philosophy. Add a generic
optional 'env' agent field that sets environment variables on the agent terminal.
Copy file name to clipboardExpand all lines: package.json
+8-1Lines changed: 8 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": "Keys to ensure are present in the file. Existing keys are never overwritten."
224
224
}
225
225
}
226
+
},
227
+
"env": {
228
+
"type": "object",
229
+
"description": "Optional environment variables to set for the agent's terminal. Useful to opt out of a CLI's IDE-extension auto-install via its own environment variable.",
0 commit comments