123 wires and counting

$ follow OpenAI

Keep up with OpenAI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-22
stories 104

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CODEX FIXES WINDOWS EXECUTION BUGS WHILE TIGHTENING SECURITY REVIEW GATES

By RepoJournal · Filed · About OpenAI · Composed from the cited sources · methodology

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.

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).