Mistral Vibe: OTEL Tracing, Text-to-Speech, and Task Skill

Mistral Vibe

Mistral Vibe v2.6.0 introduces OpenTelemetry (OTEL) tracing for full agent observability, enabling developers to instrument and monitor their Vibe sessions with standard telemetry tooling. The release also adds text-to-speech (TTS) functionality β€” completing the voice loop opened by v2.5.0's real-time transcription β€” alongside a new skill tool for managing task lists and workflows that gives the agent first-class support for structured, multi-step autonomous execution.


New Features in Mistral Vibe v2.6.0

OpenTelemetry Tracing for Agent Observability

Mistral Vibe v2.6.0 ships OTEL (OpenTelemetry) tracing support, bringing enterprise-grade observability to the CLI coding agent. Developers can now instrument their Vibe sessions with standard OpenTelemetry tooling, exporting traces to any compatible backend β€” whether Jaeger, Honeycomb, SigNoz, or a custom collector. This closes a significant gap for teams running Vibe in production pipelines or CI environments who need visibility into agent behavior, latency, and tool call patterns.

Text-to-Speech (TTS) Functionality

Mistral Vibe v2.6.0 adds native text-to-speech capabilities, allowing the agent to vocalize its responses and outputs. This complements the voice transcription support introduced in v2.5.0, moving Mistral Vibe toward a complete voice-driven developer experience.

Skill Tool for Task List Management

The release introduces a dedicated skill tool for managing task lists and workflows. This gives the agent first-class support for structured task tracking β€” planning, executing, and updating work items β€” making Mistral Vibe better suited for longer-running autonomous workflows.

Session Resume and Model Picker Improvements

The standalone --resume flag now brings up a session picker directly from the command line. The /model command has been upgraded to a list-based model picker.

Performance and Startup Improvements

Mistral Vibe v2.6.0 uses breadth-first search (BFS) for vibe folder discovery, significantly improving startup performance in repositories with deep or nested directory structures.

Other Notable Changes

  • System certificates injected into vibe-acp frozen binary via truststore for corporate network compatibility
  • Current date injected into system prompt for temporal awareness
  • Improved TypeScript type inference for large tool outputs
  • Several bug fixes for streaming, UI updates, and Bash allowlist enforcement