At a glance
Mistral's Apache-2.0 coding harness combines an interactive CLI and ACP editor integration with local or hosted models, delegated subagents, MCP, skills, policy hooks, structured automation, durable sessions, and message-level file rewind.
Good choice if
- Vibe coders who want approvals, a plan mode, and file rewind without giving up a capable agent
- Mistral-plan users or teams that want an open, inspectable terminal and ACP editor agent
- Developers running local or OpenAI-compatible models through a configurable provider layer
- Automated runs with turn, token, and price budgets plus structured output
- Teams enforcing policy through per-tool permissions and inherited lifecycle hooks
Check before choosing
- The local CLI executes on the host: permissions and Git worktrees are controls, not an OS sandbox; Vibe Code Web's managed sandbox is a separate surface
- Anonymous telemetry, update checks, and auto-update are enabled by default; a fully offline setup requires disabling them and any networked tools
- The source audit remains pinned to v2.22.0; v2.23.x release notes document new MCP commands, a JSON-RPC app-server refactor, and a standalone app-server binary, but those newer implementation changes remain release-level evidence until a fresh source audit
See 2 more considerations
- Version 2.24.1 renames the default agent to `ask` but gives it an `accept-edits` default, so the name alone must not be interpreted as per-action approval
- There is no built-in browser automation; web search and fetch tools are not a browser agent