This week in Codex · Jun 15, 2026
Codex CLI v0.139.0 Ships Web Search in Code Mode; App 26.609 Adds Developer Mode and 2x Faster Browser
Get the next issue in your inbox. Weekly · Free
A productive week across Codex CLI and app. Stable Rust CLI v0.139.0 (June 8-9) added web search directly in code mode — the model can now look up docs and APIs mid-task — and fixed oneOf/allOf schema preservation for cleaner structured output. The CLI then entered a rapid alpha phase: 13 alpha builds of v0.140.0 shipped between June 10-14, signaling aggressive iteration ahead of the next stable drop. On the app side, 26.608 (June 9) added one-click Claude Code session import and a revamped plugins screen; 26.609 (June 11) introduced Developer mode for inspecting raw model I/O, made the Browser tool 2x faster, and added rate-limit reset banking so unused quota rolls over. Watch the Rust CLI releases for the v0.140.0 stable.
Codex CLI
Codex CLI Rust v0.139.0 — web search in code mode, oneOf/allOf schema preservation
- Released June 8-9, the stable Rust CLI v0.139.0 adds web search directly inside code mode: when the model needs current docs, API references, or package info, it can search without leaving the coding context.
- Also fixes oneOf/allOf JSON schema preservation — structured output now correctly maintains complex schema semantics that were previously flattened.
Editor’s read: Web search in code mode is the right UX — no tab-switching, no context loss. Start using it for any task that touches external APIs or packages.
Codex CLI Rust v0.140.0 alpha sprint — 13 pre-release builds shipped June 10-14
- Between June 10 and June 14, the Codex Rust CLI shipped 13 alpha builds (alpha.2 through alpha.19) — one of the fastest alpha iteration rates the project has seen.
- The alpha series is not yet recommended for production, but the pace signals the v0.140.0 stable is close.
- Track https://github.com/openai/codex/releases for the stable drop.
Editor’s read: 13 alphas in 4 days is a sign something substantial is being tested — if you follow the project, pin the releases page.
Developer Tools & Community
Codex app 26.609 — Developer mode, Browser tool 2x faster, rate-limit reset banking
- Released June 11, app 26.609 introduces Developer mode for inspecting raw model inputs and outputs during a session — essential for debugging agent behavior.
- The Browser tool now runs 2x faster on average.
- Rate-limit reset banking lets unused quota from one reset window carry over to the next, so heavy users no longer lose unspent capacity at reset time.
Editor’s read: Developer mode is the debugging feature long-time Codex users have been asking for — turn it on before your next complex task.
Codex app 26.608 — Claude Code migration import, revamped plugins screen
- Released June 9, app 26.608 adds one-click import of Claude Code sessions and configuration, making it easier to evaluate Codex alongside Claude Code without re-entering context.
- The plugins screen is revamped with a clearer layout and search for installed integrations.
Editor’s read: The Claude Code import feature is a direct migration path — worth testing if you want to compare outputs on the same codebase.
Indie & Solo Builders
MarkTechPost: Top AI Coding Agents and Development Platforms in 2026 — Codex, Cursor, Devin, Warp compared
- Published June 10, this MarkTechPost survey maps the current landscape of AI coding tools for developers choosing a primary platform.
- Covers Codex, Cursor, Devin, Windsurf, Warp, and others with use-case breakdowns.
- Useful context for solo builders deciding which tool to go deep on.
Action Items
Immediate
- Update to Codex CLI Rust v0.139.0 stable to get web search in code mode.
- Turn on Developer mode in app 26.609 (Settings) for your next complex session to inspect model I/O.
- Check your rate-limit reset banking status in app 26.609 — unused quota now rolls over.
By next stable release
- Track the Codex GitHub releases page for v0.140.0 stable — 13 alpha builds in 4 days suggests it is close.
- If you use structured output with oneOf/allOf schemas, test v0.139.0 to confirm the schema preservation fix covers your use case.
All Resources
This week in Codex
Five minutes, every Monday — the tools, releases and tactics for shipping solo.