The Wire · Showcase
CODEX CLEANS UP LOGGING, DROPS LEGACY CONFIG SURFACE
By RepoJournal · Filed · About OpenAI
Windows sandbox logs now roll daily instead of growing unbounded, while the CLI finally stops pretending you can cross-compile sandboxes.
Codex shipped five infrastructure fixes overnight, three of them closing long-standing operational gaps. The Windows sandbox logger [1] now rotates daily with bounded file retention, solving the problem of diagnostic logs ballooning across feedback reports. The TUI stopped dumping logs to disk by default [2], making that file an explicit troubleshooting opt-in instead of a side effect that grows forever. On the config side, the app-server protocol [3] dropped the legacy profile table surface entirely after the CLI already ditched it, cleaning up conversion code that nobody uses. The sandbox command [4] infers your host OS now, collapsing the redundant `codex sandbox linux/macos/windows` ceremony into a single `codex sandbox` that just works. A new enterprise gate was wired into the validation chain [5], though one test is still surfacing a stack overflow in the in-process handler that needs investigation.
Action items
- → Merge PR #24117 (rolling logs) before next Windows sandbox release openai/codex [plan]
- → Investigate stack overflow in in_process_start_initializes_and_typed_v2_request test (PR #23736) openai/codex [monitor]
- → Review legacy profile deprecation completeness (PR #24067) openai/codex [plan]
References
- [1] [codex] Use rolling files for Windows sandbox logs ↗ openai/codex
- [2] tui: make `codex-tui.log` opt-in ↗ openai/codex
- [3] app-server: drop legacy profile config surface ↗ openai/codex
- [4] cli: infer host sandbox backend ↗ openai/codex
- [5] Add new enterprise requirement gate ↗ openai/codex
FAQ
- What changed in OpenAI on May 23, 2026?
- Windows sandbox logs now roll daily instead of growing unbounded, while the CLI finally stops pretending you can cross-compile sandboxes.
- What should OpenAI teams do about it?
- Merge PR #24117 (rolling logs) before next Windows sandbox release • Investigate stack overflow in in_process_start_initializes_and_typed_v2_request test (PR #23736) • Review legacy profile deprecation completeness (PR #24067)
- Which OpenAI repositories shipped on May 23, 2026?
- openai/codex