v0.8.19
HumanAIGC/Cloth2Texv0.8.19Jun 21, 2026by EricLBuehler
AI Summary
This update increases sandbox CPU time limits, introduces JSON object response format support for the server, and fixes engine shutdown safety.
Key Highlights
- Increased max CPU secs in sandbox
- Added support for JSON object response format
- Safer engine shutdown process
New Features
- JSON object response format support
- Sandbox CPU time limit adjustment
Full Release Notes
## What's Changed * feat(sandbox): increase max cpu secs to match shell tool by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2264 * feat(server): support json_object response format by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2265 * fix(core): safer engine shutdown process by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2266 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.8.18...v0.8.19