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 CONSOLIDATES TOOL CALL OWNERSHIP INTO CORE TURNITEM

By RepoJournal · Filed · About OpenAI

McpToolCall migrations are complete — app-server now emits tool calls as canonical turn items instead of synthesizing them from deprecated legacy events, collapsing three separate changes into a unified dispatch and response model.

MCP tool calls moved into core `TurnItem`s [1], closing the gap between app-server synthesis and v2 `ThreadItem::McpToolCall` shape. This keeps MCP result semantics in one place instead of spread across conversion code, and gives core ownership over the lifecycle — it now decides whether a completed call is `completed` or `failed`. Simultaneously, app-server dispatch refactored response sending [2]: normal `ClientResponsePayload` sends centralized in the dispatch path, while explicit-response methods stay explicit where they need custom ordering or delayed delivery. This unwinds handler wrappers that were making it impossible to see which requests return payloads and which emit notifications after response. On the documentation front [3], local-only docs and planning specs are being removed from the repository — `docs/` now links to the canonical surface on developers.openai.com instead of duplicating transient implementation notes.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [codex] Emit MCP tool calls as turn items ↗ openai/codex
  2. [2] [codex] Refactor app-server dispatch result flow ↗ openai/codex
  3. [3] Remove local docs and specs ↗ openai/codex

Quick answers

What shipped in OpenAI on May 4, 2026?
McpToolCall migrations are complete — app-server now emits tool calls as canonical turn items instead of synthesizing them from deprecated legacy events, collapsing three separate changes into a unified dispatch and response model. In total, 4 commits and 4 pull requests landed.
Who contributed to OpenAI on May 4, 2026?
2 developers shipped this update, including pakrym-oai and etraut-openai.
What were the notable OpenAI updates?
[codex] Emit MCP tool calls as turn items, [codex] Refactor app-server dispatch result flow, and Remove local docs and specs.

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?