v2.7.6 (#600)
Co-authored-by: Clément Sirieix <clement.sirieix@mistral.ai> Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com> Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai> Co-authored-by: Maxime Dolores <maxime.dolores@ext.mistral.ai> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Paul Cacheux <paul.cacheux@mistral.ai> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: Simon <80467011+sorgfresser@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
e1a25caa52
commit
95336528f6
59 changed files with 3992 additions and 403 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -5,6 +5,31 @@ 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.7.6] - 2026-04-16
|
||||
|
||||
### Added
|
||||
|
||||
- `MergeStrategy` enum and merge logic for configuration
|
||||
- `call_source=vibe_code` field in LLM request metadata
|
||||
- "Other" task type for non-code requests in CLI prompt
|
||||
|
||||
### Changed
|
||||
|
||||
- Parallelized git subprocess calls during startup
|
||||
- Extracted command registry and refactored skill resolution
|
||||
- 1M context window and thinking budget max for opus
|
||||
- Updated default telemetry URL to `api.mistral.ai`
|
||||
|
||||
### Fixed
|
||||
|
||||
- Markdown fence context loss causing streaming rendering problems
|
||||
- Proxy chain URLs in `api_base` parsing
|
||||
|
||||
### Removed
|
||||
|
||||
- Alt+Left / Alt+Right key bindings from chat input
|
||||
|
||||
|
||||
## [2.7.5] - 2026-04-14
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue