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 FIXES SUBAGENT DATA MODEL, SHIPS CLOUD CONFIG LAYER STACK

By RepoJournal · Filed · About OpenAI

Codex killed a critical data modeling bug where parent thread relationships got tangled with fork history, then landed the first three PRs of a five-part cloud-managed config overhaul.

The headline fix [1] stops overloading `forked_from_id` to mean two things at once. Guardian and review subagents can now track their parent thread independently from whether they forked the main thread's history. This lands a new `parent_thread_id` field on `SessionMeta` and exposes it through app-server proto, fixing a data model that was breaking subagent relationships downstream.

Meanwhile, the config work ships hard. PR 1 [2] landed the transport layer and bundle endpoint that replaces legacy cloud requirements. PR 2 [3] added the requirements layer composition engine with merge semantics and provenance tracking. PR 3 [4] made enterprise-managed config a first-class layer source with backend-supplied metadata preserved through diagnostics and hook attribution. Together, these three PRs unlock cloud-delivered config as a real system, not a side channel.

On the lighter side, plugin install got faster [5]. Codex stopped forcing directory refresh during auth checks and now uses normal caching instead, cutting unnecessary requests while keeping auth state current. Regression tests lock in the behavior.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] store and expose parent_thread_id on Threads ↗ openai/codex
  2. [2] Add config bundle transport types ↗ openai/codex
  3. [3] Compose requirements layers ↗ openai/codex
  4. [4] Add cloud-managed config layer support ↗ openai/codex
  5. [5] [codex] Avoid forced directory refresh during plugin install auth checks (#25381) openai/codex

Quick answers

What shipped in OpenAI on June 1, 2026?
Codex killed a critical data modeling bug where parent thread relationships got tangled with fork history, then landed the first three PRs of a five-part cloud-managed config overhaul. In total, 8 commits, 8 pull requests, and 1 releases landed.
Who contributed to OpenAI on June 1, 2026?
2 developers shipped this update, including owenlin0 and joeflorencio-openai.
What were the notable OpenAI updates?
store and expose parent_thread_id on Threads, Add config bundle transport types, and Compose requirements layers.

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?