parent
04305bd77c
commit
a83c81ecf5
8 changed files with 36 additions and 40 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue