OpenAI Codex CLI v0.143.0 Changelog
What changed in Codex CLI v0.143.0, released 2026-07-08 β explained in plain English.
- New AI Models & Plugins: Added support for Amazon Bedrock's "Sol," "Terra," and "Luna" models, and enabled online plugins by default.
- Enhanced Connectivity & Security: Improved network support with automatic system proxy routing for macOS and Windows, alongside updated security libraries.
- Better Control & Bug Fixes: Introduced conversation "forking" to test different coding paths and resolved terminal issues like Windows typing glitches and frozen screens.
Want a heads-up when OpenAI Codex CLI updates?
We email you the moment a new OpenAI Codex CLI version drops β plus plain-English release notes like these. No spam.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
This update is all about making the Codex CLI (a command-line tool that lets developers interact with OpenAI's coding AI) more flexible, secure, and easier to connect to other tools. If you are a developer using Codex to write code, this release makes it much easier to use online add-ons, run Codex behind school or office security networks, and try out powerful new AI models.
What's new
- Online Plugins by Default: Pluginsβwhich are like mini-apps that give Codex extra skillsβare now turned on by default. You can now browse them easily, see if you have the latest version, and load them from popular online registries.
- New AI Models: Codex now supports Amazon Bedrock's "Sol," "Terra," and "Luna" models. You can also set these models to use "maximum reasoning," which tells the AI to think as deeply as possible before answering.
- Easier Device Pairing: Added a new command (
codex remote-control pair) that lets you quickly generate a code to link your current Codex session to another device. - Smarter Tool Searching: Codex uses a system called MCP (Model Context Protocol) to use external tools (like file readers). Now, it can search for these tools automatically and log into them more securely.
- Better Conversation Control: Developers can now inspect the virtual environments Codex is running in, look at different conversation paths, and "fork" (split) a conversation history at a specific point to try a different coding approach.
Improvements
- Better Network Support: Codex can now automatically route its internet traffic through macOS and Windows system proxies (special security servers often used by schools and offices), so you don't have to configure them manually.
- Security Updates: Several behind-the-scenes code libraries (like OpenSSL) were updated to keep the tool safe from security vulnerabilities.
- More Reliable Installer: The installer is now smarter about how it downloads updates, meaning it won't get blocked as easily when GitHub's servers are busy.
Fixes
- Windows Typing Glitches: Fixed annoying bugs on Windows where pressing backspace or enter in the terminal didn't work quite right.
- Frozen Loading Screens: Fixed an issue where the text interface would look like it was frozen or "busy" when starting up or waiting for safety approvals.
- Network Spam Prevention: Stopped Codex from spamming the network with login requests if its connection to the server was temporarily lost.
- No Lost Text on Shutdown: Fixed a bug where the very last lines of a live text transcript would disappear if you closed the app.
Breaking changes
No breaking changes in this release.
How to upgrade
Update to OpenAI Codex CLI v0.143.0 by running:
codex --upgrade
This is our plain-language summary. Read the complete, official notes on the OpenAI Codex CLI official changelog β.
