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.
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-controlrestructured 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-schemafor structured JSON output. - Codex CLI 0.131.0 (May 18) — Unified
@mentions search, marketplace CLI commands, daemon-managedcodex remote-control, Python SDK relocates toopenai-codexpackage, newcodex doctordiagnostic.
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-controlrestructured 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
TurnResultreturns. codex exec resumenow accepts--output-schemafor 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-controlfor remote workflows. - Python SDK relocated to the
openai-codexpackage with pinned types and concurrent routing. - New
codex doctordiagnostic for support.
Why this matters
A few practical takeaways:
- 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.
- 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.
- The Python SDK story is more coherent. Auth, structured outputs, the new
openai-codexpackage, andcodex doctorcollectively make it easier to embed Codex programmatically — not just to use it interactively. - Remote workflows are first-class. Restructuring
codex remote-controland adding locked-screen remote computer use give teams a credible long-running-agent story.
Sources
- OpenAI Developers — Codex changelog: 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
Frequently Asked Questions
What is Appshots in OpenAI Codex?
Is Goal Mode still experimental?
What's new in Codex CLI 0.131.0?
Related Articles
OpenAI Codex May 2026 updates: Codex for Chrome + Codex CLI 0.130.0
OpenAI’s Codex changelog highlights May 2026 updates including a new Codex Chrome extension and newer Codex CLI releases (0.129.0 and 0.130.0), plus updated enterprise analytics governance documentation.
Read more →NewsCursor May 2026 updates: PR Review, Build in Parallel, Security Review, admin controls
Cursor’s May 2026 changelog highlights a new PR review experience, parallel plan execution with async subagents, Security Review beta, and new admin controls for models and spend.
Read more →NewsCursor 3.3 Release: PR Review, Build in Parallel (async subagents), and new Enterprise admin controls
Cursor 3.3 adds an all-in-one PR review experience, a Build in Parallel mode that runs async subagents, and several enterprise admin upgrades (model access controls, spend limits/alerts, usage analytics, marketplace policies, and security review beta).
Read more →