mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| chrome-extension | ||
| scripts | ||
| skills/browser-automation | ||
| src | ||
| browser-bridge.ts | ||
| browser-cdp.ts | ||
| browser-config.ts | ||
| browser-control-auth.ts | ||
| browser-doctor.ts | ||
| browser-host-inspection.ts | ||
| browser-maintenance.ts | ||
| browser-profiles.ts | ||
| cli-metadata.ts | ||
| index.test.ts | ||
| index.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| plugin-registration.ts | ||
| register.runtime.ts | ||
| runtime-api.ts | ||
| setup-api.ts | ||
| test-fetch.ts | ||
| test-support.ts | ||
| tsconfig.json | ||