v0.8.14
ruvnet/ruflov0.8.14Jun 19, 2026by EricLBuehler
AI Summary
Adds support for CUDA 12.8 and 12.9 binaries/wheels, increases agentic tool use timeouts, and adds support for 'required' tools mode.
Key Highlights
- Adds CUDA 12.8 and 12.9 binaries and wheels
- Increases agentic tool use timeouts
- Adds true support for 'required' tools mode
New Features
- CUDA 12.8 and 12.9 support
- Agentic tool timeout increases
- Required tools mode 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.14