mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +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)
7 lines
212 B
TypeScript
7 lines
212 B
TypeScript
export type { BrowserControlAuth } from "./src/browser/control-auth.js";
|
|
export {
|
|
ensureBrowserControlAuth,
|
|
resolveBrowserControlAuth,
|
|
shouldAutoGenerateBrowserAuth,
|
|
} from "./src/browser/control-auth.js";
|