- [new] Added the code-mode-protocol crate and supporting session handling.
- [new] Introduced a request_user_input_spec tool handler.
- [new] Added gpt-3 as a recognised model identifier.
- [changed] Revised the
--remote-controlflag description in shell completions to note that it enables remote control without altering persistence settings. - [changed] Replaced CODEX_CLOUD_TASKS_FORCE_INTERNALSOCKS5 and CODEX_HOMEU with CODEX_CLOUD_TASKS_FORCE_INTERNAL and CODEX_INTERNAL_APP_SERVER_REMOTE_CONTROL_DISABLED.
Under the hood
- Added core environment_selection module.
- Expanded app-server transport with remote control desired state and related request/response payloads.
- Introduced TUI support for app server sessions, goal files, and an updates cache.
- Updated codex-mcp with plugin configuration handling.
- Adjusted several internal data models, enums, and typed payloads to accommodate remote control, thread status, and configuration changes.
Upgrade notes
No manual steps required.