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 GAINS THREAD HIERARCHY QUERIES, EXEC-SERVER GOES REMOTE-NATIVE

By RepoJournal · Filed · About OpenAI

App-server can now filter threads by parent, unblocking clients that need to enumerate spawned subagents without scanning the entire thread graph.

The thread filtering work [1] solves a real coordination problem: clients managing spawned subagents need an authoritative snapshot of immediate children when reconnecting or recovering from missed events. Previously, thread/list had no parent query capability, forcing clients to either scan unrelated threads or reconstruct relationships from transient events and rollout history. The parent relationship already lives in persisted thread_spawn_edges state, so this is a clean surface addition that Review and Guardian threads don't participate in. In parallel, exec-server is gaining Windows-native execution support [2]. The shift moves TurnEnvironmentSelection.cwd from AbsolutePathBuf to PathUri, letting remote environments preserve their native working directory and shell. This unblocks the remote_env_windows test to run actual Windows processes instead of just recording early path mismatches. Together, these changes push the execution and coordination layer closer to multiplatform maturity.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] feat(app-server): filter threads by parent ↗ openai/codex
  2. [2] [codex] exec-server honors remote environment cwd and shell ↗ openai/codex

Quick answers

What shipped in OpenAI on June 15, 2026?
App-server can now filter threads by parent, unblocking clients that need to enumerate spawned subagents without scanning the entire thread graph. In total, 2 commits and 2 pull requests landed.
Who contributed to OpenAI on June 15, 2026?
2 developers shipped this update, including btraut-openai and anp-oai.
What were the notable OpenAI updates?
feat(app-server): filter threads by parent and [codex] exec-server honors remote environment cwd and shell.

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?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.