Skip to content

v5.10.0 - Mistral Vibe CLI Integration

Choose a tag to compare

@bobvibes bobvibes released this 02 Jan 01:27
· 27 commits to main since this release

[5.10.0] - 2026-01-02

Added

  • Vibe CLI Integration - New first-class integration for Mistral Vibe CLI:
    • VibeAdapter generates SKILL.md files in ./.vibe/skills/
    • All 9 Clavix slash commands available as Vibe skills
    • Skill files named: clavix-{command}-skill.md (e.g., clavix-improve-skill.md)
    • Local project skills priority (.vibe/skills/ over ~/.vibe/skills/)
    • Comprehensive test coverage for all adapter methods

Changed

  • AgentManager - Registered VibeAdapter for Vibe CLI support
  • integrations.json - Added Vibe CLI configuration entry
  • AgentType - Added 'vibe' to type union for type safety
  • Also added missing 'warp-md' to AgentType union

Generated Output

When users run clavix init and select Vibe CLI, the following files are created:

.vibe/skills/
├── clavix-improve-skill.md
├── clavix-prd-skill.md
├── clavix-plan-skill.md
├── clavix-implement-skill.md
├── clavix-start-skill.md
├── clavix-summarize-skill.md
├── clavix-refine-skill.md
├── clavix-verify-skill.md
└── clavix-archive-skill.md