RepoJournal
OpenAI

OpenAI

Codex, the SDKs, and the engine behind ChatGPT

Pick a date

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

References

  1. [1] [codex] Use rolling files for Windows sandbox logs ↗ openai/codex
  2. [2] tui: make `codex-tui.log` opt-in ↗ openai/codex
  3. [3] app-server: drop legacy profile config surface ↗ openai/codex
  4. [4] cli: infer host sandbox backend ↗ openai/codex
  5. [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

Related across the cluster

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.