fix: add clawd to BrowserDriverType union in types.browser.ts

This commit is contained in:
gambletan
2026-03-08 15:04:15 +08:00
committed by Altay
parent 2b5ef72042
commit a0941fd328

View File

@@ -4,7 +4,7 @@ export type BrowserProfileConfig = {
/** CDP URL for this profile (use for remote Chrome). */
cdpUrl?: string;
/** Profile driver (default: openclaw). */
driver?: "openclaw" | "extension";
driver?: "openclaw" | "clawd" | "extension";
/** If true, never launch a browser for this profile; only attach. Falls back to browser.attachOnly. */
attachOnly?: boolean;
/** Profile color (hex). Auto-assigned at creation. */