Bug Fixes
- Fixed standalone installs failing when GitHub returns compact or reordered release metadata. (openai#31913)
- Ensured macOS package installs expose the code-mode host alongside the
codexexecutable. (openai#31913) - Kept code mode working when the companion host binary is unavailable by falling back to the embedded runtime. (openai#31913)
Changelog
Full Changelog: openai/codex@rust-v0.144.0...rust-v0.144.1
- openai#31913 [0.144] Backport installer and code-mode reliability fixes @bolinfest