v2.6.0 (#524)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Clément Sirieix <clement.sirieix@mistral.ai> Co-authored-by: Gauthier Guinet <43207538+Gguinet@users.noreply.github.com> Co-authored-by: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Quentin <torroba.q@gmail.com> Co-authored-by: Simon <80467011+sorgfresser@users.noreply.github.com> Co-authored-by: Simon Van de Kerckhove <simon.vandekerckhove@mistral.ai> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: angelapopopo <angele.lenglemetz@mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
5103019b01
commit
eb580209d4
180 changed files with 11136 additions and 1030 deletions
37
CHANGELOG.md
37
CHANGELOG.md
|
|
@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [2.6.0] - 2026-03-23
|
||||
|
||||
### Added
|
||||
|
||||
- OTEL tracing support for observability
|
||||
- Skill tool for managing task lists and workflows
|
||||
- Text-to-speech (TTS) functionality
|
||||
- Standalone --resume command for session picker
|
||||
- BFS for vibe folders to improve startup performance
|
||||
- List-based model picker for /model command
|
||||
- is_user_prompt flag to Mistral metadata header
|
||||
- Correlation ID in user feedback calls
|
||||
- Current date added to system prompt in vibe-work
|
||||
- TypeScript type inference for large tool outputs in vibe-work-harness
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated agent-client-protocol to 0.9.0a1
|
||||
- Changed inline code color from yellow to green
|
||||
- Removed "You have no internet access" from CLI prompt
|
||||
- Fine-grained permission system improvements
|
||||
- Inject system certs into vibe-acp frozen binary via truststore
|
||||
|
||||
### Fixed
|
||||
|
||||
- Streaming for currently streamed message when switching agents
|
||||
- Proper UI updates when tools switch current agents
|
||||
- Space key functionality when holding shift
|
||||
- Empty TextChunk not appended when reasoning has no text content
|
||||
- Messages removed from user feedback event
|
||||
- Bash allowlist/denylist activation on Windows
|
||||
- Improved scrolling performance
|
||||
- ACP error handling in webview
|
||||
- Context usage updates sent via ACP
|
||||
- Include `exit_plan_mode` tool only in plan mode
|
||||
|
||||
|
||||
## [2.5.0] - 2026-03-16
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue