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
feat: add one-time rating nudge and resolve dependency vulnerabilities for v1.3.0
Show a single, non-repeating notification after 20 successful launches
asking for a Marketplace/Open VSX rating, using the native extension.open
command so it works correctly across VS Code, Cursor, Windsurf, and
Antigravity. The launch counter and shown flag live only in local
extension state; nothing is tracked or transmitted.
Also resolved all 4 reported high-severity dependency vulnerabilities
(fast-uri, js-yaml, linkify-it, brace-expansion), all transitive through
the @vscode/vsce build tool and never shipped with the packaged extension.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"displayName": "Super CLI: Claude Code, Codex & AI Agent Launcher",
4
4
"description": "Launch Claude Code, Codex CLI, Copilot CLI, Google Antigravity, OpenCode, Kiro, OpenClaw, Qoder CLI and other AI coding agents from one VS Code sidebar.",
0 commit comments