v2.10.0 (#697)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Corentin André <corentin.andre@mistral.ai> Co-authored-by: Guillaume LE GOFF <guillaume.lgf@gmail.com> Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com> Co-authored-by: Maxime Dolores <maxime.dolores@ext.mistral.ai> Co-authored-by: Nelson PROIA <144663685+Nelson-PROIA@users.noreply.github.com> Co-authored-by: Peter Evers <pevers90@gmail.com> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: MichisGitIsKing <MichisGitIsKing@users.noreply.github.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
626f905186
commit
228f3c65a9
158 changed files with 7235 additions and 916 deletions
34
CHANGELOG.md
34
CHANGELOG.md
|
|
@ -5,6 +5,40 @@ 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.10.0] - 2026-05-19
|
||||
|
||||
### Added
|
||||
|
||||
- GrowthBook A/B testing layer with first system prompt experiment
|
||||
- `--add-dir` flag to pull additional repository roots into a session
|
||||
- `--no-autofill` flag for bump_version.py script
|
||||
- TTY-keyed `--continue` scoping to current terminal
|
||||
- Improved plan mode readability with live-editable plan display (Ctrl+G to edit)
|
||||
- ACP dispatch user rating telemetry
|
||||
- `enable_connectors` config flag to control connector availability
|
||||
- Connectors migrated to public GA endpoints
|
||||
|
||||
### Changed
|
||||
|
||||
- Combine git subprocess calls in SessionLogger for improved performance by [@MichisGitIsKing](https://github.com/MichisGitIsKing)
|
||||
- Indent assistant message content to align with other messages
|
||||
- Deprecate retrying workflow status and expose retry source
|
||||
- Drop consecutive user-message merging in LLM backends
|
||||
|
||||
### Fixed
|
||||
|
||||
- Share session permissions with subagents
|
||||
- Bump pydantic-settings to >=2.13.0
|
||||
- Avoid closing in-use backend on agent reload
|
||||
- Slash commands broken when automatic IDE context is enabled
|
||||
- Debounce tool approvals to avoid interrupting user typing
|
||||
- Preserve newline style in search_replace
|
||||
- Reset cursor position on up-arrow
|
||||
- Remove hardcoded API key env var in websearch
|
||||
- Fix whoami hardcoded url
|
||||
- Pin dependencies in published wheel
|
||||
|
||||
|
||||
## [2.9.6] - 2026-05-11
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue