v2.12.1 (#727)
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:
parent
1843196d88
commit
198277af3f
9 changed files with 29 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = (
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue