Mistral Vibe: Live-Editable Plan Mode Display
Mistral Vibe v2.10.0 introduces a live-editable plan display in plan mode, giving developers direct control over the agent's action plan before execution. Previously a read-only view, the plan is now an interactive surface that can be edited directly from the terminal by pressing Ctrl+G. This turns plan mode into a genuine collaborative drafting space, reducing the back-and-forth typically needed to correct a proposed sequence of steps. The same release also adds tool approval debouncing to reduce interruptions during rapid approval flows.
Plan Mode Gets a Major UX Overhaul
Mistral Vibe's plan mode has long served as a deliberative layer where the agent maps out its intended actions before making any changes to the codebase. In v2.10.0, Mistral Vibe significantly elevates this experience by making the plan display live-editable β a change that fundamentally shifts how developers interact with the planning phase.
What Changed
Previously, plan mode presented a read-only view of the agent's intended steps. Developers could review the plan but had to communicate corrections through follow-up prompts, which introduced friction and potential for misunderstanding. With v2.10.0, the plan is rendered as an editable display directly within the terminal interface.
Pressing Ctrl+G opens the current plan in an editable state, allowing developers to modify, reorder, or remove individual steps before authorising execution. This tight edit loop means plan mode now functions more like collaborative document editing than passive approval.
Why It Matters
Plan mode is the recommended entry point for new Mistral Vibe users and for complex, high-stakes tasks where full visibility over agent behaviour matters. Making the plan editable closes a meaningful usability gap: rather than iterating through prompt-response cycles to correct the plan, developers can reach directly into it. This is especially valuable for multi-step refactors or when the agent proposes a reasonable-but-not-quite-right sequence of operations.
The change also aligns Mistral Vibe's plan mode more closely with what users of graphical AI coding tools have come to expect β interactive, steerable outputs β while preserving the terminal-native workflow that defines the tool.
Additional UX Improvements in v2.10.0
The v2.10.0 release also debounces tool approval requests to avoid interrupting user typing when multiple approvals arrive in rapid succession. Assistant message content is now indented to align visually with other messages in the terminal, improving overall readability of long sessions.