Release history

Changelog

New features, fixes, and improvements in every Osaurus release.


v0.15.4 · March 26, 2026 · released 175 days ago

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

v0.15.3 · March 25, 2026 · released 175 days ago

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

v0.15.2 · March 25, 2026 · released 175 days ago

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

v0.15.1 · March 24, 2026 · released 176 days ago

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

v0.15.0 · March 24, 2026 · released 177 days ago

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

v0.14.29 · March 22, 2026 · released 179 days ago

Osaurus 0.14.29

What's Changed

  • batch process voice input instead of real time (#699) by @RaajeevChandran
  • UI/UX improvements (#698) by @RaajeevChandran
  • open settings page with previously selected sidebar item (#697) by @RaajeevChandran

🧰 Maintenance

  • use latest version of vectura kit (#700) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.28...0.14.29

v0.14.28 · March 21, 2026 · released 180 days ago

Osaurus 0.14.28

What's Changed

  • improved UX for thinking toggle (#694) by @RaajeevChandran

🐛 Bug Fixes

  • fixed crash with gpu release (#693) by @tpae

🧰 Maintenance

  • added additional guards for streaming (#695) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.27...0.14.28

v0.14.27 · March 20, 2026 · released 180 days ago

Osaurus 0.14.27

What's Changed

  • eliminate idle GPU/CPU pressure in FloatingInputCard (#688) by @RaajeevChandran

🧰 Maintenance

  • added cache guard to prevent crashes (#691) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.26...0.14.27

v0.14.26 · March 20, 2026 · released 181 days ago

Osaurus 0.14.26

What's Changed

🧰 Maintenance

  • lazy load KV cache for better user experience (#687) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.25...0.14.26

v0.14.25 · March 20, 2026 · released 181 days ago

Osaurus 0.14.25

What's Changed

  • fix: Telegram plugin not working after restart (#685) by @ritave

🚀 Features

  • work mode improvements (#684) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.24...0.14.25

v0.14.24 · March 20, 2026 · released 181 days ago

Osaurus 0.14.24

What's Changed

🐛 Bug Fixes

  • fixed authentication missing from remote providers (#680) by @tpae

🧰 Maintenance

  • updated code structure for better readability (#679) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.23...0.14.24

v0.14.23 · March 19, 2026 · released 181 days ago

Osaurus 0.14.23

What's Changed

🧰 Maintenance

  • local model prefill cache optimizations (#677) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.22...0.14.23

v0.14.22 · March 19, 2026 · released 182 days ago

Osaurus 0.14.22

What's Changed

  • ensure that new chat windows use the previously active window size (#646) by @RaajeevChandran
  • add support for cron expression scheduling (#673) by @RaajeevChandran

🧰 Maintenance

  • polished up visual look on chat / work views (#674) by @tpae
  • updated minor documentation changes (#670) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.21...0.14.22

v0.14.21 · March 18, 2026 · released 182 days ago

Osaurus 0.14.21

What's Changed

🚀 Features

  • GPU Pinning for efficient memory usage and speed optimization (#669) by @tpae

🧰 Maintenance

  • fixed lfm2 tool calling issues (#668) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.20...0.14.21

v0.14.20 · March 18, 2026 · released 182 days ago

Osaurus 0.14.20

What's Changed

🐛 Bug Fixes

  • show all agents for relay toggle (#667) by @tpae
  • fixed double dispatch for transcription service (#666) by @tpae

🧰 Maintenance

  • expose sandbox secrets to tools (#665) by @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.19...0.14.20

v0.14.19 · March 18, 2026 · released 183 days ago

Osaurus 0.14.19

What's Changed

🧰 Maintenance

  • Fixed sandbox plugin related issues (#663) by @tpae
  • clean up UI in Work View (#661) by @tpae
  • added minor capabilities warning (#659) by @tpae

New Contributors

@github-actions[bot] and @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.18...0.14.19

v0.14.18 · March 18, 2026 · released 183 days ago

Osaurus 0.14.18

What's Changed

🐛 Bug Fixes

  • fixed issue with warm up crash and updated sandbox tools loading (#658) by @tpae
  • fixed issue with sandbox secrets injection (#657) by @tpae

New Contributors

@github-actions[bot] and @tpae

Full Changelog: https://github.com/osaurus-ai/osaurus/compare/0.14.17...v0.14.18

v0.14.17 · March 18, 2026 · released 183 days ago

Osaurus 0.14.17

What's Changed

  • fix sandbox plugin modal overflow
  • align reasoning model params with OpenAI spec & add 'minimal' effort support
  • prioritize custom auth headers & prevent automatic overwrite in remote providers

🚀 Features

  • Smart KV Caching - improved local model performance significantly

v0.14.16 · March 15, 2026 · released 186 days ago

Osaurus 0.14.16

What's Changed

  • UI/UX enhancements
  • implemented window frame persistence for chat & settings windows
  • fix: tapping active mode segment incorrectly switches to opposite mode

🧰 Maintenance

  • renamed model names for clarity

v0.14.15 · March 14, 2026 · released 186 days ago

Osaurus 0.14.15

What's Changed

🚀 Features

  • added model options to disable thinking for qwen3 models

The newsletter

Release notes, new skills, and product news. No spam.

No spam. Unsubscribe anytime.