Mistral Vibe
About
Mistral Vibe gives the Mistral ecosystem a first-party terminal agent comparable to Claude Code: the model plans with a todo list, edits and patches files, runs shell commands, and searches with ripgrep under per-profile permission approval, with compaction managing context across long sessions. Delegation runs through a task tool whose subagents work independently — including a read-only explore agent for codebase reconnaissance — and custom subagents are defined as agent-type config files that inherit the parent's hooks. Hooks themselves are shell commands wired at pre_tool, post_tool, and post_agent points, able to deny or fully rewrite tool inputs and outputs. Skills follow the agentskills.io specification, adding tools and user-invocable slash commands from SKILL.md directories, and MCP servers attach over stdio or streamable HTTP with static or OAuth auth. Programmatic mode caps cost, tokens, and turns for scripted CI use, and Agent Client Protocol integration reaches Zed and VS Code. Developers use it interactively in the terminal and teams run it headless in CI against Mistral models.