openclaw/extensions/browser
Peter Steinberger fde4658bf6
fix(ui): recover sessions and dashboards after prolonged outages (#115654)
* fix(ui): recover long-running sessions and dashboards

* fix(ui): expose browser-safe gateway timers

* refactor(ui): keep browser timer surface minimal

* refactor(gateway): extract pending request state

* fix(ci): refresh browser runtime and format baseline

* fix(ci): exclude generated plugin outputs from targeted lint

* fix(ui): bound long-running connection and pane lifecycles

* refactor(ui): split long-running lifecycle regression coverage

* fix(ui): bound long-running media and lint ownership

* fix(security): preserve explicit workspace disable denylist

* fix(ci): preserve plugin manifest fallback lint
2026-07-29 10:09:51 -04:00
..
chrome-extension fix(ui): recover sessions and dashboards after prolonged outages (#115654) 2026-07-29 10:09:51 -04:00
scripts fix(browser): make copilot runtime bundle deterministic (#111109) 2026-07-18 18:49:38 -07:00
skills/browser-automation feat(browser): return inline page state after navigation (#114814) 2026-07-28 20:42:57 +09:00
src fix(browser): stabilize atomic download staging (#115892) 2026-07-29 21:05:41 +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 fix(cli): preserve machine-readable stdout (#113654) 2026-07-27 05:44:16 -04:00
cli-output-mode.ts fix(cli): preserve machine-readable stdout (#113654) 2026-07-27 05:44:16 -04:00
index.test.ts fix(browser): uploads fail when the browser runs on a remote node (#115291) 2026-07-29 20:31:46 +08:00
index.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
openclaw.plugin.json
package.json chore: update dependencies across workspace (#115677) 2026-07-29 05:16:42 -04:00
plugin-registration.ts fix(browser): uploads fail when the browser runs on a remote node (#115291) 2026-07-29 20:31:46 +08:00
register.runtime.ts fix(browser): uploads fail when the browser runs on a remote node (#115291) 2026-07-29 20:31:46 +08: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