OpenAI Codex CLI vrust-v0.90.0
Summary
New Features - Added a network sandbox proxy with policy enforcement to better control outbound network access. (8442) - Introduced the first phase of connectors support via the app server and MCP ...
Release Notes
New Features - Added a network sandbox proxy with policy enforcement to better control outbound network access. (8442) - Introduced the first phase of connectors support via the app server and MCP integration, including new config/docs updates. (9667) - Shipped collaboration mode as beta in the TUI, with a clearer plan → execute handoff and simplified mode selection (Coding vs Plan). (9690, 9712, 9802, 9834) - Added ephemeral threads and improved collaboration tool provenance metadata for spawned threads. (9765, 9769) - WebSocket connections now support proxy configuration. (9719) - More strict limitation on multi-agents Bug Fixes - Fixed exec policy parsing for multiline quoted arguments. (9565) - --yolo now skips the git repository check instead of failing outside a repo. (9590) - Improved resume reliability by handling out-of-order events and prompting for the working directory when it differs. (9512, 9731) - Backspace no longer deletes a text element when the cursor is at the element’s left edge. (9630) - Config loading errors are clearer and more actionable across surfaces. (9746) - Default model selection now respects filtered presets to avoid invalid defaults. (9782) Documentation - Corrected a typo in the experimental collaboration prompt template. (9716) - Added documentation for the new connectors configuration surface. (9667) Chores - Refreshed the bundled model catalog/presets. (9726) - Updated GitHub Actions for Node 24 compatibility. (9722) Changelog Full Changelog: https://github.com/openai/codex/compare/rust-v0.89.0...rust-v0.90.0 - 9715 feat: fix formatting of codex features list @bolinfest - 9716 Fix typo in experimentalprompt.md @iudizm - 9719 feat: support proxy for ws connection @apanasenko-oai - 9712 TUI: prompt to implement plan and switch to Execute @charley-oai - 9713 use machine scope instead of user scope for dpapi. @iceweasel-oai - 9726 Update models.json @github-actions - 9667 [connectors] Support connectors part 1 - App server & MCP @mz