v4.5.4

onyx-dot-app/onyxv4.5.4Aug 7, 2026by github-actions[bot]

AI Summary

Feature additions for desktop shortcuts and fixes for voice, LLM streaming, and authentication.

Key Highlights

  • Added global summon shortcut and View-menu navigation accelerators
  • Azure voice provider now supports non-English languages
  • Native streaming support for OpenAI responses on registry miss
  • Fixed long-chat context accounting and model-switch replay
  • Fixed claim of unowned accounts on first SSO login

New Features

  • Desktop keyboard shortcuts
  • Azure voice localization
  • LLM streaming improvements
  • SSO authentication enhancements

Full Release Notes

## Warning
Do not upgrade to this release if you want to preserve your existing indexed documents but have not yet run the document index migration, which can be done from any version v3.x. [See additional documentation here](https://docs.onyx.app/admins/advanced_configs/opensearch_document_index_migration#opensearch-document-index-migration).

See the assets to download this version and install.

## What's Changed
* feat(desktop): global summon shortcut + View-menu navigation accelerators (#13765) to release v4.5 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13774
* fix(voice): support non-English languages in the Azure voice provider (#13762) to release v4.5 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13773
* fix(llm): stream natively on registry miss for OpenAI responses surface (#13788) to release v4.5 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13794
* fix(chat): correct long-chat context accounting and model-switch replay (#13764) to release v4.5 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13802
* fix(auth): claim an unowned account on first SSO login (#13791) to release v4.5 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13795
* fix: fetch perms for sharepoint hierarchynodes (#13778) to release v4.5 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13810

**Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.5.3...v4.5.4