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 Qwen Code CLI and verify update/version commands for v1.2.0
Added Qwen Code CLI as a built-in preset with an official SVG icon,
verified installation documentation, and the qwen --version check.
Also audited every built-in against its official CLI reference and
fixed several gaps: added kiro-cli update, command-code update and
--version, and grok/droid/crush/hermes/pi --version commands; corrected
Pi's ambiguous update command to pi update --self; and updated Codex,
Copilot, and Kilo installation links to their current canonical URLs.
Copy file name to clipboardExpand all lines: media/agents/ATTRIBUTION.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ and are excluded from Super CLI's MIT license; see [`TRADEMARKS.md`](../../TRADE
25
25
| MiMo Code | Xiaomi 2021 Mi mark |[Xiaomi logo SVG](https://upload.wikimedia.org/wikipedia/commons/a/ae/Xiaomi_logo_%282021-%29.svg)|
26
26
| Pi | Official light/dark Pi mark |[Pi website artwork](https://pi.dev/logo-auto.svg)|
27
27
| Qoder CLI | Official Qoder logomark, with React/web attributes removed and the `currentColor` token split into light/dark contrast variants |[Lobe Icons Qoder asset](https://github.com/lobehub/lobe-icons)|
28
+
| Qwen Code CLI | Official Qwen logomark (Alibaba Cloud's Qwen brand), with React/web attributes removed, the auto-generated gradient id renamed, and the gradient stops flattened to full opacity |[Lobe Icons Qwen asset](https://github.com/lobehub/lobe-icons)|
28
29
29
30
## Project-drawn fallback
30
31
@@ -38,4 +39,7 @@ icons must be static, safe SVGs with a transparent background. Factory's black t
38
39
removed, while the official logomark geometry was preserved. The Antigravity silhouette and Xiaomi
39
40
Mi geometry are preserved from the sources above. The Qoder mark's `height`/`width`/`style` web
40
41
attributes were dropped and its single `currentColor` token was replaced with explicit light/dark
41
-
contrast fills, keeping the original two-path geometry intact.
42
+
contrast fills, keeping the original two-path geometry intact. The Qwen mark's `height`/`width`/
43
+
`style` web attributes were similarly dropped, its auto-generated gradient id was renamed, and its
44
+
gradient stops' partial opacity was flattened to fully opaque, keeping the original path geometry
Copy file name to clipboardExpand all lines: package.json
+5-4Lines changed: 5 additions & 4 deletions
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.",
"description": "Unique identifier. Reuse a built-in id (claude, codex, copilot, grok, kilo, kiro, openclaw, antigravity, opencode, command-code, cursor, droid, crush, hermes, mimo, pi, kimi, qoder) to override that built-in."
298
+
"description": "Unique identifier. Reuse a built-in id (claude, codex, copilot, grok, kilo, kiro, openclaw, antigravity, opencode, command-code, cursor, droid, crush, hermes, mimo, pi, kimi, qoder, qwen) to override that built-in."
299
299
},
300
300
"label": {
301
301
"type": "string",
@@ -407,7 +407,7 @@
407
407
"type": "boolean",
408
408
"scope": "machine",
409
409
"default": true,
410
-
"description": "Include the built-in agent presets (Claude Code, Codex, Copilot, Grok, Kilo, Kiro, OpenClaw, Antigravity, OpenCode, Command Code, Cursor, Droid, Crush, Hermes, MiMo Code, Pi, Kimi Code CLI, Qoder CLI) in the launcher."
410
+
"description": "Include the built-in agent presets (Claude Code, Codex, Copilot, Grok, Kilo, Kiro, OpenClaw, Antigravity, OpenCode, Command Code, Cursor, Droid, Crush, Hermes, MiMo Code, Pi, Kimi Code CLI, Qoder CLI, Qwen Code CLI) in the launcher."
411
411
},
412
412
"superCli.hiddenBuiltins": {
413
413
"type": "array",
@@ -434,7 +434,8 @@
434
434
"mimo",
435
435
"pi",
436
436
"kimi",
437
-
"qoder"
437
+
"qoder",
438
+
"qwen"
438
439
]
439
440
},
440
441
"markdownDescription": "Built-in agent ids hidden from the sidebar and launcher. Use **Super CLI: Manage Built-in Agents** instead of editing this list by hand."
0 commit comments