v2.14.0 (#743)
Co-authored-by: Alexis Tacnet <alexis@mistral.ai> Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Guillaume LE GOFF <guillaume.lgf@gmail.com> Co-authored-by: Lucas Marandat <31749711+lucasmrdt@users.noreply.github.com> Co-authored-by: Maxime Dolores <maxime.dolores@ext.mistral.ai> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: Val <102326092+vdeva@users.noreply.github.com> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: p.vezia <166131032+le-codeur-rapide@users.noreply.github.com> Co-authored-by: Hiba Chaabnia <Hiba-Chaabnia@users.noreply.github.com> Co-authored-by: Nikhil Bhima <nikhilbhima@users.noreply.github.com> Co-authored-by: Nkipohcs <Nkipohcs@users.noreply.github.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
ad0d5c9520
commit
3f8487f761
197 changed files with 10819 additions and 2830 deletions
31
CHANGELOG.md
31
CHANGELOG.md
|
|
@ -5,6 +5,37 @@ 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.0] - 2026-06-04
|
||||
|
||||
### Added
|
||||
|
||||
- Image attachments via `@`-mentions in the TUI for vision-capable models
|
||||
- Session deletion, exposed over ACP as the `session/delete` extension method
|
||||
- Browser sign-in now shows a copyable fallback URL when the browser does not open, so SSH and remote sessions can complete onboarding
|
||||
- Toast notification when a `SKILL.md` file fails to parse instead of silently dropping the skill
|
||||
- Trust prompt now proposes the git repository ancestor as a trust target
|
||||
- `EnvironmentLayer` in the layered configuration, populated from `VIBE_`-prefixed environment variables
|
||||
|
||||
### Changed
|
||||
|
||||
- New tool-call format for `read` and the file `edit` tool
|
||||
- `write_file` is now create-only and refuses to overwrite existing files
|
||||
- Bumped `agent-client-protocol` to 0.10.1
|
||||
|
||||
### Fixed
|
||||
|
||||
- LLM calls now retry on network errors and timeouts (connection, read, write, remote protocol, timeout)
|
||||
- Approval modal now sizes itself so the bottom of long tool-call payloads stays visible above the options block
|
||||
- Banner connector count and `/mcp` panel ordering now reflect which connectors are actually usable and the user's enable/disable choices
|
||||
- `disabled_tools` from runtime is merged with the TOML configuration instead of replacing it, and is enforced inside `ToolManager.get()`
|
||||
- `shift+backspace` and `shift+delete` now work in the chat input
|
||||
- Crash in the ACP `todo` plan-update handler when the model's tool call failed validation
|
||||
|
||||
### Removed
|
||||
|
||||
- Recursive search for nested harness files
|
||||
|
||||
|
||||
## [2.13.0] - 2026-05-29
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue