openclaw/extensions/browser
Gary 981d67a703
fix(browser): remove hardcoded profile="user" suggestion from tool description (#102582)
* fix(browser): remove hardcoded profile="user" suggestion from browser tool description

The browser tool description hardcoded a suggestion to use profile="user"
for logged-in sessions, even when the operator has configured a different
default profile (e.g. browser.defaultProfile: "openclaw").

Replace with profile-agnostic guidance that references the configured
browser.defaultProfile setting instead of prescribing a specific value.

Fixes #102566

* test: update browser tool description assertion for profile-agnostic wording

* refactor(browser): unify tool profile guidance

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-09 12:32:56 +01:00
..
chrome-extension feat(browser): pair the Chrome extension directly to a remote gateway (#101127) 2026-07-07 04:31:52 +01: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): extend --labels overlay to full-page and element captures (#92834) 2026-06-14 02:21:23 +00:00
src fix(browser): remove hardcoded profile="user" suggestion from tool description (#102582) 2026-07-09 12:32:56 +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 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): remove hardcoded profile="user" suggestion from tool description (#102582) 2026-07-09 12:32:56 +01:00
index.ts docs: document browser plugin entrypoints 2026-06-04 07:22:35 -04:00
openclaw.plugin.json fix: enforce plugin tool manifest contracts 2026-05-02 06:21:08 +01:00
package.json feat(browser): restore driver "extension" via a loopback Chrome extension relay (no remote-debugging prompt) (#100619) 2026-07-06 10:08:27 +01:00
plugin-registration.ts fix(browser): remove hardcoded profile="user" suggestion from tool description (#102582) 2026-07-09 12:32:56 +01: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 fix(ci): restore extension package boundary excludes 2026-04-29 00:57:08 -07:00