OpenAI Codex adds Chrome DevTools access and referral-based rate-limit banking
OpenAI shipped Codex App 26.609 on June 11, 2026, adding two features that expand the tool's reach in developer workflows: a Developer mode that gives Codex direct access to Chrome DevTools, and a referral program that lets eligible users bank rate-limit resets.
What shipped
Developer mode is the headline addition. When toggled in Codex app settings, the feature grants the Codex in-app browser controlled Chrome DevTools Protocol (CDP) access. That means Codex can profile JavaScript performance, inspect console output and network traffic, review DOM state and applied CSS, and diagnose live browser issues directly. The mode is off by default, per the Codex changelog.
The same update pushed a browser performance improvement: CDP and DOM snapshot optimizations now reduce the number of browser round trips, making browser use up to 2x faster than before the release.
On the rate-limit side, OpenAI added referral invitations from inside the Codex app. Plus and Pro subscribers each received one free rate-limit reset at launch. Going forward, when a referred new user sends their first Codex message, both the sender and the new user receive a banked reset. Banked resets expire after 30 days.
The release also shipped the /init command. Running /init in the app composer generates an AGENTS.md project-instructions scaffold using the same initialization workflow as the Codex CLI. For teams maintaining multiple Codex projects, that brings CLI-style project setup into the app interface.
A fourth addition: Enterprise users outside the European Economic Area, the United Kingdom, and Switzerland gained access to Computer Use in this release.
Why it matters
The Developer mode addition is the most consequential change. Chrome DevTools Protocol access has been the standard interface for browser automation tooling since Playwright, Puppeteer, and similar libraries adopted it years ago. Giving Codex direct CDP access puts the agent in a position to do the same class of work those libraries handle: scraping live DOM state, intercepting network requests, tracing JavaScript execution, and debugging rendering errors.
The practical implication is that Codex can now engage with browser-based tasks that previously required a separate Playwright or Puppeteer setup. Developers doing frontend debugging or web-scraping workflows can hand the work to Codex without writing explicit automation scripts. That positions the tool closer to the space currently occupied by browser-automation agents built on headless Chromium.
The referral banking program is a separate signal. The 30-day expiry on banked resets creates urgency to use them, and tying the reward to a referred user's first message is a standard activation hook. It functions as a structured growth loop similar to storage-referral programs that have driven consumer app adoption since the late 2000s. Whether it scales into a formal, ongoing referral tier or remains a launch promotion is the open question.
What to watch next
Two things are worth tracking after this release. First, whether Developer mode adoption by the Codex community drives the tool into browser-automation workflows currently dominated by Playwright-based agents. OpenAI has not published metrics on Developer mode usage since the June 11 ship date. Second, whether the referral banking promotion becomes a permanent rate-limit feature or sunsets after the initial launch window. The current program language describes itself as a promotional period, not a permanent entitlement.
Sources
- Codex App 26.609 Release Notes: OpenAI Developer Docs, June 11, 2026