New Features
- Usage-limit reset credits now show their type and expiration, and let you choose which credit to redeem. (openai#30488)
- Added a
writesapp-approval mode that allows declared read-only actions while prompting for writes. (openai#30482) - MCP tools can now request authentication interactively without an experimental opt-in. (openai#28772)
- App-server hosts can provide Codex authentication at runtime and redirect successful logins to a hosted page. (openai#28745, openai#31274)
- Global pnpm installs are now detected so diagnostics and updates use the correct package manager. (openai#31503)
- Selecting Ultra reasoning now warns when high multi-agent concurrency could increase usage quickly. (openai#31621)
Bug Fixes
- Resumed ChatGPT threads recover when compaction references a retired model by retrying with the currently selected model. (openai#30319)
- Fixed Code Mode crashes in Intel macOS release binaries. (openai#30953)
- Windows sandbox sessions can delete files in writable roots and access the managed primary runtime. (openai#31138, openai#31574)
- Pasted terminal control sequences can no longer corrupt TUI rendering or resumed conversation history. (openai#31494)
- Long-running app sessions now refresh expired authentication for the hosted
codex_appsconnector. (openai#31486) - Responses WebSockets continue using the low-latency transport while respecting system proxies and custom certificate authorities. (openai#31441, openai#31622)
Documentation
- Device-code login warnings now explain how to recognize and stop phishing attempts. (openai#31648)
Chores
- Reduced plugin skill-loading time on remote executors by resolving namespaces once per root. (openai#31348)
- Made the
/reviewbranch picker faster and more reliable in large repositories. (openai#31464) - Improved automatic review behavior with clearer instructions and a focused tool set. (openai#31480)
- Made Amazon Bedrock model names clearly identify their GPT-5.6 family and variant. (openai#31636)
Changelog
Full Changelog: openai/codex@rust-v0.143.0...rust-v0.144.0