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 STABILIZES LEGACY CHECKPOINTS WHILE PYTHON SDK SHIFTS TO GPT-5.5

By RepoJournal · Filed · About OpenAI

Codex shipped a compatibility fix for older persisted rollouts that were breaking resume workflows, while the Python SDK quietly updated all README examples to point at the next-generation models.

The Codex team fixed a deserialization issue where legacy `input_image.detail` values from before the enum was narrowed were causing resume to skip checkpoints and reconstruct oversized suffixes [1]. This fix addresses confirmed Sentry reports and prevents compaction failures in production. In parallel, Codex continues its modularization push: slash-command logic moved out of the chat composer to prevent file bloat [2], MCP tool naming is now centralized in the manager to keep `ToolInfo` as the single source of truth [3], and goal telemetry parity was added as the `/goal` endpoint migrates into the extension system to preserve existing metric contracts [4]. The Python SDK updated all README snippets to reference `gpt-5.5` and `gpt-realtime-2` [6], signaling these are now the canonical examples developers should reference. Codex also added experimental `additionalContext` support to turn endpoints, allowing clients to pass ephemeral external state without surfacing it in prompts or triggering lifecycle behavior [5].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Restore legacy image detail values ↗ openai/codex
  2. [2] Move slash input logic out of chat composer ↗ openai/codex
  3. [3] Move MCP tool naming mode into manager (#21576) openai/codex
  4. [4] Add goal extension telemetry parity ↗ openai/codex
  5. [5] Add experimental turn additional context (#24154) openai/codex
  6. [6] Update README models to gpt-5.5 and gpt-realtime-2 ↗ openai/openai-python

Quick answers

What shipped in OpenAI on May 27, 2026?
Codex shipped a compatibility fix for older persisted rollouts that were breaking resume workflows, while the Python SDK quietly updated all README examples to point at the next-generation models. In total, 48 commits, 48 pull requests, and 1 releases landed.
Who contributed to OpenAI on May 27, 2026?
4 developers shipped this update, including rhan-oai, canvrno-oai, jif-oai, and romainhuet.
What were the notable OpenAI updates?
Restore legacy image detail values, Move slash input logic out of chat composer, and Move MCP tool naming mode into manager (#21576).

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?