mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
* Plugin SDK: route browser helper surfaces through browser facade * Browser doctor flow: add facade path regression and export parity guards * Contracts: dedupe browser facade parity checks without reducing coverage * Browser tests: restore host-inspection semantics coverage in extension * fix: add changelog note for browser facade consolidation (#63957) (thanks @joshavant)
16 lines
559 B
TypeScript
16 lines
559 B
TypeScript
export {
|
|
DEFAULT_AI_SNAPSHOT_MAX_CHARS,
|
|
DEFAULT_BROWSER_DEFAULT_PROFILE_NAME,
|
|
DEFAULT_BROWSER_EVALUATE_ENABLED,
|
|
DEFAULT_OPENCLAW_BROWSER_COLOR,
|
|
DEFAULT_OPENCLAW_BROWSER_ENABLED,
|
|
DEFAULT_OPENCLAW_BROWSER_PROFILE_NAME,
|
|
DEFAULT_UPLOAD_DIR,
|
|
resolveBrowserConfig,
|
|
resolveProfile,
|
|
type ResolvedBrowserConfig,
|
|
type ResolvedBrowserProfile,
|
|
} from "./browser-profiles.js";
|
|
export { resolveBrowserControlAuth, type BrowserControlAuth } from "./browser-control-auth.js";
|
|
export { parseBrowserHttpUrl, redactCdpUrl } from "./src/browser/config.js";
|