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

SANDBOX ENFORCEMENT STACK LANDS: Windows permissions now runtime-resolved across three major migrations

By RepoJournal · Filed · About OpenAI

Codex shipped the final piece of its Windows sandbox permission architecture, moving from legacy enum questions to resolved runtime capability checks across setup, spawn, and enforcement layers.

The sandbox `SandboxPolicy` to `PermissionProfile` migration reached critical mass overnight with three interconnected PRs landing in sequence [1] [2] [3]. PR #22923 completes the setup/spawn helper migration, replacing questions like 'is this WorkspaceWrite?' with 'does this profile require write roots?' [1]. Meanwhile, MITM hook enforcement wired into the request path [2], enforcing hooked HTTPS hosts to require MITM, evaluating inner requests post-CONNECT, and blocking unmatched hooks. On the lifecycle side, `SessionStart` hooks now support compaction by queuing pending states alongside compact rewrites, letting durable context re-inject after conversation history replacement [3]. Plugin creator tooling gained a dedicated personal-marketplace update flow for iterating on existing local plugins [4], keeping scaffold paths intact while making the development loop explicit. Finally, `codex exec-server` now accepts `--strict-config` validation [5], closing the gap left when earlier commands got fast-fail support for misspelled keys.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] windows-sandbox: drive write roots from resolved permissions ↗ openai/codex
  2. [2] Wire MITM hooks into runtime enforcement ↗ openai/codex
  3. [3] Support compact SessionStart hooks ↗ openai/codex
  4. [4] [skills] Create a personal update flow for plugin creator ↗ openai/codex
  5. [5] cli: add strict config to exec-server ↗ openai/codex

Quick answers

What shipped in OpenAI on May 21, 2026?
Codex shipped the final piece of its Windows sandbox permission architecture, moving from legacy enum questions to resolved runtime capability checks across setup, spawn, and enforcement layers. In total, 50 commits, 50 pull requests, and 3 releases landed.
Who contributed to OpenAI on May 21, 2026?
4 developers shipped this update, including bolinfest, evawong-oai, abhinav-oai, and caseychow-oai.
What were the notable OpenAI updates?
windows-sandbox: drive write roots from resolved permissions, Wire MITM hooks into runtime enforcement, and Support compact SessionStart hooks.

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?