News

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.

By AI Coding Tools Directory2026-05-064 min read
Last reviewed: 2026-05-06
ACTD
AI Coding Tools Directory

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).

OpenAI Codex logo
OpenAI CodexFreemium

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 update to upgrade the CLI
  • Configurable TUI keymaps
  • “Action required” terminal titles
  • Active-turn edits for /statusline and /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

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.

Frequently Asked Questions

What is 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.