v4.1.7
onyx-dot-app/onyxv4.1.7Jun 23, 2026by justin-tahara
AI Summary
A maintenance release for version 4.1 addressing voice/TTS issues, chat tool reminders, search timeouts, and model server resource management.
Key Highlights
- Fixed backend markdown stripping for TTS and added optional REST STT toggle.
- Suppressed open_url reminders when tools are disabled.
- Re-applied document filter LLM call timeouts.
- Capped torch threads to cgroup CPU quota for better resource management.
Full Release Notes
## What's Changed * fix(voice): backend markdown stripping for TTS + optional REST STT toggle (#12284) to release v4.1 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/12287 * fix(chat): suppress open_url reminder when the tool is disabled (#12323) to release v4.1 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12329 * fix(search): bound document_filter LLM calls with a timeout (ENG-4238) (#12333) to release v4.1 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12339 * fix(model_server): cap torch threads to cgroup CPU quota (#12351) to release v4.1 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12357 **Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.1.6...v4.1.7