openclaw/extensions/browser
Peter Steinberger 2830b3ef38
fix(browser): diagnose empty WSL2 Chrome replies (#100590)
* fix(browser): diagnose Windows CDP listener mismatch

Base the repair on #93481 while matching Chromium's IPv4-first, IPv6-fallback listener contract and keeping CDP exposure loopback-scoped.

Co-authored-by: ZengWen-DT <ceng.wen@xydigit.com>

* style(docs): format browser troubleshooting table

* docs: refresh browser troubleshooting map

* fix(browser): diagnose reset CDP replies

* docs: refresh browser troubleshooting map

---------

Co-authored-by: ZengWen-DT <ceng.wen@xydigit.com>
2026-07-06 07:42:02 +01:00
..
skills/browser-automation feat(browser): extend --labels overlay to full-page and element captures (#92834) 2026-06-14 02:21:23 +00:00
src fix(browser): diagnose empty WSL2 Chrome replies (#100590) 2026-07-06 07:42:02 +01:00
browser-bridge.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
browser-cdp.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
browser-config.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
browser-control-auth.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
browser-doctor.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
browser-host-inspection.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
browser-maintenance.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
browser-profiles.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
cli-metadata.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
index.test.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
index.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
openclaw.plugin.json
package.json chore: update dependencies (#100027) 2026-07-04 14:56:50 -04:00
plugin-registration.ts refactor(shared): consolidate provider and utility lazy loaders (#98749) 2026-07-02 21:16:26 -07:00
register.runtime.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
runtime-api.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
setup-api.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
test-fetch.ts improve: keep isolated tests under one second (#100019) 2026-07-05 10:57:19 -07:00
test-support.ts docs: document browser root modules 2026-06-04 08:00:12 -04:00
tsconfig.json