Codex CLI 0.130.0 release
TL;DR
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.
## What changed Codex CLI 0.130.0 adds explicit documentation for plugin hooks. A new codex remote-control command appears for managing the app server without a terminal interface. Thread pagination arrives to handle longer sessions cleanly. Improved Bedrock authentication now accepts standard AWS login profiles instead of separate keys.
## Why it matters Solo operators gain a path to run Codex agents on remote machines without constant SSH sessions. The remote-control addition signals OpenAI is betting on headless and scripted deployments rather than only local interactive use. Thread pagination reduces memory spikes during extended agent runs. AWS profile support lowers friction for teams already inside AWS environments. This move pressures competing CLI tools that still require custom auth wrappers.
## How to use it Run npm install -g @openai/codex@0.130.0 to pull the release. Invoke codex remote-control with the required flags to start a daemon-managed session. Point Bedrock calls at an existing AWS named profile in your config file. Full command reference lives at developers.openai.com/codex/cli/reference. Test pagination by starting a long thread and scrolling with the new controls.
## Watch for Stable daemon uptime over several days will confirm the remote-control bet. Crashes during pagination on threads above 50k tokens would break it. Expect an adjacent move toward managed remote environments listed in the registry next quarter.
Harsh’s take
Codex CLI 0.130.0 pushes solo builders toward server-side agents but still leaves the daemon fragile under real load. The remote-control command trades local simplicity for extra moving parts that now require monitoring and restart scripts. Most Vibe Builders will hit auth or state corruption issues before they see any productivity gain. Thread pagination helps only if your agents stay under a few thousand turns. Beyond that the underlying SQLite layer still risks bloat. Do this now: wrap the new command in a systemd unit or Docker compose file with explicit health checks before you rely on it for production work.
by Harsh Desai
About OpenAI Codex
View the full OpenAI Codex page →All OpenAI Codex updatesMore from OpenAI Codex
- App UpdateCodex CLI 0.129.0 release
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.
- 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.
- 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.