v2.16.0 (#798)
Co-authored-by: Hdandria <henri.dandria@mistral.ai> Co-authored-by: Liam Lyons <65613603+lyons-liam@users.noreply.github.com> Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: allansimon-mistral <allan.simon@ext.mistral.ai> Co-authored-by: angelapopopo <angele.lenglemetz@mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
cafb6d4147
commit
c2cb612ac1
67 changed files with 2704 additions and 197 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -5,6 +5,28 @@ 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.16.0] - 2026-06-15
|
||||
|
||||
### Added
|
||||
|
||||
- Fuzzy search in slash command autocomplete
|
||||
- Syntax-highlighted, line-numbered, theme-aware diffs for file edits
|
||||
|
||||
### Changed
|
||||
|
||||
- `/resume` now scopes the session picker to the current folder
|
||||
- Clipboard copy confirmations now appear inline instead of stacking toast notifications
|
||||
- ACP teleports now use the client title as the Vibe Code project name when no explicit project name is configured
|
||||
|
||||
### Fixed
|
||||
|
||||
- ACP max-output-token responses now stop gracefully with `max_tokens` instead of surfacing internal errors
|
||||
- Context-too-long responses wrapped as HTTP 422 are now classified correctly
|
||||
- SSE streams are parsed on CR/LF boundaries only, avoiding crashes on valid Unicode line separators in JSON strings
|
||||
- CLI banner now shows the Free plan correctly
|
||||
- Mistral backend no longer sends reasoning content when model thinking is off
|
||||
|
||||
|
||||
## [2.15.0] - 2026-06-12
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue