v0.8.18
ruvnet/ruflov0.8.18Jun 21, 2026by EricLBuehler
AI Summary
Adds logging for skipped quantization, introduces UQFF-specific subcommands, and hardens remote media fetching in the Mistral.rs project.
Key Highlights
- Adds better logging for when quantization is skipped
- Adds UQFF-specific subcommands to the CLI
- Hardens remote media fetching to prevent potential issues
New Features
- Quantization logging improvements
- UQFF CLI subcommands
- Remote media fetching security hardening
Full Release Notes
## What's Changed * feat(quant): better logging for when quantization is skipped by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2260 * feat(cli): add uqff-specific subcommands by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2261 * fix(server): harden remote media fetching by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2263 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.8.17...v0.8.18