Codex CLI 0.129.0 release
TL;DR
Codex CLI 0.129.0 adds modal Vim editing in the composer, redesigned TUI workflows for easier resuming and forking, enhanced plugin management with workspace sharing, and improved Linux sandbox reliability.
What changed
Codex CLI 0.129.0 landed with modal Vim editing inside the composer. Users can now switch into a full Vim mode without leaving the main input area.
The TUI received a redesign focused on resuming and forking sessions. Plugin management added workspace sharing so teams can push and pull plugin sets across machines.
Linux sandbox reliability improved through tighter file and process controls. These updates arrived in the May 19, 2026 release.
Why it matters
Solo builders who rely on Codex for daily coding now get fewer context switches when editing prompts or code snippets. The session resume and fork changes reduce the friction of starting from a previous state or branching an experiment.
Workspace plugin sharing lowers the setup cost for consistent environments across projects. Stronger Linux sandboxing addresses a common pain point for users running agents on remote servers or containers.
How to use it
Run npm install -g @openai/codex@0.129.0 to pull the update. Open any Codex session and press the new keybinding to enter modal Vim editing in the composer.
Check the updated TUI help menu for the redesigned resume and fork commands. Configure shared plugin workspaces through the new plugin management flags documented in the CLI reference.
Watch for
Stable adoption will show up as fewer reported sandbox escapes on Linux and higher usage of the fork command in public workflows. The next signal to track is whether OpenAI extends the same modal editing and workspace sharing to the IDE extension.
Harsh’s take
Codex CLI 0.129.0 gives solo operators better local control over sessions and plugins, but it still ties heavy lifting to OpenAI's backend models and rate limits. The Vim mode and TUI tweaks reduce daily friction, yet they do not remove the need to manage API spend or prompt drift over long tasks.
The real trade-off is speed versus ownership. Workspace sharing helps consistency, but it also increases the surface for config drift if you do not pin versions. Linux sandbox gains are welcome, yet they only matter if you already run agents outside macOS or Windows containers.
Do this now: update to 0.129.0, test a forked session on a real project, and decide whether the TUI changes save enough time to justify keeping Codex in your primary loop versus falling back to raw Claude Code or Cursor.
by Harsh Desai
About OpenAI Codex
View the full OpenAI Codex page →All OpenAI Codex updatesMore from OpenAI Codex
- FeatureCodex Chrome extension launch
The new Codex Chrome extension enables parallel interaction with apps and websites in your browser. It operates in the background, allowing you to maintain control over which websites Codex can access.
- App UpdateCodex CLI 0.130.0 release
Codex CLI 0.130.0 introduces plugin hook details, a new 'codex remote-control' command for headless app-server management, thread pagination, and improved Bedrock authentication using AWS login profiles.
- FeatureExpanded Auto-review documentation
New documentation for Auto-review covers the reviewer lifecycle, trigger conditions, failure behavior, and configuration options. Updates also clarify how Auto-review interacts with the sandbox boundary.