Co-authored-by: Clément Drouin <clement.drouin@mistral.ai>
Co-authored-by: Clément Sirieix <clement.sirieix@mistral.ai>
Co-authored-by: Guillaume LE GOFF <guillaume.lgf@gmail.com>
Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai>
Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com>
Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai>
Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Quentin 2026-05-25 16:05:26 +02:00 committed by GitHub
parent f71bfd3b8c
commit adb1ca74ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
202 changed files with 5828 additions and 1968 deletions

View file

@ -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.11.0] - 2026-05-25
### Added
- Load skills from `~/.agents/skills` so they can be shared across agents
- Restore the textual theme selection system with an onboarding theme picker
- Surface unauthenticated connectors in `/mcp` with `needs auth` / `needs setup` labels and start the OAuth flow from inside the CLI
- Current date injected into the system prompt
- `minimal` system prompt variant for eval and training
### Changed
- Refreshed manual API key onboarding screen to match the new onboarding panel layout
- Newly discovered connectors are now disabled by default; existing user choices are preserved
### Fixed
- Preserve original line endings in ACP `search_replace`
- Show MCP/connectors count as `enabled/total` in the banner
- ACP grep tool displays the search path as a chip and no longer drops the filename
## [2.10.1] - 2026-05-20
### Added