Published to npm as @bitkyc08/opencodex@2.33.0-preview.20260825 with dist-tag preview.
New Features
- Add per-model ChatGPT compaction budgets (#1905)
- Let the operator decline a proxy-side browser open (#2537)
Bug Fixes
- Validate the sidecar pair against the submitted backend (#2514)
- Report Codex routing in ocx status and name an unused proxy (#2518)
- Report a destroyed shim instead of bailing silently (#2519)
- Stop the undeclared-tool guard from killing hosted x_search turns (#2425)
- Guard quota reset date formatting (#2405)
- Ignore stale Startup secondary responses (#2416)
- Retry pre-output EOFs affecting Ox Alpha (#2486)
- Do not let a non-registering row veto a bare context key (#2485)
- Prioritize tool search results within catalog budget (#2475)
- Apply provider default reasoning effort when caller omits it (#2494)
- Do not let the omit sentinel become an effort value (#2523)
- Normalize legacy exec_command/shell_command tool calls to declared exec (#2493)
- Do not carry a retained compact limit onto a corrected window (#2526)
- Inset the Claude account-pool warning and threshold field (#2492)
- Show the device code and authorization link on every login surface (#2530)
- Render the login hint during a first-time provider add (#2534)
- Read code and state from a redirect URL fragment (#2540)
- Never pair a code and state from different URL components (#2543)
- Run the preflight suite in the same groups CI does (#2546)
- [WRONG BRANCH] merge dev into preview for the v2.33.0-preview.20260825 release (release-gate parity) (#2547)
Chores
- Pin legacy shell-name normalization on the SSE path (#2524)
- Stop asserting the overlay version against a moving oracle (#2549)
- [WRONG BRANCH] merge dev into preview for the v2.33.0-preview.20260825 release (api-usage oracle fix) (#2551)
Other Changes
- Devlog: operator visibility train roadmap unit (260825) (#2520)
- [WRONG BRANCH] merge dev into preview for the v2.33.0-preview.20260825 release (#2544)
Changelog
Full Changelog: v2.32.1...v2.33.0-preview.20260825
- #1905 feat(codex): add per-model ChatGPT compaction budgets @luvs01
- #2405 fix(gui): guard quota reset date formatting @luvs01
- #2416 fix(gui): ignore stale Startup secondary responses @luvs01
- #2425 fix(xai): stop the undeclared-tool guard from killing hosted x_search turns @olddonkey
- #2475 fix(kiro): prioritize tool search results within catalog budget @mchlkim
- #2485 fix(claude): do not let a non-registering row veto a bare context key @ntdatt812
- #2486 fix(responses): retry pre-output EOFs affecting Ox Alpha @kremnyi
- #2492 fix(gui): inset the Claude account-pool warning and threshold field @Yoonkeee
- #2493 fix: normalize legacy exec_command/shell_command tool calls to declared exec @L-Y-J
- #2494 fix(anthropic): apply provider default reasoning effort when caller omits it @L-Y-J
- #2514 fix(management): validate the sidecar pair against the submitted backend @lidge-jun
- #2518 fix(cli): report Codex routing in ocx status and name an unused proxy @lidge-jun
- #2519 fix(codex): report a destroyed shim instead of bailing silently @lidge-jun
- #2520 devlog: operator visibility train roadmap unit (260825) @lidge-jun
- #2523 fix(anthropic): do not let the omit sentinel become an effort value @lidge-jun
- #2524 test(bridge): pin legacy shell-name normalization on the SSE path @lidge-jun
- #2526 fix(catalog): do not carry a retained compact limit onto a corrected window @lidge-jun
- #2530 fix(gui): show the device code and authorization link on every login surface @lidge-jun
- #2534 fix(gui): render the login hint during a first-time provider add @lidge-jun
- #2537 feat(oauth): let the operator decline a proxy-side browser open @lidge-jun
- #2540 fix(oauth): read code and state from a redirect URL fragment @lidge-jun
- #2543 fix(oauth): never pair a code and state from different URL components @lidge-jun
- #2544 [WRONG BRANCH] merge dev into preview for the v2.33.0-preview.20260825 release @lidge-jun
- #2546 fix(release): run the preflight suite in the same groups CI does @lidge-jun
- #2547 [WRONG BRANCH] merge dev into preview for the v2.33.0-preview.20260825 release (release-gate parity) @lidge-jun
- #2549 test(usage): stop asserting the overlay version against a moving oracle @lidge-jun
- #2551 [WRONG BRANCH] merge dev into preview for the v2.33.0-preview.20260825 release (api-usage oracle fix) @lidge-jun