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.
What actually shipped in OpenAI, written up every day — commits, pull requests, releases, and security advisories.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → If you're running Codex on Windows, pull the latest immediately. Navigation and process termination are now reliable. openai/codex [immediate]
- → Review your Codex auto-review configuration to ensure security policies match your permission model. openai/codex [plan]
- → Monitor metrics dashboards for skill injection counters. Tag values are now properly sanitized. openai/codex [monitor]
References
- [1] Fix Windows TUI navigation key handling ↗ openai/codex
- [2] Terminate Windows process trees with job objects ↗ openai/codex
- [3] Configure Codex Auto Review model metadata (#34687) openai/codex
- [4] Sanitize skill names in injection metrics (#34601) openai/codex
- [5] Load paginated model context across rollout lineages ↗ openai/codex