v4.3.11
onyx-dot-app/onyxv4.3.11Jul 21, 2026by github-actions[bot]
AI Summary
Includes formatting cleanup and fixes for desktop window width, title bar strip reservation on macOS, and the Code Interpreter function name.
Key Highlights
- fix(desktop): match default window width to large breakpoint
- fix(desktop): only reserve the title-bar strip on macOS
- fix(tools): rename Code Interpreter LLM function name
New Features
- Desktop window width fix
- Title bar strip reservation on macOS
- Code Interpreter function name rename
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 * chore(fmt): remove `force-single-line` to release 4.3 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/13182 * chore(fmt): remove `order-by-type` to release 4.3 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/13187 * fix(desktop): match default window width to large breakpoint (#13194) to release v4.3 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13205 * fix(desktop): respect configured window_title (#13196) to release v4.3 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13207 * fix(desktop): only reserve the title-bar strip on macOS (#13204) to release v4.3 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13211 * fix(tools): rename Code Interpreter LLM function name off OpenAI-reserved "python" (v4.3 backport) by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/13241 **Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.3.10...v4.3.11