openclaw/extensions/browser/src
Peter Steinberger bba7e30fcc
Some checks are pending
ClawSweeper Dispatch / dispatch (push) Waiting to run
CodeQL / Security High (actions) (push) Waiting to run
CodeQL / Security High (channel-runtime-boundary) (push) Waiting to run
CodeQL / Security High (core-auth-secrets) (push) Waiting to run
CodeQL / Security High (mcp-process-tool-boundary) (push) Waiting to run
CodeQL / Security High (network-ssrf-boundary) (push) Waiting to run
CodeQL / Security High (plugin-trust-boundary) (push) Waiting to run
CodeQL / Security High (process-exec-boundary) (push) Waiting to run
Docs Sync Publish Repo / sync-publish-repo (push) Waiting to run
Docs / docs (push) Waiting to run
Native App Locale Refresh / resolve-base (push) Waiting to run
Native App Locale Refresh / Verify generated PR App permissions (push) Blocked by required conditions
Native App Locale Refresh / Refresh native ar (push) Blocked by required conditions
Native App Locale Refresh / Refresh native de (push) Blocked by required conditions
Native App Locale Refresh / Refresh native es (push) Blocked by required conditions
Native App Locale Refresh / Refresh native fa (push) Blocked by required conditions
Native App Locale Refresh / Refresh native fr (push) Blocked by required conditions
Native App Locale Refresh / Refresh native hi (push) Blocked by required conditions
Native App Locale Refresh / Refresh native id (push) Blocked by required conditions
Native App Locale Refresh / Refresh native it (push) Blocked by required conditions
Native App Locale Refresh / Refresh native ja-JP (push) Blocked by required conditions
Native App Locale Refresh / Refresh native ko (push) Blocked by required conditions
Native App Locale Refresh / Refresh native nl (push) Blocked by required conditions
Native App Locale Refresh / Refresh native pl (push) Blocked by required conditions
Native App Locale Refresh / Refresh native pt-BR (push) Blocked by required conditions
Plugin NPM Release / preview_plugins_npm (push) Waiting to run
Plugin NPM Release / Validate release publish approval (push) Blocked by required conditions
Plugin NPM Release / preview_plugin_pack (push) Blocked by required conditions
Plugin NPM Release / Preflight plugin npm package () (push) Blocked by required conditions
Plugin NPM Release / publish_plugins_npm (push) Blocked by required conditions
Plugin NPM Release / verify_plugins_npm (push) Blocked by required conditions
Workflow Sanity / no-tabs (push) Waiting to run
Native App Locale Refresh / Refresh native ru (push) Blocked by required conditions
Native App Locale Refresh / Refresh native sv (push) Blocked by required conditions
Native App Locale Refresh / Refresh native th (push) Blocked by required conditions
Native App Locale Refresh / Refresh native tr (push) Blocked by required conditions
Native App Locale Refresh / Refresh native uk (push) Blocked by required conditions
Native App Locale Refresh / Refresh native vi (push) Blocked by required conditions
Native App Locale Refresh / Refresh native zh-CN (push) Blocked by required conditions
Native App Locale Refresh / Refresh native zh-TW (push) Blocked by required conditions
Native App Locale Refresh / Commit native locale refresh (push) Blocked by required conditions
OpenClaw Stable Main Closeout / Resolve stable release closeout inputs (push) Waiting to run
OpenClaw Stable Main Closeout / Verify stable main closeout (push) Blocked by required conditions
Plugin Init Scaffold Validation / Validate provider scaffold (push) Waiting to run
Workflow Sanity / actionlint (push) Waiting to run
Workflow Sanity / generated-doc-baselines (push) Waiting to run
fix(browser): preserve nested timeouts and cancellation across node actions (#114131)
2026-07-26 12:04:52 -04:00
..
browser feat(browser): scoped and structured page extraction (#113938) 2026-07-25 19:32:44 -07:00
cli feat(browser): scoped and structured page extraction (#113938) 2026-07-25 19:32:44 -07:00
config refactor: remove browser and codex dead exports (#105867) 2026-07-12 22:23:11 -07:00
gateway fix: recover browser routing and Discord voice context 2026-07-13 23:38:56 +01:00
infra refactor(browser): reuse shared error coercion (#113229) 2026-07-24 13:58:29 +08:00
logging docs: document browser support modules 2026-06-04 07:58:03 -04:00
media docs: document browser support modules 2026-06-04 07:58:03 -04:00
node-host fix(browser): recover node proxy after failed startup (#113926) 2026-07-25 18:47:11 -07:00
test-support docs: document browser support modules 2026-06-04 07:58:03 -04:00
test-utils docs: document browser support modules 2026-06-04 07:58:03 -04:00
utils docs: document browser support modules 2026-06-04 07:58:03 -04:00
browser-control-state.test.ts fix(browser): prevent stale profile resurrection (#104601) 2026-07-11 11:06:07 -07:00
browser-control-state.ts fix(browser): prevent stale profile resurrection (#104601) 2026-07-11 11:06:07 -07:00
browser-extract.test.ts feat(browser): scoped and structured page extraction (#113938) 2026-07-25 19:32:44 -07:00
browser-extract.ts feat(browser): scoped and structured page extraction (#113938) 2026-07-25 19:32:44 -07:00
browser-gateway-contract.ts docs: document browser tool runtime 2026-06-04 07:24:31 -04:00
browser-node-fallback.ts fix: recover browser routing and Discord voice context 2026-07-13 23:38:56 +01:00
browser-node-proxy.test.ts fix(browser): preserve nested timeouts and cancellation across node actions (#114131) 2026-07-26 12:04:52 -04:00
browser-node-proxy.ts fix(browser): preserve nested timeouts and cancellation across node actions (#114131) 2026-07-26 12:04:52 -04:00
browser-proxy-envelope.ts refactor: remove browser and codex dead exports (#105867) 2026-07-12 22:23:11 -07:00
browser-runtime-state.ts fix(browser): close tracked tabs after gateway restart (#110797) 2026-07-18 22:24:20 -07:00
browser-runtime.ts refactor: remove browser and codex dead exports (#105867) 2026-07-12 22:23:11 -07:00
browser-tool-binding.test.ts feat(browser): add secure per-tab copilot panel (#109817) 2026-07-18 01:00:23 +01:00
browser-tool-binding.ts feat(browser): add secure per-tab copilot panel (#109817) 2026-07-18 01:00:23 +01:00
browser-tool-description.ts feat(browser): scoped and structured page extraction (#113938) 2026-07-25 19:32:44 -07:00
browser-tool-session-tabs.ts fix(browser): close tracked tabs after gateway restart (#110797) 2026-07-18 22:24:20 -07:00
browser-tool.actions.ts feat(browser): extract action — answer page questions via a bounded sub-model call (#113861) 2026-07-25 15:13:32 -07:00
browser-tool.runtime.ts feat(browser): scoped and structured page extraction (#113938) 2026-07-25 19:32:44 -07:00
browser-tool.schema.test.ts feat(browser): scoped and structured page extraction (#113938) 2026-07-25 19:32:44 -07:00
browser-tool.schema.ts feat(browser): scoped and structured page extraction (#113938) 2026-07-25 19:32:44 -07:00
browser-tool.test.ts fix(browser): preserve nested timeouts and cancellation across node actions (#114131) 2026-07-26 12:04:52 -04:00
browser-tool.ts fix(browser): preserve nested timeouts and cancellation across node actions (#114131) 2026-07-26 12:04:52 -04:00
control-service.ts fix(browser): prevent stale profile resurrection (#104601) 2026-07-11 11:06:07 -07:00
core-api.ts refactor: remove browser and codex dead exports (#105867) 2026-07-12 22:23:11 -07:00
doctor-browser.test.ts chore(deps): refresh repository dependencies (#112453) 2026-07-23 16:17:13 +00:00
doctor-browser.ts feat(browser): import Chrome-family system-profile cookies into managed profiles (#104057) 2026-07-10 19:15:52 -07:00
plugin-enabled.ts docs: document browser root modules 2026-06-04 08:00:12 -04:00
plugin-service.test.ts feat(browser): send pages to OpenClaw from the Chrome extension (#111158) 2026-07-19 01:07:28 -07:00
plugin-service.ts feat(browser): send pages to OpenClaw from the Chrome extension (#111158) 2026-07-19 01:07:28 -07:00
record-shared.ts docs: document browser root modules 2026-06-04 08:00:12 -04:00
sdk-config.ts refactor: remove browser and codex dead exports (#105867) 2026-07-12 22:23:11 -07:00
sdk-node-runtime.test.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
sdk-node-runtime.ts refactor(browser): reuse shared error coercion (#113229) 2026-07-24 13:58:29 +08:00
sdk-security-runtime.ts refactor: remove browser and codex dead exports (#105867) 2026-07-12 22:23:11 -07:00
sdk-setup-tools.ts feat(browser): scoped and structured page extraction (#113938) 2026-07-25 19:32:44 -07:00
security-audit.test.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
security-audit.ts docs: document browser root modules 2026-06-04 08:00:12 -04:00
server.ts fix(browser): prevent stale profile resurrection (#104601) 2026-07-11 11:06:07 -07:00
utils.ts docs: document browser root modules 2026-06-04 08:00:12 -04:00