openclaw/extensions/browser
Peter Steinberger 08ecf63bb6
fix(deadcode): resolve strict-workspace fallout from bundled plugin roots
The strict knip workspaces landed in #108547 flagged seven files. Two are
convention-resolved and become explicit entries (discord configured-state via
the package-state probes, qa-lab cli via the SDK facade basename resolver);
the other five were dead barrels/wrappers superseded by canonical modules and
are deleted (browser bridge/cdp barrels, discord timeouts wrapper, openai
register.runtime, qa-lab model-selection wrapper).
2026-07-16 03:08:17 +01:00
..
chrome-extension chore(tooling): enforce formatting and refresh TypeScript checks (#104239) 2026-07-11 01:09:51 -07:00
scripts feat(browser): restore driver "extension" via a loopback Chrome extension relay (no remote-debugging prompt) (#100619) 2026-07-06 10:08:27 +01:00
skills/browser-automation feat(browser): support evaluate timeouts for existing sessions (#103181) 2026-07-11 15:23:52 -07:00
src fix(browser): pass control-client timeoutMs through guarded fetch dispatcher floors (#106497) 2026-07-15 15:32:37 -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 feat(browser): pair the Chrome extension directly to a remote gateway (#101127) 2026-07-07 04:31:52 +01:00
index.test.ts feat(macos): import local browser login (#104177) 2026-07-10 22:14:36 -07:00
index.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
openclaw.plugin.json
package.json chore(deps): remove redundant Commander declarations (#106345) 2026-07-13 04:34:19 -07:00
plugin-registration.ts fix(browser): prevent stale profile resurrection (#104601) 2026-07-11 11:06:07 -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 fix(browser): prevent stale profile resurrection (#104601) 2026-07-11 11:06:07 -07:00
tsconfig.json