ChatGPT & Codex changelog
Latest updates to ChatGPT and Codex.
The official changelog is a dynamic release feed. This local page keeps the newest high-level entries available to search and links to the complete live feed for CLI release details.
August 2026
-
Codex CLI 0.147.0
npm install -g @openai/codex@0.147.0New features
- Install portable Agent Plugins and search across local, personal, workspace, and remote plugin catalogs. (#36544, #36409, #36919, #36796)
- Organize conversations into persistent, manually ordered sections and browse long transcripts incrementally. (#35722, #36007, #36380, #36948, #36950)
- Enable automatically reviewed approvals with the new
--approve-for-meCLI flag. (#36373) - Import Cursor-managed skills and synchronize changes to imported Claude and Cursor conversations without creating duplicates. (#36361, #36356, #35623)
- Support the opt-in MCP 2026-07-28 protocol, including paginated discovery, multi-round requests, and non-blocking server startup. (#35724, #35725, #35590, #35742)
- Enable cached web search and remote conversation compaction for Amazon Bedrock. (#36938, #36981)
Bug fixes
- Redact secrets and complete bearer tokens from displayed commands and replayed conversation history. (#36893, #36908)
- Prevent lost or stalled terminal input when focus returns, MCP servers initialize, or Ghostty handles keyboard shortcuts. (#35649, #35957, #36834)
- Correct rendering and cursor positioning for Japanese characters, emoji, hyperlinks, and text near viewport boundaries. (#35960, #35962, #37166)
- Properly interrupt Windows background processes and handle Windows filesystem paths consistently. (#35655, #35851, #37129)
- Require explicit trust for unfamiliar local projects and enforce managed authentication restrictions before credentials are used. (#36960, #37132)
- Harden plugin isolation and deny network access when policy updates fail. (#37027, #36967, #36037)
Documentation
- Improve the bundled OpenAI documentation skill with targeted official-source lookup and clearer guidance for Codex, model selection, and API workflows. (#36014)
Chores
- Upgrade the MCP SDK to 3.0.0, Ratatui to 0.30.2, and V8 to 150.4.0. (#36001, #35959, #35831)
- Secure macOS release notarization using Azure Key Vault instead of exporting private signing keys. (#37154)
- Remove the deprecated
codex exec --full-autoflag; use--sandbox workspace-writeinstead. (#36054) - Stop publishing redundant Linux bundle archives; use the standard
codex-package-<target>release archives. (#36342)
Full changelog: rust-v0.146.1...rust-v0.147.0
GitHub release: rust-v0.147.0
Source: Official changelog entry
-
Codex CLI 0.146.1
npm install -g @openai/codex@0.146.1Bug fixes
- Apply safer automatic-review defaults for cyber-capable models and explain permission changes in the terminal interface. (#37057)
Full changelog: rust-v0.146.0...rust-v0.146.1
GitHub release: rust-v0.146.1
Source: Official changelog entry
July 2026
-
GPT-5.4 and GPT-5.4 mini retire from Codex on August 31
On August 31, 2026, GPT-5.4 and GPT-5.4 mini will no longer be available in Codex for users signed in with ChatGPT. GPT-5.4 and GPT-5.4 mini will remain available on the OpenAI API and in Codex sessions authenticated with an API key.
Switch to their recommended replacements:
- Replace
gpt-5.4withgpt-5.6-terra(GPT-5.6 Terra). - Replace
gpt-5.4-miniwithgpt-5.6-luna(GPT-5.6 Luna).
Before the cutoff, update workspace defaults, saved model settings, managed configurations, custom agents, and scheduled tasks that use either model.
See Codex models and workspace model availability for details.
Source: Official changelog entry
- Replace
-
Browser upgrades, multi-repository review, and image editing 26.727
The latest ChatGPT desktop app update makes browsing, reviewing code, and editing generated images faster and easier.
Browse and find context faster
- Type in the built-in browser's address bar to revisit pages from your browsing history or search Google when there's no match.
- Manage your browsing history in Settings, and let ChatGPT search that history when a task needs to find a page you visited before.
- Use the Chrome extension to mention open tabs or bring highlighted page text into your side chat.
- Ask questions about any YouTube video in the Chrome extension and get answers in seconds.
- Right-click a webpage and select Ask ChatGPT.
Learn more about the built-in browser and the Chrome extension.
Review changes across repositories
See all repositories in a multi-folder project and the lines changed in each one. Select Review to inspect diffs across those repositories without switching between separate review views.
Refine generated images
Open generated images in an expanded viewer, and switch between Focused view and Canvas view. Add comments across images, choose the ones you want, and send targeted edits without leaving your conversation. Learn more about image generation.
Other improvements and bug fixes
- Added a new Activity view in the sidebar for chats you recently engaged with or that require attention. Select the bell or press Cmd/Ctrl+Opt+U.
- Updated browser settings to show only supported browsers.
- Improved Windows installation reliability when package file paths are long.
- Other performance and bug fixes.
Source: Official changelog entry
-
Sign in with ChatGPT (beta)
Sign in with ChatGPT is beginning to roll out in beta across select plugins and partner sites, starting with Airtable, GitLab, HubSpot, Notion, Supabase, and Vercel.
When you connect a supported plugin from the ChatGPT plugin directory, you can use Sign in with ChatGPT to create or link an account with that service in fewer steps. On participating partner sites, you can also select Sign in with ChatGPT to create or access your account.
This makes it easier to start working with supported tools in ChatGPT and Codex.
When you sign in, the partner receives only your name, email address, and profile picture, if available. You must still review and approve each plugin's requested access as a separate step.
Source: Official changelog entry
-
Codex CLI 0.146.0
npm install -g @openai/codex@0.146.0New features
- Name new sessions with
/newor/clear, pin important threads, and switch between side conversations without closing them. - Support Agent Plugins manifests, workspace plugin publishing, and additional plugin marketplaces for Amazon Bedrock and Claude Code.
- Fork threads with paginated history, including temporary forks that do not appear in thread listings.
- Connect App Server to remote Code Mode hosts over WebSocket.
- Enable standalone web search for compatible custom model providers.
- Discover executor-provided skills and securely read their associated resources, including explicitly selected skills.
Bug fixes
- Honor configured proxies across authentication, plugin downloads, MCP authorization, remote execution, WebSockets, redirects, and LM Studio connections.
- Keep MCP connections and Apps tools current when authentication or configuration changes, reconnecting closed servers without restarting healthy connections.
- Preserve submitted messages, final responses, failed-turn errors, imported timestamps, and approval settings across interruptions, replay, imports, and forks.
- Improve terminal responsiveness and rendering, including nonblocking interrupts, keyboard handling, narrow layouts, hyperlinks, and refreshed mention results.
- Fix Windows navigation keys, reliably terminate sandboxed process trees, and preserve proxy settings during security reviews.
- Retain more available skills under tight context budgets and warn when skill catalogs must be truncated.
Documentation
- Document shared HTTP-client usage, proxy-aware connection pooling, and safe outbound request handling.
- Clarify Windows drive-letter canonicalization for
PathUrivalues.
Chores
- Publish release artifacts, channel metadata, and installer aliases through OpenAI-hosted release infrastructure, with GitHub fallback.
- Sign and notarize bundled macOS helper executables before packaging.
- Reduce App Server serialization overhead and unnecessary request-building allocations.
- Add enterprise-plan recognition and administrator controls for in-app updates.
Full changelog: rust-v0.145.0...rust-v0.146.0
GitHub release: rust-v0.146.0
Source: Official changelog entry
- Name new sessions with
-
ChatGPT for iOS 1.2026.202
Improvements and bug fixes
- Voice conversations now use your selected ChatGPT voice and show usage-limit warnings.
- Improved task reconnection and continuity when returning to the App or unlocking with Face ID.
- Composer autocomplete now matches desktop plugin mentions and includes skills from installed plugins.
- Selected-text references remain available after sending so you can preview them again.
- Improved goal controls with clearer progress when pausing or resuming.
- Inline visualizations now render tables and visual themes more reliably.
- Large workspace diffs are more responsive.
- Fixed restored tasks changing the selected model.
- Prevented the composer from becoming stuck after a prompt started.
- Corrected browser and computer tool labels, icons, and placeholder output.
Source: Official changelog entry
-
ChatGPT Voice and multi-folder projects 26.715
Powered by GPT-Live, ChatGPT Voice lets you talk through work and coordinate tasks in Chat, Work, and Codex in the ChatGPT desktop app.
New features
- Start a new chat or task in voice mode, then ask ChatGPT to start, check, or steer work in other threads.
- On macOS, turn on Screen context to share an appshot of the frontmost window.
- Use Voice with Plus, Pro, Business, Edu, and Enterprise plans in the desktop app and through Remote on iOS.
- Add multiple related folders to a local project, choose a primary folder for new chats, Git operations, and automatic discovery of
AGENTS.md, skills, andconfig.toml, while keeping secondary folders available for file search, reading, and editing.
Get started with ChatGPT Voice and multi-folder local projects.
Source: Official changelog entry
-
Codex CLI 0.145.0
npm install -g @openai/codex@0.145.0New features
- Added paginated thread history with resume, search, persisted names, subagent support, and memories.
- Expanded
/importfor Cursor and Claude Code settings, MCP servers, plugins, sessions, commands, and project memories. - Added experimental Amazon Bedrock login and endpoints, audio input and output, realtime V3, multi-agent V2 controls, and secure clickable terminal visualizations.
Improvements and bug fixes
- Preserved context when editing earlier prompts or retrying safety-buffered turns.
- Improved long-conversation terminal rendering, MCP startup and OAuth handling, Windows execution and sandboxing, macOS code-mode fallback, and safety approvals.
- Updated the bundled OpenAI Docs skill for GPT-5.6 and upgraded packaged ripgrep to 15.2.0.
-
ChatGPT for iOS 1.2026.195
New features
- Added inline Mermaid diagrams, interactive forms in Codex tasks, and restoration of unsent prompts across tasks, hosts, and workspaces.
Improvements and bug fixes
- Improved task lists, composer transitions, goals resume, plan progress, Fast controls, dictation, Remote onboarding, and iPad navigation.
- Fixed duplicate task-list crashes, iOS 18 task actions, spacing, attachment padding, and duplicate transcription indicators.
-
Codex CLI 0.144.6
npm install -g @openai/codex@0.144.6Bug fixes
- Refreshed bundled GPT-5.6 Sol, Terra, and Luna instructions and corrected their context windows to 272,000 tokens.
-
Codex CLI 0.144.5
npm install -g @openai/codex@0.144.5Bug fixes
- Improved dangerous-command detection for more forced
rmforms and made command-rejection reasons clearer.
- Improved dangerous-command detection for more forced
-
Codex CLI 0.144.4
npm install -g @openai/codex@0.144.4Chores
- This patch release contains no user-facing changes.
-
ChatGPT for iOS 1.2026.188
New features
- Added support for inline visualizations in Codex tasks.
Improvements and bug fixes
- Improved creating and managing tasks from conversations, with reliable links to newly created tasks.
- Improved tool activity styling and progress indicators.
- Improved file-opening feedback.
- Improved the composer so controls remain visible above the keyboard for long prompts and larger text sizes.
- Fixed Fast mode selection and restoration for each task.
- Fixed initial prompts ignoring the selected approval preset.
- Fixed autocomplete backgrounds and task rows becoming unresponsive during swipe gestures.
-
Codex CLI 0.144.3
npm install -g @openai/codex@0.144.3Chores
- This version-only release contains no merged pull request changes since
rust-v0.144.2.
- This version-only release contains no merged pull request changes since
-
Codex CLI 0.144.2
npm install -g @openai/codex@0.144.2Bug fixes
- Restored the previous Guardian auto-review policy, request format, and tool behavior after rolling back a prompting regression.
-
Codex joins the ChatGPT desktop app
Codex is now part of the ChatGPT desktop app on macOS and Windows. Existing Codex App users can update as usual and keep their projects, settings, and workflows.
New features
- Edit Markdown and code directly with inline annotations.
- Review GitHub PRs in the sidebar.
- Work across repositories in a single project.
Improvements and bug fixes
- Improved Computer Use with GPT-5.6.
- Improved task activity and plugin management.
- Improved mobile connection reliability.
- Improved video rendering for SSH projects.
-
Codex CLI 0.144.1 and 0.144.0
npm install -g @openai/codex@0.144.1 -
Codex CLI 0.143.0
npm install -g @openai/codex@0.143.0 -
ChatGPT for iOS 1.2026.181
New features
- Create and manage Codex tasks.
- Use richer diff filters.
- Send transcript selections to the composer.
- Preview attachments.
- Open SSH connection shortcuts.
Improvements
- Made usage information clearer.
-
Codex CLI 0.142.5
npm install -g @openai/codex@0.142.5