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 SHIPS JSON SCHEMA COMPOSITION SUPPORT AND UNLOCKS WEB SEARCH IN CODE MODE

By RepoJournal · Filed · About OpenAI

Codex now handles the schema shapes that real connectors depend on, while code mode gains direct access to standalone search results.

The oneOf and allOf support landing in Codex [1] closes a gap between what connector golden schemas actually use and what Codex could previously parse. This hits production after the Responses API supports top-level composition, so expect zero disruption and full schema fidelity on the other side. Parallel to that, code mode can now consume plaintext output from standalone web search [2], meaning search results flow directly into nested JavaScript calls instead of getting lost in conversation history. That's a meaningful expansion of what code execution can reach. On the agent side, v2 residency now supports LRU paging [3], letting the stack treat agent identity as separate from whether a thread is currently loaded in ThreadManager. This is the foundation for shifting concurrency counting from "existing agents" to "active execution." Image editing got sharper too: the model now selects exact images for edits instead of Codex inferring them from history [4], which means fewer wrong crops and cleaner intent matching. Finally, sandbox network containment is now properly enforced [5] whenever a configured proxy spins up, ensuring policy-driven network restrictions actually stick across macOS and Linux.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] feat: support oneOf and allOf in tool input schemas ↗ openai/codex
  2. [2] [codex] Enable standalone web search in code mode ↗ openai/codex
  3. [3] feat: add v2 agent residency lru ↗ openai/codex
  4. [4] Route image edits through referenced file paths ↗ openai/codex
  5. [5] Enforce configured network proxy in codex sandbox ↗ openai/codex

Quick answers

What shipped in OpenAI on June 9, 2026?
Codex now handles the schema shapes that real connectors depend on, while code mode gains direct access to standalone search results. In total, 38 commits, 38 pull requests, and 5 releases landed.
Who contributed to OpenAI on June 9, 2026?
5 developers shipped this update, including celia-oai, rka-oai, jif-oai, won-openai, and viyatb-oai.
What were the notable OpenAI updates?
feat: support oneOf and allOf in tool input schemas, [codex] Enable standalone web search in code mode, and feat: add v2 agent residency lru.

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?