v0.8.15
EricLBuehler/mistral.rsv0.8.15Jun 19, 2026by EricLBuehler
AI Summary
This release expands platform support with new CUDA versions and refines agentic workflows by improving tool usage timeouts and lifecycle management.
Key Highlights
- Added CUDA 12.8 and 12.9 binaries and wheels
- Increased agentic tool use timeouts
- True support for 'required' tools mode
New Features
- CUDA 12.8 and 12.9 support
- Increased agentic tool timeouts
- Support for 'required' tools mode
- Centralized tool-call lifecycle
- Allowed tools support
Full Release Notes
## What's Changed * feat(release): add cuda 12.8, 12.9 binaries/wheels, handle cuda driver version by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2251 * feat(agentic): increase agentic tool use timeouts by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2252 * chore(deps): bump js-yaml from 4.1.1 to 4.2.0 in /docs by @dependabot[bot] in https://github.com/EricLBuehler/mistral.rs/pull/2254 * chore(deps): bump astro from 6.3.3 to 6.4.8 in /docs by @dependabot[bot] in https://github.com/EricLBuehler/mistral.rs/pull/2253 * feat(core): true support for 'required' tools mode by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2255 * feat(core): centralize tool-call lifecycle and support allowed_tools by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2256 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.8.12...v0.8.15