cli/v1.4.1
onyx-dot-app/onyxcli/v1.4.1Sep 9, 2026by github-actions[bot]
AI Summary
This release addresses stability and configuration issues, including fixing proxy reloading after upgrades and correcting config file fetching for development image tags. It also introduces a healthcheck for the code-interpreter service and pins its container image.
Key Highlights
- Fixed proxy reload mechanism after app container replacement
- Resolved config file fetching for -dev image tags
- Added healthcheck to code-interpreter service
- Pinned code-interpreter container image
- Limited API request timeout for MCP tools
New Features
- Healthcheck for code-interpreter service
Full Release Notes
## Changes * fix(cli): reload the proxy after an upgrade replaces the app containers (#14576) (c95f022377) * fix(cli): fetch config files from the release ref for -dev image tags (#14587) (d2fbe366e0) * feat(deployment): add a healthcheck to the code-interpreter service (#14554) (71778e0d01) * fix(deployment): pin the code-interpreter image (#14553) (e6f17949ad) * fix(mcp): limit API request timeout to tool calls (#14206) (26a08c2a90)