Codex 2026 Q2 Development Summary | Generated by AI

Home 2026.05

Here’s a comprehensive breakdown of Codex updates over the past ~3 months (March–May 2026), based on 146 commits:


1. Extension System (codex-rs/ext/)

The biggest architectural shift — Codex now has a formal extension framework with 6 extensions:

ext/
├── extension-api/    # Contributor/registry system
├── goal/             # Goal steering, accounting, usage limits
├── guardian/         # Safety review with prompt caching
├── image-generation/ # Standalone image gen via native pipeline
├── memories/         # Dedicated SQLite memory store
└── web-search/       # Standalone web.run search tool

Key commits:


2. Thread/Lifecycle Model

Major rework of how threads and sessions work:


3. Python SDK (Beta)

The Python SDK hit beta (python-v0.1.0b1, python-v0.1.0b2):


4. TUI Improvements


5. Windows Sandbox

Active development on Windows sandbox support:


6. Cleanup / Retirements


7. Security & Sandboxing


8. App-Server Protocol


TL;DR: The biggest story is the extension system (goal, guardian, image-gen, web-search, memories) — Codex is moving from monolithic core to a plugin architecture. The Python SDK beta is shipping. The thread lifecycle model got a major rework with idle hooks, resume semantics, and fork lineage. TUI got significant UX polish. Windows sandbox is actively being built out. The old debug-client was fully retired.


Back Donate