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 0.139.0 SHIPS WITH STANDALONE WEB SEARCH AND SCHEMA PRESERVATION

By RepoJournal · Filed · About OpenAI

Code mode can now call web search directly without nesting constraints, and your tool schemas stop getting mangled by the compactor.

Codex 0.139.0 lands three productivity wins in one drop [1]. Web search now runs standalone from code mode and even from nested JavaScript tool calls, returning plaintext results you can actually work with instead of fighting through schema translation layers. The same release preserves `oneOf` and `allOf` in tool and connector input schemas, keeping larger schemas shallower when compacted so they play nicer with richer MCP tools [1]. Meanwhile, the team is hardening the foundation for what's coming next: Python SDK goal routing is getting thread-scoped notification wrappers [2] so continuation turns read as one logical operation instead of separate physical ones, and hosted Apps MCP is being routed through extensions [3] so the orchestrator can activate remote plugin components without needing filesystem or executor access. On the infrastructure side, Codex stopped mirroring user input into realtime [4], eliminating the inconsistency where `turn/start` gets duplicated but `turn/steer` doesn't, and the extension API now has direct test coverage [5] so regressions in typed state and capability adapters won't slip past.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] 0.139.0 ↗ openai/codex
  2. [2] [1/6] Add Python goal routing foundation ↗ openai/codex
  3. [3] Route hosted Apps MCP through extensions (#27191) openai/codex
  4. [4] Stop mirroring Codex user input into realtime (#27116) openai/codex
  5. [5] [codex] Test extension API contracts (#26835) openai/codex

Quick answers

What shipped in OpenAI on June 10, 2026?
Code mode can now call web search directly without nesting constraints, and your tool schemas stop getting mangled by the compactor. In total, 32 commits, 32 pull requests, and 3 releases landed.
Who contributed to OpenAI on June 10, 2026?
1 developer shipped this update, including aibrahim-oai.
What were the notable OpenAI updates?
0.139.0, [1/6] Add Python goal routing foundation, and Route hosted Apps MCP through extensions (#27191).

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?