Codex CLI: Actionable Rate-Limit Banners

CodexView original changelog

Codex CLI 0.152.0 introduced actionable rate-limit banners that let developers check usage, manage credits, apply an available reset, or upgrade their plan directly from the terminal the moment they hit a usage cap, replacing a plain warning message with real options. The release also added Vim-mode search (/ and ?) inside drafts and visible credential-refresh progress during Amazon Bedrock reauthentication. As a defaults change, Codex disabled its planning tool by default, now requiring an explicit opt-in setting.

Key Takeaways

  • Actionable rate-limit banners now appear directly in the Codex CLI terminal when a user hits a usage cap, replacing a plain warning with buttons to check usage, manage credits, apply a reset, or upgrade.
  • The feature lands about a week after OpenAI reinstated the rolling 5-hour usage limit for ChatGPT Plus subscribers on Codex (August 25), a period marked by user complaints about banner-versus-actual-quota mismatches.
  • Vim mode gains / and ? search inside drafts with highlighted matches and n/N navigation, a smaller quality-of-life addition for Vim-style editing users.
  • Amazon Bedrock users get visible credential-refresh progress in the terminal UI and codex exec, removing the appearance of a stalled session during reauthentication.
  • The release also disables the planning tool by default, a defaults change that requires teams relying on it to opt back in via tools.update_plan.enabled = true.
  • Version 0.152.0 shipped September 1, 2026 and, being only hours old at the time of this check, has not yet attracted any third-party coverage.

Actionable Rate-Limit Banners

Codex CLI 0.152.0, released September 1, 2026, gives the terminal's rate-limit warning an overhaul. When a developer hits a usage limit, Codex now surfaces a banner with concrete next steps: checking current usage, managing or adding credits, applying an available reset, or reviewing plan-upgrade options, all without leaving the CLI. Previously the banner mostly just announced that a limit had been hit, leaving the user to figure out what to do about it elsewhere.

The timing matters. OpenAI reinstated the rolling 5-hour usage window for ChatGPT Plus subscribers on Codex just a week earlier (August 25), after roughly six weeks without it, and threads on OpenAI's own developer community have complained about the rate-limit banner disagreeing with actual remaining quota. Turning the banner into an actionable panel, rather than a passive notice, is a direct response to that friction: instead of guessing why a session stalled, a user can immediately see and act on their options.

Smaller Terminal Improvements

The same release ships two smaller additions. Vim mode, already supported in the CLI's composer, now includes / and ? search within drafts, with matches highlighted and n/N used to step through results, useful for anyone editing longer prompts before submitting them. Separately, when a session needs to refresh its credentials, including Amazon Bedrock reauthentication, the terminal UI and codex exec now show visible progress instead of leaving the session appearing to hang.

Defaults Change: Planning Tool Now Opt-In

As a chore alongside the feature work, Codex CLI 0.152.0 disables its built-in planning tool by default. Teams that rely on it need to explicitly re-enable it with tools.update_plan.enabled = true in their configuration. Plugin recommendations also now begin loading earlier, during CLI startup, shaving a bit of delay off the first turn of a session.