🚀 New Features
- Global sampling settings — sampling parameters are now a single persisted global store (Zustand) instead of per-assistant, so sampling behaves consistently across the app and legacy on-disk data is preserved.
- Pause/resume model downloads — resumable GGUF downloads can be paused and resumed from the global Downloads popover with new UI controls and resume-state handling for better download control.
🔧 Improvements & Fixes
- Clearer model loading feedback — previously persistent "Failed to load" toasts are cleared on successful load and engine error codes are mapped to actionable titles/descriptions, with updated English and Russian locale messages.
- Windows GGUF validation fix — model path validation was enhanced to avoid issues with split GGUF files on Windows, improving model loading reliability.
- Download UI and robustness tweaks — download button keeps consistent height during download states and paused downloads no longer trigger error notifications or cleanup.
🙏 Contributors
Thanks to @Vect0rM for their contributions to this release!