Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai> Co-Authored-By: Michel Thomazo <michel.thomazo@mistral.ai> Co-Authored-By: Vincent Guilloux <vincent.guilloux@mistral.ai>
110 lines
2.2 KiB
Markdown
110 lines
2.2 KiB
Markdown
# Changelog
|
|
|
|
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).
|
|
|
|
## [1.1.3] - 2025-12-12
|
|
|
|
### Added
|
|
|
|
- Add more copy_to_clipboard methods to support all cases
|
|
- Add bindings to scroll chat history
|
|
|
|
### Changed
|
|
|
|
- Relax config to accept extra inputs
|
|
- Remove useless stats from assistant events
|
|
- Improve scroll actions while streaming
|
|
- Do not check for updates more than once a day
|
|
- Use PyPI in update notifier
|
|
|
|
### Fixed
|
|
|
|
- Fix tool permission handling for "allow always" option in ACP
|
|
- Fix security issue: prevent command injection in GitHub Action prompt handling
|
|
- Fix issues with vLLM
|
|
|
|
## [1.1.2] - 2025-12-11
|
|
|
|
### Changed
|
|
|
|
- add `terminal-auth` auth method to ACP agent only if the client supports it
|
|
- fix `user-agent` header when using Mistral backend, using SDK hook
|
|
|
|
## [1.1.1] - 2025-12-10
|
|
|
|
### Changed
|
|
|
|
- added `include_commit_signature` in `config.toml` to disable signing commits
|
|
|
|
## [1.1.0] - 2025-12-10
|
|
|
|
### Fixed
|
|
|
|
- fixed crash in some rare instances when copy-pasting
|
|
|
|
### Changed
|
|
|
|
- improved context length from 100k to 200k
|
|
|
|
## [1.0.6] - 2025-12-10
|
|
|
|
### Fixed
|
|
|
|
- add missing steps in bump_version script
|
|
- move `pytest-xdist` to dev dependencies
|
|
- take into account config for bash timeout
|
|
|
|
### Changed
|
|
|
|
- improve textual performance
|
|
- improve README:
|
|
- improve windows installation instructions
|
|
- update default system prompt reference
|
|
- document MCP tool permission configuration
|
|
|
|
## [1.0.5] - 2025-12-10
|
|
|
|
### Fixed
|
|
|
|
- Fix streaming with OpenAI adapter
|
|
|
|
## [1.0.4] - 2025-12-09
|
|
|
|
### Changed
|
|
|
|
- Rename agent in distribution/zed/extension.toml to mistral-vibe
|
|
|
|
### Fixed
|
|
|
|
- Fix icon and description in distribution/zed/extension.toml
|
|
|
|
### Removed
|
|
|
|
- Remove .envrc file
|
|
|
|
## [1.0.3] - 2025-12-09
|
|
|
|
### Added
|
|
|
|
- Add LICENCE symlink in distribution/zed for compatibility with zed extension release process
|
|
|
|
## [1.0.2] - 2025-12-09
|
|
|
|
### Fixed
|
|
|
|
- Fix setup flow for vibe-acp builds
|
|
|
|
## [1.0.1] - 2025-12-09
|
|
|
|
### Fixed
|
|
|
|
- Fix update notification
|
|
|
|
## [1.0.0] - 2025-12-09
|
|
|
|
### Added
|
|
|
|
- Initial release
|