Skip to content

[codex] Add Mistral Vibe support with CI fix#1144

Merged
TabishB merged 10 commits into
mainfrom
codex/pr-1125-ci-fix
May 31, 2026
Merged

[codex] Add Mistral Vibe support with CI fix#1144
TabishB merged 10 commits into
mainfrom
codex/pr-1125-ci-fix

Conversation

@TabishB
Copy link
Copy Markdown
Contributor

@TabishB TabishB commented May 31, 2026

Summary

  • Carries forward feat: add Mistral Vibe support #1125 from @tbetous with the Mistral Vibe tool config, docs, and regression coverage.
  • Adds one CI fix so the workspace update help assertion tolerates wrapped output after vibe is added to --tools.

Validation

  • pnpm exec vitest run test/commands/workspace.test.ts test/core/available-tools.test.ts
  • pnpm run lint
  • pnpm test

Attribution

This branch is based directly on #1125 so the original contributor commits and authorship are preserved.

Summary by CodeRabbit

New Features

  • Added support for Mistral Vibe (vibe) as a supported tool

Documentation

  • Updated tools documentation to include Mistral Vibe

Tests

  • Added test coverage for Mistral Vibe tool detection
  • Updated workspace command test assertions

tbetous and others added 10 commits May 31, 2026 13:10
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
- Remove detectionPaths from Mistral Vibe to prevent double-nested skills dir
- Fix lingma alphabetical position in tool IDs list

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Remove archive directory per PR review feedback to keep PR minimal

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Remove new spec corpus (vibe-tool-config + Mistral Vibe scenario in ai-tool-paths)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Add focused regression test that proves Vibe initializes and detects
skills under .vibe/skills so the path semantics do not drift.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 31, 2026

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: 80148b89-a92c-4fa3-9ea3-7ca26bfb412c

📥 Commits

Reviewing files that changed from the base of the PR and between 9aded17 and 2b72b02.

📒 Files selected for processing (4)
  • docs/supported-tools.md
  • src/core/config.ts
  • test/commands/workspace.test.ts
  • test/core/available-tools.test.ts

📝 Walkthrough

Walkthrough

The PR adds support for the Mistral Vibe (vibe) tool by reordering tool configuration, documenting the new tool in reference guides, adding test coverage for tool detection, and improving test robustness with flexible whitespace matching.

Changes

Mistral Vibe Tool Support

Layer / File(s) Summary
Tool configuration reordering
src/core/config.ts
The Lingma tool entry within the exported AI_TOOLS array is repositioned to appear earlier in the sequence, before the Mistral Vibe entry.
Documentation for Vibe tool
docs/supported-tools.md
Mistral Vibe (vibe) is added to the supported tools table and the available tool IDs list in the command reference.
Vibe tool detection test
test/core/available-tools.test.ts
New test case verifies that getAvailableTools correctly detects the vibe tool when a .vibe directory exists and validates the returned tool object properties.
Workspace test whitespace tolerance
test/commands/workspace.test.ts
The workspace update help test assertion for "Global profile selects workflows" is updated to use a whitespace-tolerant regular expression.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Suggested reviewers

  • alfred-openspec

Poem

🐰 A vibe arrives with Mistral's flair,
Lingma shifts with graceful care,
Docs and tests align so true,
Whitespace yields to regex's view,
Tools now dance in perfect cheer!

🚥 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 clearly and concisely summarizes the main changes: adding Mistral Vibe support and including a CI fix, matching the PR's primary objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/pr-1125-ci-fix

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.

Copy link
Copy Markdown
Collaborator

@alfred-openspec alfred-openspec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. This carries the Vibe tool support forward cleanly, keeps the docs/tool registry aligned, and CI is green.

@TabishB TabishB added this pull request to the merge queue May 31, 2026
Merged via the queue into main with commit e364630 May 31, 2026
12 checks passed
@TabishB TabishB deleted the codex/pr-1125-ci-fix branch May 31, 2026 14:38
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.

3 participants