Summary
The Supported tool IDs (--tools) line in docs/cli.md is missing vibe, which is a valid, available tool registered in src/core/config.ts.
This is a pre-existing gap — vibe was already absent before PR #1211 (which only added atomcode to the existing list). The companion doc docs/supported-tools.md already lists vibe correctly, so only docs/cli.md needs updating.
Missing entry
| Tool ID |
Present in config.ts |
Present in docs/cli.md |
Present in docs/supported-tools.md |
vibe |
✅ |
❌ |
✅ |
Note: agents also appears in src/core/config.ts but is not in the docs/cli.md list — please verify whether it is a user-facing tool ID or an internal/group entry and update docs accordingly if needed.
Fix
In docs/cli.md, line 110, add vibe in alphabetical order between trae and windsurf:
-**Supported tool IDs (`--tools`):** `amazon-q`, `antigravity`, `atomcode`, `auggie`, `bob`, `claude`, `cline`, `codex`, `forgecode`, `codebuddy`, `continue`, `costrict`, `crush`, `cursor`, `factory`, `gemini`, `github-copilot`, `iflow`, `junie`, `kilocode`, `kimi`, `kiro`, `opencode`, `pi`, `qoder`, `lingma`, `qwen`, `roocode`, `trae`, `windsurf`
+**Supported tool IDs (`--tools`):** `amazon-q`, `antigravity`, `atomcode`, `auggie`, `bob`, `claude`, `cline`, `codex`, `forgecode`, `codebuddy`, `continue`, `costrict`, `crush`, `cursor`, `factory`, `gemini`, `github-copilot`, `iflow`, `junie`, `kilocode`, `kimi`, `kiro`, `opencode`, `pi`, `qoder`, `lingma`, `qwen`, `roocode`, `trae`, `vibe`, `windsurf`
References
Summary
The Supported tool IDs (
--tools) line indocs/cli.mdis missingvibe, which is a valid, available tool registered insrc/core/config.ts.This is a pre-existing gap —
vibewas already absent before PR #1211 (which only addedatomcodeto the existing list). The companion docdocs/supported-tools.mdalready listsvibecorrectly, so onlydocs/cli.mdneeds updating.Missing entry
config.tsdocs/cli.mddocs/supported-tools.mdvibeNote:
agentsalso appears insrc/core/config.tsbut is not in thedocs/cli.mdlist — please verify whether it is a user-facing tool ID or an internal/group entry and update docs accordingly if needed.Fix
In
docs/cli.md, line 110, addvibein alphabetical order betweentraeandwindsurf:References