Skip to content
Proposals/Enable experimental context management in Codex
proposaldeveloperP5Worth a lookOpenAI Codex CLI

Enable experimental context management in Codex CLI

Upgrade to Codex CLI rust-v0.153.0, set features.context_management.experimental_mode for eligible ChatGPT Plus/Pro sessions, move recap and paste-burst under [tui], and use Vim u/Ctrl+R plus the plugin CLI for marketplace plugins.

Why this loop

rust-v0.153.0 ships a disabled-by-default features.context_management.experimental_mode flag. For eligible ChatGPT Plus, Pro, or Pro Lite sessions on the Codex backend it turns on token-budget context, history notes, and the new_context tool; API-key sessions, custom providers, and temporary structured threads stay excluded, so this is a targeted Plus/Pro TUI change, not a global default. The same release lets you set tui.auto_recap = false while keeping manual /recap, and replaces the top-level paste-burst key with tui.disable_paste_burst (old key still falls back). Vim mode now undoes with u and redoes with Ctrl+R without dropping pasted content or attachments. The plugin CLI can list, install, and remove plugins from remote marketplaces. Apply those config and composer habits after upgrade; reconnect, Guardian history, and earlier Plus/Team usage warnings take effect without extra setup.

Proposed actions

  1. Add features.context_management.experimental_mode = true to Codex CLI config so eligible ChatGPT Plus, Pro, or Pro Lite Codex-backend sessions get token-budget context, history notes, and the new_context tool. Leave it off for API-key sessions, custom providers, and temporary structured threads.
  2. Set tui.auto_recap = false in Codex CLI config to stop automatic recaps; run /recap only when you want a recap.
  3. Move disable_paste_burst under [tui] as tui.disable_paste_burst (the old top-level key remains a fallback).
  4. In Codex TUI Vim mode, undo composer drafts with u and redo with Ctrl+R; complete drafts including pasted content and attachments are preserved.
  5. Use the Codex plugin CLI to list, install, and remove plugins from remote marketplaces after upgrading to rust-v0.153.0.

Agent prompt

Paste into your agent or query via MCP (get_agent_prompt) — free, no extra AI cost

Codex / agent CLI task

DevAgentRadar → OpenAI Codex

Task: evaluate and optionally implement follow-ups from this coding-assistant release.

Context

Assistant: OpenAI Codex CLI Proposal: Enable experimental context management in Codex CLI Summary: Upgrade to Codex CLI rust-v0.153.0, set features.context_management.experimental_mode for eligible ChatGPT Plus/Pro sessions, move recap and paste-burst under [tui], and use Vim u/Ctrl+R plus the plugin CLI for marketplace plugins. Primary source: https://github.com/openai/codex/releases/tag/rust-v0.153.0

Why it matters

rust-v0.153.0 ships a disabled-by-default features.context_management.experimental_mode flag. For eligible ChatGPT Plus, Pro, or Pro Lite sessions on the Codex backend it turns on token-budget context, history notes, and the new_context tool; API-key sessions, custom providers, and temporary structured threads stay excluded, so this is a targeted Plus/Pro TUI change, not a global default. The same release lets you set tui.auto_recap = false while keeping manual /recap, and replaces the top-level paste-burst key with tui.disable_paste_burst (old key still falls back). Vim mode now undoes with u and redoes with Ctrl+R without dropping pasted content or attachments. The plugin CLI can list, install, and remove plugins from remote marketplaces. Apply those config and composer habits after upgrade; reconnect, Guardian history, and earlier Plus/Team usage warnings take effect without extra setup.

Suggested actions

  1. Add features.context_management.experimental_mode = true to Codex CLI config so eligible ChatGPT Plus, Pro, or Pro Lite Codex-backend sessions get token-budget context, history notes, and the new_context tool. Leave it off for API-key sessions, custom providers, and temporary structured threads.
  2. Set tui.auto_recap = false in Codex CLI config to stop automatic recaps; run /recap only when you want a recap.
  3. Move disable_paste_burst under [tui] as tui.disable_paste_burst (the old top-level key remains a fallback).
  4. In Codex TUI Vim mode, undo composer drafts with u and redo with Ctrl+R; complete drafts including pasted content and attachments are preserved.
  5. Use the Codex plugin CLI to list, install, and remove plugins from remote marketplaces after upgrading to rust-v0.153.0.

Config surfaces this release may change

  • skills (high confidence) — check your repo before applying
  • context and compaction settings — check your repo before applying
  • subagent definitions — check your repo before applying
  • MCP servers — check your repo before applying
  • permission rules — check your repo before applying
  • sandbox settings — check your repo before applying
  • hooks — check your repo before applying

After you finish

Do not report this as applied to DevAgentRadar. You cannot write the visitor's loop.

Tell the human: open https://devagentradar.com/proposals/openai-codex-rust-v0-153-0-enable-experimental-context-management-in-cod and mark Applied, Skipped, or Failed. Proposal id: 12d382cd-d0c0-4d1d-a693-6087d91f7182

Deliverables:

  • Short impact assessment
  • Optional patch plan (files + steps)
  • Do not invent APIs not in the source notes
agentmcpmodelsecurityideRelease source ↗

Your loop

This browser · no sign-in · not shared as “you”

After you run the prompt

Only you can mark this. Agents cannot write your loop.

Your decision stays on this device. A public tally appears after a few votes.

Originating release signal

OpenAI Codex CLIrust-v0.153.0Sep 3, 2026

rust-v0.153.0 0.153.0

Vim mode now supports undo with u and redo with Ctrl+R, preserving complete drafts including pasted content and attachments. (#41941, #42140) · The plugin CLI can list, install, and remove plugins from remote marketplaces. (#42150) · Set tui.auto_recap = false to disable automatic recaps while keeping manual /recap available. (#42101) · +99 more changes
Verified excerpt — the source's own words

New Features

  • Vim mode now supports undo with u and redo with Ctrl+R, preserving complete drafts including pasted content and attachments. (#41941, #42140)

  • The plugin CLI can list, install, and remove plugins from remote marketplaces. (#42150)

  • Set tui.auto_recap = false to disable automatic recaps while keeping manual /recap available. (#42101)

  • TUI history shows complete patches, input sent to background terminals, and individual completed commands. (#41893, #42107)

  • Plus and Team users receive an earlier warning when less than half of their allowance remains in an approximately five-hour usage window. (#42142)

Bug Fixes

  • TUI sessions reconnect after an external app-server connection drops, preserving drafts and transcripts while keeping uncertain or queued submissions paused for review.

Excerpt ends here — this release continues at the source ↗.

Primary source ↗