openclaw/extensions/browser
2026-07-24 13:58:29 +08:00
..
chrome-extension fix(browser): tab creation steals window focus during agent automation (#105356) 2026-07-21 21:35:40 -07:00
scripts fix(browser): make copilot runtime bundle deterministic (#111109) 2026-07-18 18:49:38 -07:00
skills/browser-automation feat(browser): add openclaw browser batch CLI subcommand (#111457) 2026-07-24 11:33:45 +08:00
src refactor(browser): reuse shared error coercion (#113229) 2026-07-24 13:58:29 +08: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 fix(browser): close tracked tabs after gateway restart (#110797) 2026-07-18 22:24:20 -07:00
index.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
openclaw.plugin.json
package.json chore(deps): refresh repository dependencies (#112453) 2026-07-23 16:17:13 +00:00
plugin-registration.ts fix(browser): close tracked tabs after gateway restart (#110797) 2026-07-18 22:24:20 -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 refactor: reduce plugin SDK test import overhead (#109333) 2026-07-16 13:55:23 -07:00
tsconfig.json