Mistral Vibe: Inline Ghost-Text Skill Completion
Mistral Vibe now shows an inline ghost-text completion in the chat input whenever part of a typed prompt matches an available skill. The suggestion appears mid-prompt, similar to editor-style autocomplete, so users can discover and trigger relevant skills without stopping to look them up or type a full slash command. It builds directly on the skill-creator flow shipped in v2.23.2, making custom skills easier to actually find and use once they exist.
Key Takeaways
- Inline suggestions, not a separate lookup β Mistral Vibe now surfaces skill matches directly in the chat input as users type, avoiding a break in flow to search for the right command.
- Editor-style ghost text β the pattern mirrors familiar code-editor autocomplete, keeping the interaction lightweight and dismissible if the suggestion isn't relevant.
- Closes the skills discovery gap β earlier releases made skills easy to author (skill-creator, v2.23.2) and easy to load (Explore subagent, v2.24.0); this update makes them easy to find.
- Works mid-prompt β the suggestion can appear partway through a prompt, not just at the start of a line, so it fits naturally into how people actually type requests.
- No independent coverage yet β as of this check the release is roughly one day old and has not yet been covered by third-party press, forums, or video reviewers.
- Part of a fast release cadence β v2.24.1 shipped just six days after v2.24.0 (August 5), continuing Mistral Vibe's pattern of frequent, feature-dense point releases.
Skills Get Discoverable Mid-Prompt
Mistral Vibe's v2.24.1 release, published August 11, 2026, introduced inline ghost-text completion for mid-prompt skills. Rather than requiring users to remember and type out a skill's exact slash command, Mistral Vibe now surfaces a subtle, editor-style suggestion directly inline in the chat input as soon as part of the typed text matches an available skill.
Why It Matters
Skills in Mistral Vibe are reusable instruction sets β custom slash commands, scoped tool sets, and workflows β that users and teams can author to extend the agent's behavior. Mistral Vibe made authoring skills significantly easier with the skill-creator built-in skill shipped in v2.23.2, but discovery remained a gap: once a library of custom skills exists, finding the right one at the right moment still required memorizing names or breaking flow to search.
Ghost-text completion closes that gap. As a user types a prompt, Mistral Vibe now watches for a match against the installed skill set and renders the suggestion inline, much like autocomplete in a code editor. This keeps the interaction lightweight: users can keep typing naturally and only engage with the suggestion if it is relevant, rather than needing a separate lookup step or full slash-command syntax.
Part of a Broader Pattern
This release continues a theme visible across recent Mistral Vibe updates: lowering the friction between having a capability and actually using it. Where earlier releases focused on making skills easier to create (skill-creator) and easier to load (the Explore subagent's ability to load skills, shipped August 5), this update focuses on making skills easier to find in the moment they're needed β completing the loop from authoring to discovery to use.