Skip to content

docs/cli.md tool ID list out of sync with src/core/config.ts #1213

Description

@coderabbitai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions