RepoJournal
OpenAI

OpenAI

Codex, the SDKs, and the engine behind ChatGPT

What actually shipped in OpenAI, written up every day — commits, pull requests, releases, and security advisories.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

CODEX CONSOLIDATES THREAD STARTUP, NODE SDK ADDS REALTIME AND STANDARD SCHEMA SUPPORT

By RepoJournal · Filed · About OpenAI

Codex refactored its threading and database layer for consistency while the Node SDK ships four new schema helpers and fixes audio streaming in a single release push.

Codex landed three infrastructure consolidations that will reduce initialization complexity for the entire codebase. Thread startup now flows through a single `StartThreadOptions` entry point [1], SQLite configuration centralized into a `SqliteConfig` object [2], and app-server integration tests now use composable typed helpers [3]. These are the kind of refactors that pay dividends across the entire test and deployment surface. On the Node SDK front, HAYDEN-OAI shipped a cluster of schema helpers: `standardResponseFormat()` and companions for Standard Schema validators [5], `zodRealtimeFunction()` for Realtime clients that omits the `strict` field [8], and Zod schema definition support [6]. The SDK also fixed audio streaming to accumulate chat-completion audio fields instead of replacing them with each delta [7]. Python 2.47.0 landed with experimental HTTPX2 client support [9], letting teams opt into the next HTTP generation while HTTPX remains the default. Codex also bumped Bazel Rust from 0.0.58 to 0.0.96 and LLVM to 0.8.11 with Windows native execution support [4].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Consolidate thread startup around `StartThreadOptions` ↗ openai/codex
  2. [2] Centralize SQLite connection configuration ↗ openai/codex
  3. [3] Simplify app-server integration test setup ↗ openai/codex
  4. [4] Upgrade Bazel Rust and LLVM dependencies ↗ openai/codex
  5. [5] feat(helpers): add standard schema support ↗ openai/openai-node
  6. [6] feat(zod): support schema definitions ↗ openai/openai-node
  7. [7] fix(stream): handle audio completion markers ↗ openai/openai-node
  8. [8] feat(helpers): add zod realtime function helper ↗ openai/openai-node
  9. [9] v2.47.0 ↗ openai/openai-python

Quick answers

What shipped in OpenAI on July 23, 2026?
Codex refactored its threading and database layer for consistency while the Node SDK ships four new schema helpers and fixes audio streaming in a single release push. In total, 59 commits, 57 pull requests, and 4 releases landed.
Who contributed to OpenAI on July 23, 2026?
5 developers shipped this update, including copyberry, HAYDEN-OAI, Alex Chang, stainless-app[bot], and stainless-app.
What were the notable OpenAI updates?
Consolidate thread startup around `StartThreadOptions`, Centralize SQLite connection configuration, and Simplify app-server integration test setup.

More from OpenAI

Daily updates, in your inbox

Follow OpenAI

What actually shipped in OpenAI, written up every day — commits, pull requests, releases, and security advisories.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?