RepoJournal
OpenAI

OpenAI

Codex, the SDKs, and the engine behind ChatGPT

What actually shipped in OpenAI, written up every day — commits, pull requests, releases, and security advisories.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

CODEX FIXES WINDOWS EXECUTION BUGS WHILE TIGHTENING SECURITY REVIEW GATES

By RepoJournal · Filed · About OpenAI

Codex shipped critical fixes for Windows process management and terminal navigation that were silently breaking execution sessions on Windows machines.

Two production-grade Windows bugs landed overnight that explain intermittent failures developers have been seeing in TUI navigation and background process handling. The navigation fix [1] addresses a deeper issue where Crossterm's Windows backend was receiving literal escape bytes instead of proper input records when virtual terminal input mode got restored, making arrow keys and other controls unreliable. The process termination fix [2] ensures child processes actually die when a session is cancelled or times out on Windows, while still preserving background descendants on normal exit. These aren't edge cases. In parallel, Codex tightened its auto-review pipeline with new security policy defaults [3] that configure permission gates for `danger_full_access`, `workspace_write`, and `read_only` contexts. The team also fixed a metric pollution issue [4] where skill names with special characters were breaking observability, and shipped support for paginated model context across rollout lineages [5] to handle more complex session state loading.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Fix Windows TUI navigation key handling ↗ openai/codex
  2. [2] Terminate Windows process trees with job objects ↗ openai/codex
  3. [3] Configure Codex Auto Review model metadata (#34687) openai/codex
  4. [4] Sanitize skill names in injection metrics (#34601) openai/codex
  5. [5] Load paginated model context across rollout lineages ↗ openai/codex

Quick answers

What shipped in OpenAI on July 22, 2026?
Codex shipped critical fixes for Windows process management and terminal navigation that were silently breaking execution sessions on Windows machines. In total, 50 commits, 50 pull requests, and 4 releases landed.
Who contributed to OpenAI on July 22, 2026?
3 developers shipped this update, including rhan-oai, mandal-OAI, and copyberry.
What were the notable OpenAI updates?
Fix Windows TUI navigation key handling, Terminate Windows process trees with job objects, and Configure Codex Auto Review model metadata (#34687).

More from OpenAI

Daily updates, in your inbox

Follow OpenAI

What actually shipped in OpenAI, written up every day — commits, pull requests, releases, and security advisories.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?