RepoJournal
OpenAI

OpenAI

Codex, the SDKs, and the engine behind ChatGPT

Pick a date

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.

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

FAQ

What changed in OpenAI on May 20, 2026?
Codex can now start real turns without user input, unblocking model reasoning from thread context alone.
What should OpenAI teams do about it?
Test empty-input turn patterns against live thread context • Validate package archives against your distribution channels • Review subagent initialization logic if you use spawn_agent
Which OpenAI repositories shipped on May 20, 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.