Release history
Changelog
New features, fixes, and improvements in every Osaurus release.
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
Osaurus 0.15.4
Osaurus 0.15.4
What's Changed
🧰 Maintenance
- improve plugin dev experience (#723) by @tpae
- Host API updates - added preflight and artifact handler (#722) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.3...0.15.4
Osaurus 0.15.3
Osaurus 0.15.3
What's Changed
🐛 Bug Fixes
- fixed default tool indexing issues (#721) by @tpae
- fixed issue with missing remote providers for work and host api (#720) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.2...0.15.3
Osaurus 0.15.2
Osaurus 0.15.2
What's Changed
- Fix ChatEngine remote services isolation, bookmark fallback, and config trimming (#712) by @vernonstinebaker
- Rewrite StreamAccumulator as pull-based AsyncSequence for reliable local inference (#711) by @vernonstinebaker
- Add prefill progress bar and auto-expand thinking block during streaming (#710) by @vernonstinebaker
- added manual transcription stop mode (#701) by @RaajeevChandran
🐛 Bug Fixes
- fixed 400 issue with xAI API with missing tool params (#718) by @tpae
🧰 Maintenance
- Orb Improvements (run from shader, check your CPU) (#719) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.1...0.15.2
Osaurus 0.15.1
Osaurus 0.15.1
What's Changed
- feat: Add MCPB bundle loading CLI command (#706) by @drernie
- Add InferenceProgressManager for tracking MLX prefill/generation progress (#709) by @vernonstinebaker
- Fix isValidCache to accept hybrid (Mamba+KVCacheSimple) model caches (#708) by @vernonstinebaker
- fix: plugins didn't load secrets for agents properly (#713) by @ritave
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.15.0...0.15.1
Osaurus 0.15.0
Osaurus 0.15.0
What's Changed
- ensure menu bar panel and windows are visible over full screen apps (#702) by @RaajeevChandran
- smart toggle logic for global chat hotkey (#703) by @RaajeevChandran
🚀 Features
- Improved Context Management System - new concept: methods (#704) by @tpae
Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.29...0.14.30