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 CONSOLIDATES HTTP PLUMBING ACROSS CORE AND CLI

By RepoJournal · Filed · About OpenAI

OpenAI shipped four targeted refactors across Codex in the past 24 hours, each tightening dependency ownership and routing logic to reduce technical debt.

The most consequential change removes codex-core's direct reqwest dependency [1], consolidating HTTP handling through the dedicated codex-http-client layer. That same consolidation logic now applies to pet asset downloads, which moved from a standalone blocking client to an async-capable RouteAwareClientPool [2], ensuring CDN redirects respect Codex's configured route handling. On the CLI side, cloud-managed MCP server definitions now load before list, get, login, and logout commands [3], letting enterprise users interact with managed servers while keeping add and remove operations scoped to local configuration. Documentation routing got refined too [4], making official OpenAI docs the default first search target while splitting self-knowledge and setup guidance into focused references. The cleanup also removed obsolete rusty_v8 146.4.0 Bazel targets [5], leaving only the 150.4.0 build targets in place.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Remove codex-core's direct reqwest dependency (#36076) openai/codex
  2. [2] Route pet asset downloads through the shared HTTP client (#36008) openai/codex
  3. [3] Load cloud-managed servers in MCP CLI commands ↗ openai/codex
  4. [4] Refine OpenAI docs skill source routing ↗ openai/codex
  5. [5] Remove obsolete rusty_v8 146.4.0 Bazel targets (#35997) openai/codex

Quick answers

What shipped in OpenAI on July 30, 2026?
OpenAI shipped four targeted refactors across Codex in the past 24 hours, each tightening dependency ownership and routing logic to reduce technical debt. In total, 39 commits, 39 pull requests, and 4 releases landed.
Who contributed to OpenAI on July 30, 2026?
3 developers shipped this update, including seanh-oai, copyberry, and Celia Chen.
What were the notable OpenAI updates?
Remove codex-core's direct reqwest dependency (#36076), Route pet asset downloads through the shared HTTP client (#36008), and Load cloud-managed servers in MCP CLI commands.

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?