OpenAI Codex CLI v0.142.5 Changelog
What changed in Codex CLI v0.142.5, released 2026-07-01 β explained in plain English.
- Privacy & Cleanup Focus: Prevents sensitive user data from being unnecessarily saved in temporary diagnostic files during communication with OpenAI's servers.
- WebSocket Log Fix: Stops full message payloads from being written to troubleshooting trace logs, protecting privacy and reducing log clutter.
- No Breaking Changes: This minor release contains no breaking changes.
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 minor update focuses on privacy and keeping things clean behind the scenes. It matters to anyone using the Codex CLI who wants to make sure their data isn't unnecessarily saved in temporary diagnostic files while the tool communicates with OpenAI's servers.
Fixes
- Keeping private data out of logs: Previously, when the tool used "WebSockets" (a technology that lets your computer talk to a server in real-time), it was saving the entire content of those messagesβcalled "payloads"βinto its troubleshooting files (trace logs). This release fixes that so your full message data is no longer written to those logs, protecting your privacy and keeping the log files from getting cluttered.
Breaking changes
No breaking changes in this release.
How to upgrade
Update to OpenAI Codex CLI v0.142.5 by running:
codex --upgrade
This is our plain-language summary. Read the complete, official notes on the OpenAI Codex CLI official changelog β.
