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 KILLS LEGACY HOOKS AND SIMPLIFIES TOOL DISPATCH

By RepoJournal · Filed · About OpenAI

Dead code came off the critical path overnight—Codex ripped out the unused AfterToolUse hook infrastructure that was still firing on every tool execution, then consolidated apply_patch onto a single freeform surface.

The AfterToolUse hook system [1] was a phantom menace: the registry never populated handlers for it, but the dispatch logic stayed wired through core tool execution anyway. That's gone now, along with the unused payload types. Simultaneously, apply_patch just lost its function-style JSON registration path [2]—models and tests can no longer invoke it the old way, leaving only the freeform implementation as truth. This consolidation matters because tool identity was bleeding into string comparisons; ToolName.display() has been removed [3] in favor of structural ordering that forces teams to compare tool identity properly, not by rendered spelling. The desktop app-server can now request and attach DeviceCheck attestation tokens [4] for scoped ChatGPT Codex requests. One note: the Python runtime wheel publishing got reverted [5], so don't expect those binaries from the latest release tag.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [codex] Remove legacy after tool use hooks ↗ openai/codex
  2. [2] [codex] Delete function-style apply_patch ↗ openai/codex
  3. [3] Remove ToolName display helper ↗ openai/codex
  4. [4] [codex] request desktop attestation from app ↗ openai/codex
  5. [5] Revert "Publish Python runtime wheels on release" ↗ openai/codex

Quick answers

What shipped in OpenAI on May 9, 2026?
Dead code came off the critical path overnight—Codex ripped out the unused AfterToolUse hook infrastructure that was still firing on every tool execution, then consolidated apply_patch onto a single freeform surface. In total, 46 commits, 48 pull requests, and 6 releases landed.
Who contributed to OpenAI on May 9, 2026?
3 developers shipped this update, including pakrym-oai, jiamingz42, and aibrahim-oai.
What were the notable OpenAI updates?
[codex] Remove legacy after tool use hooks, [codex] Delete function-style apply_patch, and Remove ToolName display helper.

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?