The Wire · Showcase
Codex Drops the 'Plan' Nudge
By RepoJournal · Filed · About OpenAI
OpenAI rolled back the Plan mode prompt in Codex, quietly removing the 'Create a plan?' nudge from the composer and the friction it brought to drafting.
OpenAI stripped the Plan mode composer nudge out of Codex today [1], so drafts containing the word 'plan' no longer trigger that persistent prompt or its Escape-to-dismiss behavior. The same change landed twice [2], one from an engineer and one from a bot, which is a good reminder to check your merge queue for duplicates. More meaningful for state fidelity, message truncation now preserves passthrough content metadata and classifications as `AnnotatedContent` [3], so positions stay in sync after the token budget cuts in. Guardian review threads finally get their own thread source, `guardian_review`, instead of being lumped in with generic subagents [4], which cleans up analytics and rollout attribution. And Codex now treats `cua_repl` like `node_repl` for Guardian evidence gathering and computer-use policy [5], so REPL-backed tools behave consistently across the stack.
One email a day. Unsubscribe in one click.
Keep up with OpenAI in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Pull the latest codex main to get the Plan mode nudge removal and metadata preservation fixes openai/codex [immediate]
- → Update any analytics dashboards that relied on the generic 'subagent' thread source for Guardian reviews openai/codex [plan]
References
- [1] Remove the Plan mode composer nudge (#40200) openai/codex
- [2] Remove the Plan mode composer nudge ↗ openai/codex
- [3] Preserve content metadata when truncating messages (#40264) openai/codex
- [4] Distinguish Guardian review threads from subagents ↗ openai/codex
- [5] Support `cua_repl` as a Node REPL-backed MCP server ↗ openai/codex