Co-authored-by: Clément Drouin <clement.drouin@mistral.ai>
Co-authored-by: Gauthier Guinet <43207538+Gguinet@users.noreply.github.com>
Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com>
Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai>
Co-authored-by: Stanislas <stanislas.lange@mistral.ai>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Mathias Gesbert 2026-06-08 14:59:41 +02:00 committed by GitHub
parent 3f8487f761
commit 702d0f412e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 2446 additions and 502 deletions

View file

@ -5,6 +5,20 @@ 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.14.1] - 2026-06-08
### Added
- `/teleport` slash command exposed over ACP, mirroring the TUI command for IDE integrations
- Startup prompt to install a pending Vibe update before continuing the session
### Fixed
- JetBrains IDEs no longer trigger a preemptive auth prompt over ACP and no longer drop terminal arguments
- Initial ACP slash-command advertisement is delayed so Zed registers commands like `/help` instead of rejecting them
- Built-in tool prompts no longer reference the removed `search_replace` name and now point to `edit`
## [2.14.0] - 2026-06-04
### Added