v0.8.21
stackblitz/bolt.newv0.8.21Jun 22, 2026by EricLBuehler
AI Summary
This release improves the core model resolution logic by removing a stale cache and providing clearer error messages to help users understand why a model might not be found.
Key Highlights
- Removed local repo list cache
- Improved errors and explanations during model resolution
New Features
- Removed local repo list cache
- Improved model resolution error messages
Full Release Notes
## What's Changed * fix(core): remove local repo list cache by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2270 * feat(core): improve errors and explanations during model resolution by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2271 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.8.20...v0.8.21