Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Mathias Gesbert 2026-04-21 16:33:50 +02:00 committed by GitHub
parent 04305bd77c
commit a83c81ecf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 36 additions and 40 deletions

View file

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

View file

@ -1,8 +1,3 @@
# What's new in v2.8.0
# What's new in v2.8.1
- **Builtin skills system**: Added self-awareness skill for enhanced functionality
- **Copy command**: Introduced `/copy` slash command to copy messages to clipboard
- **Git branch display**: Current git branch and GitHub PR now shown in the bottom bar
- **Diff view**: Added diff view for `write_file` overwrites in approval and result widgets
- **Exit command**: Added `exit` (without slash) to exit the application
- **Glob tool**: Added glob tool for file pattern matching