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 UNLOCKS EMPTY-INPUT TURNS, SHIPPING UNIFIED PACKAGE BUILD

By RepoJournal · Filed · About OpenAI

Codex can now start real turns without user input, unblocking model reasoning from thread context alone.

The core blocker is gone: `turn/start` now accepts empty input arrays and lets them reach the model instead of short-circuiting [1]. This unblocks patterns where the model needs to proceed from existing conversation history without new user messages. Simultaneously, Codex is consolidating its release infrastructure [2] [4]. The CI pipeline now builds package archives directly from staged entrypoints, killing the rebuild step that made validation fragile. A new standalone package builder creates the canonical layout that npm staging, installers, and release bundles will converge on [4]. Supporting these changes, `EnvironmentManager` now treats local runtime paths as optional [3], simplifying how snapshot materialization works across different execution contexts. Finally, thread-spawned subagents gain their own lifecycle hook [5]: `SubagentStart` fires before the first model request, letting you match handlers on agent type and inject context specific to child agents.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [codex] Allow empty turn/start requests (#23409) openai/codex
  2. [2] ci: build Codex package archives in release workflow ↗ openai/codex
  3. [3] Make local environment optional in EnvironmentManager ↗ openai/codex
  4. [4] build: add Codex package builder ↗ openai/codex
  5. [5] Add SubagentStart hook ↗ openai/codex

Quick answers

What shipped in OpenAI on May 20, 2026?
Codex can now start real turns without user input, unblocking model reasoning from thread context alone. In total, 40 commits, 40 pull requests, and 1 releases landed.
Who contributed to OpenAI on May 20, 2026?
3 developers shipped this update, including bolinfest, starr-openai, and abhinav-oai.
What were the notable OpenAI updates?
[codex] Allow empty turn/start requests (#23409), ci: build Codex package archives in release workflow, and Make local environment optional in EnvironmentManager.

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?