OpenAI Codex CLI 0.128.0 (April 2026): Persisted /goal Workflows, codex update, and Better Plugin + Permission Controls
Codex CLI 0.128.0 adds persisted /goal workflows you can pause/resume, a codex update command, expanded permission profiles, and smoother plugin marketplace workflows — per the official OpenAI Codex changelog.
Editorial Team
The AI Coding Tools Directory editorial team researches and reviews AI-powered development tools to help developers find the best solutions for their workflows.
OpenAI’s Codex CLI 0.128.0 introduces a set of workflow-focused upgrades that make the terminal agent feel more like a durable “work session” you can manage over time: persisted /goal workflows, a new codex update command, and a broader set of improvements to permissions and plugins (OpenAI Codex changelog).
Cloud coding agent with GPT-5.5 frontier model, 1M+ developers, Desktop App, in-app browser use, and parallel sandboxed environments
What shipped in Codex CLI 0.128.0
1) Persisted /goal workflows
Codex CLI now supports persisted /goal workflows (with app-server APIs, runtime continuation, and TUI controls) so you can create a goal, pause it, resume it, or clear it — without treating each run as a one-off interaction (OpenAI Codex changelog).
Why this matters: it pushes Codex toward longer-running engineering work where the “unit of work” is a goal with state, not a single prompt.
2) codex update + better TUI control
OpenAI added:
codex updateto upgrade the CLI- Configurable TUI keymaps
- “Action required” terminal titles
- Active-turn edits for
/statuslineand/title(OpenAI Codex changelog).
3) Expanded permission profiles
Codex CLI expands permission profiles with more built-in defaults, sandbox CLI profile selection, and controls like working-directory (cwd) controls and active-profile metadata (OpenAI Codex changelog).
If you’re trying to scale “agentic terminal work” in a team setting, the security and governance shape of these profiles is often the difference between a neat demo and something you can rely on.
4) Plugin workflow improvements
The changelog calls out multiple plugin and marketplace improvements, including:
- Marketplace installation
- Remote bundle caching
- Remote uninstall
- Plugin-bundled hooks
- Hook enablement state
- External-agent config import (OpenAI Codex changelog).
Install / upgrade
OpenAI’s changelog lists the npm install command:
npm install -g @openai/codex@0.128.0
(OpenAI Codex changelog)
Source
- OpenAI Codex changelog (official): https://developers.openai.com/codex/changelog
Tools Mentioned in This Article
Free Resource
2026 AI Coding Tools Comparison Chart
Side-by-side comparison of features, pricing, and capabilities for every major AI coding tool.
No spam, unsubscribe anytime.
Workflow Resources
Cookbook
Mastering OpenAI Codex CLI — Skills, MCPs & Workflows
Master OpenAI Codex CLI — agents.md skills, MCP integrations, and advanced workflows.
Cookbook
The MCP Ecosystem — Essential Servers, Setup Guides & Cross-Tool Patterns
Master the Model Context Protocol ecosystem — setup guides, essential servers, and cross-tool patterns.
Cookbook
OpenAI Codex API agent loop for implementation tasks
A repeatable API-driven loop to plan, implement, validate, and summarize coding tasks using Codex and GPT models.
MCP Server
AWS MCP Server
Interact with AWS services including S3, Lambda, CloudWatch, and ECS from your AI coding assistant.
MCP Server
Context7 MCP Server
Fetch up-to-date library documentation and code examples directly into your AI coding assistant.
MCP Server
Docker MCP Server
Manage Docker containers, images, and builds directly from your AI coding assistant.
MCP Server
Figma MCP Server
Access Figma designs, extract design tokens, and generate code from your design files.
Frequently Asked Questions
What is OpenAI Codex CLI 0.128.0 (April 2026): Persisted /goal Workflows, codex update, and Better Plugin + Permission Controls?
Related Articles
OpenAI Updates the Agents SDK (April 15, 2026): Native Sandboxes, MCP Tools, and Codex-Like File Workflows
OpenAI shipped a major Agents SDK update on April 15, 2026, adding native sandbox execution, a model-native harness, MCP-based tool integrations, and workspace primitives like AGENTS.md instructions and Codex-like filesystem tools.
Read more →NewsOpenAI Codex Adds Pets (May 1, 2026): A Small UI for Tracking Agent Progress
OpenAI says Codex now has 'Pets' — a small companion UI you can wake with /pet that gives peripheral status about what Codex is doing.
Read more →NewsClaude Code Quality Postmortem (April 23, 2026): Effort Defaults Reverted, Idle-Session Bug Fixed, Limits Reset
Anthropic detailed three separate Claude Code changes that degraded perceived quality (effort default, idle-session thinking retention, and verbosity prompting), and confirmed fixes shipped by v2.1.116 along with a subscriber usage-limit reset.
Read more →