Skip to content

docs: add vibe to CLI tool id list#1234

Closed
hutiefang76 wants to merge 1 commit into
Fission-AI:mainfrom
hutiefang76:codex/openspec-1213-cli-tool-doc
Closed

docs: add vibe to CLI tool id list#1234
hutiefang76 wants to merge 1 commit into
Fission-AI:mainfrom
hutiefang76:codex/openspec-1213-cli-tool-doc

Conversation

@hutiefang76

@hutiefang76 hutiefang76 commented Jun 22, 2026

Copy link
Copy Markdown

Summary

Adds vibe to the openspec init --tools list in docs/cli.md, matching src/core/config.ts and docs/supported-tools.md.

I left agents out because it is currently marked available: false in AI_TOOLS, so it does not look like a user-facing --tools option yet.

Fixes #1213.

Validation

  • pnpm run build
  • pnpm vitest run test/core/available-tools.test.ts
  • git diff --check

Prepared with AI assistance and manually reviewed before submission.

Summary by CodeRabbit

  • Documentation
    • Updated the openspec init command's --tools documentation to reflect the current list of supported tools, including the addition of vibe and removal of lingma.
    • Corrected the spelling of the windsurf tool ID.

@hutiefang76 hutiefang76 requested a review from TabishB as a code owner June 22, 2026 00:09
@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f629455d-525f-4729-8538-baf53c23c98d

📥 Commits

Reviewing files that changed from the base of the PR and between 1b06fdd and 3512c33.

📒 Files selected for processing (1)
  • docs/cli.md

📝 Walkthrough

Walkthrough

The docs/cli.md file has a one-line update to the openspec init --tools "Supported tool IDs" list: lingma is removed, vibe is added, and the windsurf tool ID spelling is corrected.

Changes

CLI docs tool ID list correction

Layer / File(s) Summary
Update --tools supported tool IDs
docs/cli.md
Removes lingma, adds vibe, and corrects windsurf spelling in the supported tool IDs enumeration for openspec init --tools.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • Fission-AI/OpenSpec#1027: Directly modifies the same docs/cli.md openspec init --tools supported tool IDs list, including changes to lingma.
  • Fission-AI/OpenSpec#1144: Introduces vibe tool support, which is the tool ID being added to the CLI docs in this PR.

Suggested reviewers

  • TabishB

Poem

A rabbit hops through the tool ID list,
Snipping out lingma with a flick of the wrist.
vibe bounces in, right where it belongs,
And windsurf is spelled right—no more wrongs!
🐇✨ The docs are now tidy, the garden is bright!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding vibe to the CLI tool ID list in documentation.
Linked Issues check ✅ Passed The PR adds vibe to the Supported tool IDs list in docs/cli.md at line 110 in alphabetical order, directly addressing issue #1213's primary requirement.
Out of Scope Changes check ✅ Passed The PR only modifies docs/cli.md to add vibe to the tool list, which is directly scoped to the linked issue #1213. No out-of-scope changes are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@showms

showms commented Jun 22, 2026

Copy link
Copy Markdown

Thanks for catching this doc gap. This is already covered in my PR, which includes this docs/cli.md update along with the broader related changes for minimax-code: #1214
So this PR looks superseded by that one.

@hutiefang76

Copy link
Copy Markdown
Author

Thanks for checking this. Since #1214 already includes the same docs/cli.md update as part of the broader MiniMax Code support work, I'm closing this PR as superseded to avoid duplicate review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants