github mistralai/mistral-vibe v2.25.2

3 hours ago

Added

  • VS Code extension: debug submenu with log level picker, open log file, and a togglable session status panel showing agent statistics (steps, tokens, tokens/sec, context, cost)

Changed

  • Open the session picker faster by building the merged session listing once per cursor walk instead of on every page.
  • Renamed SessionBackendKind literals from "python"/"rust" to "legacy"/"unified" to match backend identity naming.

Fixed

  • An "always" permission grant that fails to reach ~/.vibe now warns instead of passing silently: ConfigOrchestrator.set_field returns its errors rather than raising, so an ignored failure looked exactly like a successful write and the next session asked again with nothing to explain why.
  • Steered prompts now preserve their host-provided display content in app-server session history.
  • Preserve the selected permission mode when a session starts in a worktree.
  • Managed worktree creation, attachment, and retention cleanup are serialized across processes, and stale reservations are recovered safely.
  • Stop dropping a session from the picker when it is touched while paging through the list.

Don't miss a new mistral-vibe release

NewReleases is sending notifications on new releases.