Release history
Changelog
New features, fixes, and improvements in every Osaurus release.
Osaurus 0.16.6
Osaurus 0.16.6
What's Changed
🚀 Features
- added turboquant configuration (#810) by @tpae
🐛 Bug Fixes
- fixed background image for work view (#811) by @tpae
🧰 Maintenance
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.16.5...0.16.6
Osaurus 0.16.5
Osaurus 0.16.5
What's Changed
- fix: bonjour agent calls now run tools on the server (#767) by @ritave
🧰 Maintenance
- cleaned up model manager (#805) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.16.4...0.16.5
Osaurus 0.16.4
Osaurus 0.16.4
What's Changed
🐛 Bug Fixes
- fix: crash on second generation with Gemma 4 hybrid KV cache (#799) by @jjang-ai
- fix app window focus and activation on launch (#794) by @RaajeevChandran
- fix: VLM classification false positives and image persistence across model switches (#795) by @jjang-ai
🧰 Maintenance
- added osaurus curated models (#800) by @tpae
- bumped versions on mlx lm library (#797) by @tpae
- added metal gate to prevent crashes (#796) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.16.3...0.16.4
Osaurus 0.16.3
Osaurus 0.16.3
What's Changed
🧰 Maintenance
- added stats and fixed minor crash issues (#792) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.16.2...0.16.3
Osaurus 0.16.2
Osaurus 0.16.2
What's Changed
🐛 Bug Fixes
- fix: built-in tool discovery and chat view crash (#791) by @jjang-ai
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.16.1...0.16.2
Osaurus 0.16.1
Osaurus 0.16.1
What's Changed
🐛 Bug Fixes
- updated skills view to be more deterministic with calls (#787) by @tpae
🧰 Maintenance
- fix crashes, extend gemma support (#786) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.16.0...0.16.1
Osaurus 0.16.0
Osaurus 0.16.0
What's Changed
- added factory reset in settings (#780) by @RaajeevChandran
🚀 Features
- manual tool selection (#771) by @tpae
🐛 Bug Fixes
- address known swiftUI bug for skills import button and fixes few other crashes (#784) by @tpae
- dynamic storage monitoring for custom model directories (#781) by @RaajeevChandran
- fix: PDF attachment 'Document appears to be empty' error (#779) by @jjang-ai
- fixed issue with model downloader (#778) by @tpae
- preview and save image in artifact (#772) by @RaajeevChandran
🧰 Maintenance
- use latest mlx-swift-lm (#783) by @tpae
- updated deps and ci flow for resolution (#775) by @tpae
- added gemma4 support (#770) by @tpae
- switch to osaurus mlx fork (#769) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.18...0.15.19
Osaurus 0.15.18
Osaurus 0.15.18
What's Changed
- automatic detection of clipboard content in chat window (#764) by @RaajeevChandran
🚀 Features
- updated autonomous execution mode - auto plugin creation flow (#765) by @tpae
🐛 Bug Fixes
- fix UI Freeze by making skill related I/O and processing asynchronous (#763) by @RaajeevChandran
🧰 Maintenance
- minor UI improvements in chat view (#766) by @RaajeevChandran
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.16...0.15.17
Osaurus 0.15.16
Osaurus 0.15.16
What's Changed
- chore: added linting on pre-push hook using lefthook (#761) by @ritave
- feat: add bonjour broadcast and discovery for agents (#683) by @ritave
- GPU optimizations (#759) by @RaajeevChandran
🐛 Bug Fixes
- updated relay to refresh after load (#758) by @tpae
🧰 Maintenance
- fix team id (#762) by @tpae
- fixed embedding / skills related potential crashes, extended unit tests (#760) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.15...0.15.16
Osaurus 0.15.15
Osaurus 0.15.15
What's Changed
🧰 Maintenance
- fixed issues with skills import (#757) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.14...0.15.15
Osaurus 0.15.14
Osaurus 0.15.14
What's Changed
🧰 Maintenance
- release process updates (#756) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.13...0.15.14
Osaurus 0.15.13
Osaurus 0.15.13
What's Changed
🧰 Maintenance
- fixed package versioning (#755) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.12...0.15.13
Osaurus 0.15.12
Osaurus 0.15.12
What's Changed
🧰 Maintenance
- fixed crash with invalid plugins (#753) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.11...0.15.12
Osaurus 0.15.11
Osaurus 0.15.11
What's Changed
🧰 Maintenance
- fixed crash; added additional guards for metal paths, removed async prefix warming (#752) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.10...0.15.11
Osaurus 0.15.10
Osaurus 0.15.10
What's Changed
🧰 Maintenance
- improve concurrency with agent handling (#751) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.9...0.15.10
Osaurus 0.15.9
Osaurus 0.15.9
What's Changed
- updated FluidAudio to latest version (#750) by @RaajeevChandran
🧰 Maintenance
- Plugin updates - major improvements to Telegram plugin (#749) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.8...0.15.9
Osaurus 0.15.8
Osaurus 0.15.8
What's Changed
- batch embedding for context index rebuilds (#748) by @RaajeevChandran
- feat: add Disable Tools toggle to chat configuration (#735) by @vernonstinebaker
🐛 Bug Fixes
- updated rag index init to be serial to prevent race conditions (#747) by @tpae
- fix race condition (#746) by @RaajeevChandran
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.7...0.15.8
Osaurus 0.15.7
Osaurus 0.15.7
What's Changed
- several optimizations for bringing down GPU usage (#738) by @RaajeevChandran
- perf: two-phase prefill for hybrid SSM/transformer models (Qwen3.5) (#737) by @vernonstinebaker
- perf: tiered KV cache store, O(1) streaming decode, eval fix (#736) by @vernonstinebaker
- perf: memoize preflight capability search results per session (#734) by @vernonstinebaker
- perf: sort alwaysLoadedSpecs() for deterministic tool ordering (#733) by @vernonstinebaker
- chore: bump swift-jinja 2.3.2 → 2.3.3 (#732) by @vernonstinebaker
- fix(tests): update PreflightCapabilitySearch topKValues expectations after #730 (#731) by @vernonstinebaker
🐛 Bug Fixes
- fixed issue with plugin installation and notification crash (#739) by @tpae
🧰 Maintenance
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.6...0.15.7
Osaurus 0.15.6
Osaurus 0.15.6
What's Changed
- fix(tools): delegate MLX tool-call parsing to upstream ToolCallProcessor (#714) by @vernonstinebaker
- chore: fix Swift 6 / Xcode 26.4 strict concurrency build errors (#727) by @vernonstinebaker
🧰 Maintenance
- updated tools dev and local plugin access (#729) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.5...0.15.6
Osaurus 0.15.5
Osaurus 0.15.5
What's Changed
- perf(PrefixCache): lazy load prefix cache in background to drastically unblock TTFT (#717) by @vernonstinebaker
- improved scroll performance in model picker (#724) by @RaajeevChandran
- fix(TypingIndicator): fix shimmer overflow into "Processing prompt…" text (#725) by @vernonstinebaker
🧰 Maintenance
- resolve sym link for tool cli build (#726) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.4...0.15.5