Co-authored-by: Clément Drouin <clement.drouin@mistral.ai>
Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Mathias Gesbert 2026-05-27 22:44:06 +02:00 committed by GitHub
parent 1843196d88
commit 198277af3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 29 additions and 15 deletions

View file

@ -3,4 +3,4 @@ from __future__ import annotations
from pathlib import Path
VIBE_ROOT = Path(__file__).parent
__version__ = "2.11.1"
__version__ = "2.12.1"

View file

@ -279,7 +279,7 @@ class UserCommandMessage(Static):
yield Markdown(self._content)
VSCODE_EXTENSION_URI = "vscode:extension/mistralai.vibe-code"
VSCODE_EXTENSION_URI = "vscode:extension/mistralai.mistral-vibe-code"
VSCODE_EXTENSION_LINK_LABEL = "VS Code extension"
VSCODE_EXTENSION_PROMO_STANDALONE = f"We now have a [{VSCODE_EXTENSION_LINK_LABEL}]({VSCODE_EXTENSION_URI}) with a rich UI. Check it out!"
VSCODE_EXTENSION_PROMO_WHATS_NEW_SUFFIX = (

View file

@ -1,4 +1,5 @@
# What's new in v2.11.1
# What's new in v2.12.1
- **Custom compaction prompts**: Override the default `/compact` prompt by setting `compaction_prompt_id` and dropping a markdown file in `~/.vibe/prompts/` or `.vibe/prompts/`.
- **Safer programmatic mode**: `-p` no longer auto-approves tool calls by default — pass `--auto-approve` to restore the previous behavior.
- **Teleport Vibe Code Web**: `/teleport` now uses the new Vibe Code Web sessions.