You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
14
14
Single Go binary that connects AI agents to the user's existing Chrome browser through Codex Desktop's Chrome extension infrastructure — named pipes, CDP, and JSON-RPC.
15
15
16
+
> **Windows only** — uses Windows Named Pipes (`\\.\pipe\codex-browser-use-*`) to communicate with the Codex Chrome Extension host.
17
+
16
18
**Why?** Codex Desktop's `browser-client.mjs` depends on `import.meta.__codexNativePipe`, a privileged object injected by Codex's custom ESM loader. Claude Code can't access it. But the underlying protocol is simple (JSON-RPC 2.0 over length-prefixed frames), so this bridge reimplements it.
0 commit comments