Codex V133 Goal Mode Ga
Codex CLI v0.133: Goal Mode Goes GA
Published: 2026-05-22
Summary
Codex CLI v0.133.0 (released 21 May 2026) marks Goal Mode moving from experimental to generally available. This is significant for agentic workflows — Goal Mode allows Codex to drive toward a specific objective for hours or days, with persistence across sessions.
What Changed
Goal Mode GA
- Enabled by default with dedicated storage
- Available across app, IDE extension, and CLI
- TUI controls: create, pause, resume, clear
- App-server APIs for programmatic goal management
- Model tools and runtime continuation support
Permission Profiles
- List APIs for inspecting available profiles
- Inheritance support — compose profiles from base profiles
- Managed
requirements.tomlsupport codex doctor(v0.131.0) for diagnostics
Plugin & Extension Improvements
- Marketplace CLI commands for plugin discovery
- Version-aware sharing and checkout
- Default-enabled plugin hooks
- Extensions can now observe subagent start/stop, tool execution, turn metadata
Why This Matters for Agentic Workflows
Goal Mode GA means long-running autonomous workflows are now a first-class feature. Combined with subagents, hooks, and MCP integration, Codex can now:
- Accept a high-level objective (e.g., “migrate all API endpoints to v3”)
- Plan and decompose the work
- Spawn subagents for parallel execution
- Persist progress across sessions
- Resume after interruption
This is the foundation for the “agentic pod” pattern — a team of specialised agents working toward a shared goal.