What version of the Codex App are you using (From “About Codex” dialog)?
26.430.10722
What subscription do you have?
Plus
What platform is your computer?
Windows 11 x64
What issue are you seeing?
I am testing the new Codex Chrome plugin.
Observed behavior on Windows:
- Codex Settings / Computer Use shows Google Chrome as connected
- The Chrome Web Store extension can be installed successfully
- However, when I ask Codex to use
@chrome for a browser task, the browser automation connection still fails
- Codex times out when trying to connect to the browser
- The UI state and the runtime state appear inconsistent
In my case, Codex was able to recognize a configured browser connection in the UI, but actual automation did not work.
I also noticed an additional point of confusion:
- The extension page indicates that the extension can be installed in Microsoft Edge
- But the current
@chrome automation path appears to expect Google Chrome specifically
- So it is unclear whether Edge is officially supported for runtime automation, or only for extension installation
What steps can reproduce the bug?
- Install Codex Desktop on Windows
- Install the new Codex Chrome plugin
- Install the Codex Chrome Extension from the Chrome Web Store
- Open Codex Settings / Computer Use and confirm that Google Chrome shows as connected
- Start a chat and ask Codex to do a browser task using
@chrome
- Example:
[@chrome] please open GitHub Trending
- Observe that Codex cannot actually connect to the browser runtime and the request fails / times out
What is the expected behavior?
Expected behavior
If the UI shows Google Chrome as connected, browser automation should work end-to-end.
At minimum:
- Codex should be able to complete
@chrome browser tasks successfully, or
- the UI should clearly indicate that the browser is only partially configured and not actually ready for runtime automation
Actual behavior
The UI shows a successful browser connection, but runtime browser automation still fails.
This makes it look like setup is complete when it is not.
Additional information
A few observations from troubleshooting:
- On macOS, the same plugin flow works
- On Windows, the issue seems to be somewhere between the extension/UI layer and the runtime automation handshake
- In my testing, Codex kept timing out when trying to establish the browser automation connection
- I also saw signals suggesting that the native host / browser profile detection on Windows may be part of the problem, but I cannot confirm whether that is the root cause
One concrete example from the agent-side diagnostics was that the connection flow timed out even though the UI still showed the browser as connected.
It may help if the app exposes more precise status states such as:
- connected in UI only
- extension installed
- native host registered
- runtime automation ready
What version of the Codex App are you using (From “About Codex” dialog)?
26.430.10722
What subscription do you have?
Plus
What platform is your computer?
Windows 11 x64
What issue are you seeing?
I am testing the new Codex Chrome plugin.
Observed behavior on Windows:
@chromefor a browser task, the browser automation connection still failsIn my case, Codex was able to recognize a configured browser connection in the UI, but actual automation did not work.
I also noticed an additional point of confusion:
@chromeautomation path appears to expect Google Chrome specificallyWhat steps can reproduce the bug?
@chrome[@chrome] please open GitHub TrendingWhat is the expected behavior?
Expected behavior
If the UI shows Google Chrome as connected, browser automation should work end-to-end.
At minimum:
@chromebrowser tasks successfully, orActual behavior
The UI shows a successful browser connection, but runtime browser automation still fails.
This makes it look like setup is complete when it is not.
Additional information
A few observations from troubleshooting:
One concrete example from the agent-side diagnostics was that the connection flow timed out even though the UI still showed the browser as connected.
It may help if the app exposes more precise status states such as: