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-06-11
stories 109

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CODEX SHIPS THREAD DELETION AND REALTIME SYNC, PYTHON SDK FIXES RELEASE PIPELINE

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

Codex now permanently deletes threads with full session tree cleanup, while the Python SDK patches a broken release workflow that left v2.41.1 half-shipped.

The Codex team landed two critical infrastructure moves overnight. Thread deletion [1] now ships as a v2 app-server API with cascading cleanup of spawned subagent threads and orphaned metadata, filling a gap where clients could only archive. In parallel, realtime sessions now receive completed assistant messages [2] that were previously dropped when no active frontend-model handoff existed, fixing a disconnect where the two models presented as separate personas. The Python SDK hit a snag yesterday when the release workflow for v2.41.1 [3] failed mid-flight, bumping the version and changelog but leaving no GitHub tag, release, or PyPI package behind [4]. The fix restores `contents: write` permissions to the release job while keeping the trusted publishing split intact [5]. On the Codex CLI side, tool-suggest discovery now skips the local curated marketplace when using remote plugins [6], preventing malformed manifest reads, and external-agent import is now discoverable via slash command [7] instead of blocking startup. Test infrastructure got hardened too: subprocess cleanup now properly orphan-hunts grandchild processes after `codex exec` runs [8].

Action items

References

  1. [1] Add app-server `thread/delete` API (#25018) openai/codex ↗
  2. [2] Forward standalone assistant output to realtime (#27319) openai/codex ↗
  3. [3] v2.41.1 ↗ openai/openai-python
  4. [4] build: fix release workflow permissions ↗ openai/openai-python
  5. [5] build: fix release workflow permissions (#3389) ↗ openai/openai-python
  6. [6] [codex] Skip local curated discovery for remote plugins ↗ openai/codex
  7. [7] [codex] add /import for external agents ↗ openai/codex
  8. [8] Guard core test subprocess cleanup (#27343) openai/codex ↗

Quick answers

What shipped in OpenAI on June 11, 2026?
Codex now permanently deletes threads with full session tree cleanup, while the Python SDK patches a broken release workflow that left v2.41.1 half-shipped. In total, 53 commits, 53 pull requests, and 3 releases landed.
Who contributed to OpenAI on June 11, 2026?
3 developers shipped this update, including jbeckwith-oai, xl-openai, and stefanstokic-oai.
What were the notable OpenAI updates?
Add app-server `thread/delete` API (#25018), Forward standalone assistant output to realtime (#27319), and v2.41.1.