This week in Codex · Jun 14, 2026
Codex CLI v0.139.0 Adds Web Search in Code Mode; App 26.609 Ships Developer Mode and 2x Faster Browser; v0.140.0 Alphas Rolling
Get the next issue in your inbox. Weekly · Free
OpenAI shipped a productive week for Codex builders. Codex CLI v0.139.0 (June 9) is the headline: web search is now available inside code mode for real-time documentation and package lookup, plus a oneOf/allOf JSON schema preservation fix so structured output calls no longer silently mangle complex schemas. Codex CLI v0.138.0 (June 8) also shipped stable. On the app side, update 26.608 (June 9) adds a Claude Code migration import flow for developers switching from Anthropic's CLI, plus a revamped plugin management screen. Update 26.609 (June 11) lands Developer mode, a 2x-faster Browser tool, and rate-limit reset banking — unused capacity now rolls forward instead of being discarded at reset. The v0.140.0-alpha pre-release series started June 10 and reached alpha.17 by June 13; stable v0.140.0 is pending. Install v0.139.0 now if you are on the stable track.
Codex CLI
Codex CLI v0.139.0: web search in code mode, oneOf/allOf schema preservation fix
- Released June 9, v0.139.0 adds web search as a first-class tool in code mode, letting the agent look up documentation, package changelogs, and API specs in real time without leaving the session.
- The release also fixes a schema serialization bug where oneOf and allOf fields were stripped from structured output requests, causing silent failures on complex nested schemas.
Editor’s read: Web search in code mode turns Codex into a research-then-implement loop without copy-pasting docs. If you build against third-party APIs that change frequently, this is the upgrade to install today.
Codex CLI v0.140.0-alpha series: fifteen pre-releases from alpha.2 to alpha.17 (June 10-13)
- Beginning June 10, OpenAI began a rapid pre-release sequence for v0.140.0, with fifteen alpha builds over four days reaching alpha.17 by June 13.
- The stable release is pending.
- Builders on the stable track should stay on v0.139.0; those who want to preview v0.140.0 features can pin to rust-v0.140.0-alpha.17.
Developer Tools & Community
Codex app 26.609: Developer mode, Browser tool 2x faster, rate-limit reset banking
- Released June 11, app update 26.609 adds a Developer mode for power users, reduces Browser tool average response time by half, and introduces rate-limit reset banking — unused request capacity accrues and carries forward to future windows rather than being discarded at reset.
- The last change is meaningful for builders running batch workloads with uneven traffic patterns.
Editor’s read: Rate-limit banking is the quiet win here — if your agent goes idle for a few minutes it is building a buffer, not burning quota.
Codex app 26.608: Claude Code migration import, revamped plugin management screen
- Released June 9, app update 26.608 adds an import flow for developers migrating from Claude Code, covering settings, tool configurations, and project context.
- The plugin management screen was also redesigned for clearer discoverability.
- Notably, this shipped on the same day Claude Fable 5 launched — and Fable 5 was suspended by the US government within 72 hours, making the migration path timely for builders evaluating alternatives.
Editor’s read: The Claude Code import shipped the same day Fable 5 launched and got suspended within 72 hours. If you are evaluating alternatives while Fable 5 is down, the migration path is now one click.
Indie & Solo Builders
AI dev tool power rankings June 2026: OpenCode overtakes Cursor, Claude Opus 4.7 leads models
- Published June 8, LogRocket's monthly rankings show OpenCode moving ahead of Cursor for the first time, with Claude Opus 4.7 cited as the top model for coding tasks across tools.
- A useful snapshot for builders deciding which stack to standardize on before committing to a longer project.
Hackaday: Revisiting AI Coding Assistants — You're Holding It Wrong
- Published June 8, a candid re-evaluation of AI coding tool workflows from a hardware-developer perspective, arguing that most developers use AI assistants suboptimally by expecting automatic correctness rather than treating them as fast-drafting collaborators requiring verification.
- The workflow principles apply equally to Codex CLI usage.
Action Items
Immediate
- Upgrade Codex CLI to v0.139.0 stable to get web search in code mode and the oneOf/allOf schema fix — if you use structured outputs with nested schemas, the fix resolves silent truncation bugs.
- Update to Codex app 26.609 to benefit from rate-limit reset banking if you run batch workloads with uneven traffic patterns.
- If you are migrating from Claude Code (especially while Fable 5 is suspended), use the Claude Code import flow in app 26.608 to transfer settings and project context in one step.
By end of June
- Watch for Codex CLI v0.140.0 stable — the alpha series reached alpha.17 by June 13, suggesting the stable release is imminent. Pin alpha.17 only if you need preview features; otherwise wait for stable.
All Resources
This week in Codex
Five minutes, every Monday — the tools, releases and tactics for shipping solo.