RepoJournal
OpenAI

OpenAI

Codex, the SDKs, and the engine behind ChatGPT

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

CODEX PATCHES WINDOWS SANDBOX BUG WHILE PYTHON SDK SHIPS IMAGE API FIX

By RepoJournal · Filed · About OpenAI

Codex fixed a critical Windows sandbox git vulnerability that broke worktree handling, and the Python SDK is already on its second patch in hours after an imagegen regression slipped through.

Codex's Windows sandbox was silently failing on git worktrees because the safe.directory injection followed symlinks to internal `.git/worktrees/` paths that the dubious-ownership check rejected [1]. That's now fixed. In parallel, the vendored Bubblewrap dependency got yanked forward to 0.11.2 to pull in a setuid security update [2], though the real story is upstream is deprecating setuid builds entirely—expect that to ripple through sandbox initialization soon. On the app-server side, two architectural shifts landed: the skills watcher moved out of codex-core to let app-server own cache invalidation and change notifications [4], and MCP elicitations now route through Guardian approval when opted-in [5], closing the gap Browser Use prompts were exploiting. A state DB revert [3] keeps the newer session/thread identity tracking but restores optional plumbing—no impact for most deployments. The Python SDK shipped 2.35.0 with image API updates [6], then immediately hotfixed 2.35.1 because the imagegen size enum regressed [7]—if you pulled 2.35.0 in the last few hours, upgrade now.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [codex] Fix Windows sandbox git safe.directory for worktrees (#21409) openai/codex
  2. [2] vendor: update bubblewrap to 0.11.2 (#21389) openai/codex
  3. [3] Revert state DB injection and agent graph store (#21481) openai/codex
  4. [4] Move skills watcher to app-server (#21287) openai/codex
  5. [5] Route opted-in MCP elicitations through Guardian ↗ openai/codex
  6. [6] v2.35.0 ↗ openai/openai-python
  7. [7] release: 2.35.1 ↗ openai/openai-python

Quick answers

What shipped in OpenAI on May 7, 2026?
Codex fixed a critical Windows sandbox git vulnerability that broke worktree handling, and the Python SDK is already on its second patch in hours after an imagegen regression slipped through. In total, 54 commits, 45 pull requests, and 7 releases landed.
Who contributed to OpenAI on May 7, 2026?
2 developers shipped this update, including cd-oai and stainless-app[bot].
What were the notable OpenAI updates?
[codex] Fix Windows sandbox git safe.directory for worktrees (#21409), vendor: update bubblewrap to 0.11.2 (#21389), and Revert state DB injection and agent graph store (#21481).

More from OpenAI

Daily updates, in your inbox

Follow OpenAI

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

or

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

Elsewhere on the wire

Want every project, not just this one?