News

OpenAI Codex mid-May 2026 updates: Appshots, Goal Mode GA, and Codex CLI 0.131 → 0.133

Between May 18 and May 21, 2026, OpenAI shipped Codex CLI 0.131.0, 0.132.0, and 0.133.0 plus the 26.519 app release introducing Appshots, Goal Mode as standard, remote computer use, and plugin sharing for Business.

By AI Coding Tools Directory2026-05-214 min read
Last reviewed: 2026-05-21
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 changelog moved fast between May 18 and May 21, 2026: three Codex CLI releases (0.131.0, 0.132.0, 0.133.0) plus a Codex app release (26.519). Together they push Goal Mode to standard, introduce Appshots and remote computer use on the desktop, expand the plugin marketplace, and reorganize the Python SDK around a new package. (https://developers.openai.com/codex/changelog)

This continues the run of mid-May Codex updates we covered in the Codex Chrome + CLI 0.129/0.130 piece and the Codex Pets micro-feature.

TL;DR

  • 26.519 (May 21)Appshots on macOS, Goal Mode graduates to standard, remote computer use with locked-screen desktop access, plugin sharing for ChatGPT Business via the marketplace.
  • Codex CLI 0.133.0 (May 21) — Goals on by default, codex remote-control restructured as a foreground command with daemon controls, permission profiles get list APIs and inheritance, marketplace-aware plugin discovery, more extension lifecycle events.
  • Codex CLI 0.132.0 (May 20) — Python SDK gains first-class auth (API-key login + device-code flows), simpler turn APIs, codex exec resume --output-schema for structured JSON output.
  • Codex CLI 0.131.0 (May 18) — Unified @ mentions search, marketplace CLI commands, daemon-managed codex remote-control, Python SDK relocates to openai-codex package, new codex doctor diagnostic.

Codex app 26.519 (May 21): Appshots, Goal Mode GA, remote computer use

OpenAI’s headline desktop release adds: (https://developers.openai.com/codex/changelog)

  • Appshots on macOS — send any app window to Codex via a Command-key press.
  • Goal Mode graduates from experimental to standard across app, IDE, and CLI.
  • Remote computer use — locked-screen desktop access for agent workflows that need to keep operating after you step away.
  • Plugin sharing for ChatGPT Business users with marketplace distribution.
  • Advanced in-app browser annotations for direct styling adjustments.
  • Optimized browser asset extraction and structured data collection.

Goal Mode going standard is the most consequential change for teams already piloting Codex: it’s no longer gated behind an experimental flag, so it’s safe to bake into team workflows.

Codex CLI 0.133.0 (May 21)

The CLI release that ships alongside 26.519 mirrors several of the same themes: (https://developers.openai.com/codex/changelog)

  • Goals enabled by default, with dedicated storage and progress tracking.
  • codex remote-control restructured as a foreground command with daemon controls.
  • Permission profiles gain list APIs, inheritance, and managed requirements.toml.
  • Plugin discovery is now marketplace-aware, with version visibility in CLI output.
  • Extensions can observe additional lifecycle events, including subagent start/stop.

Codex CLI 0.132.0 (May 20)

A more API-shaped release focused on the Python SDK and structured outputs: (https://developers.openai.com/codex/changelog)

  • Python SDK gains first-class authentication with API key login and device-code flows.
  • Python turn APIs simplified for text workflows with richer TurnResult returns.
  • codex exec resume now accepts --output-schema for structured JSON output.
  • Terminal capability probes are batched for faster TUI startup.
  • Remote executor registration uses standard Codex auth.

Codex CLI 0.131.0 (May 18)

The first in this run, and the one teams will likely upgrade for: (https://developers.openai.com/codex/changelog)

  • TUI session controls — service-tier commands and a permissions display.
  • Unified @ mentions — one picker searches files, directories, plugins, and skills.
  • Marketplace CLI commands for plugins, with version-aware sharing.
  • Daemon-managed codex remote-control for remote workflows.
  • Python SDK relocated to the openai-codex package with pinned types and concurrent routing.
  • New codex doctor diagnostic for support.

Why this matters

A few practical takeaways:

  1. Goal Mode is now production-grade. With Goals on by default in the CLI and the feature out of experimental, this is the right moment to standardize team usage around it.
  2. Plugin distribution gets real. Marketplace-aware plugin discovery + Business plugin sharing brings Codex closer to feature-parity with other IDE/agent platforms that have had marketplaces for a while.
  3. The Python SDK story is more coherent. Auth, structured outputs, the new openai-codex package, and codex doctor collectively make it easier to embed Codex programmatically — not just to use it interactively.
  4. Remote workflows are first-class. Restructuring codex remote-control and adding locked-screen remote computer use give teams a credible long-running-agent story.

Sources

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 Appshots in OpenAI Codex?
OpenAI Codex's 26.519 release adds 'Appshots' on macOS for sending app windows to Codex via a Command-key press.
Is Goal Mode still experimental?
No. OpenAI says Goal Mode graduated from experimental to a standard feature across the app, IDE, and CLI in the May 21 26.519 / Codex CLI 0.133.0 release.
What's new in Codex CLI 0.131.0?
OpenAI lists richer session controls (service-tier commands and permissions display), unified @-mentions search across files, directories, plugins and skills, marketplace CLI commands for plugins, daemon-managed 'codex remote-control', a relocated Python SDK in the 'openai-codex' package, and a new 'codex doctor' diagnostic.