123 wires and counting

$ follow OpenAI

Keep up with OpenAI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-29
stories 92

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CODEX CLEANS UP ASYNC CHAOS WHILE SDK TWINS SHIP TRANSCRIPTION UPDATES

By RepoJournal · Filed · About OpenAI · Composed from the cited sources · methodology

Codex ditches the wait for side conversation cleanup, routing it to the background while your UI stays responsive, as both Node and Python SDKs land transcription model updates in lockstep.

The Codex team shipped a critical responsiveness fix that removes side conversations from local TUI state immediately when switching threads, then handles interrupt and unsubscribe cleanup in the background [1]. This pairs with deeper infrastructure work tracking parent turns through nested Codex requests and agent spawns, preserving provenance across delegated sessions and queued messages [2]. Meanwhile, the V8 runtime got refreshed to rusty_v8 150.4.0, updating Bazel targets and LLVM source revisions for the new release [3]. On the SDK front, openai-node v7.1.0 and openai-python v2.50.0 shipped simultaneously with transcription model updates [6] [7], though Python had to restore a transcription keyword overload that got lost in the process [7]. Codex also standardized its HTTP client usage across TUI checks and MCP OAuth flows, ditching ad-hoc reqwest calls in favor of the shared configured client pool [4] [5].

Quick answers

What shipped in OpenAI on July 29, 2026?
Codex ditches the wait for side conversation cleanup, routing it to the background while your UI stays responsive, as both Node and Python SDKs land transcription model updates in lockstep. In total, 45 commits, 43 pull requests, and 4 releases landed.
Who contributed to OpenAI on July 29, 2026?
4 developers shipped this update, including copyberry, stainless-app[bot], stainless-app, and Hayden.
What were the notable OpenAI updates?
Clean up side conversations in the background, Track parent turns for nested Codex requests, and Update rusty_v8 to 150.4.0.