mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 14:01:44 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -3,8 +3,8 @@ export type BrowserProfileConfig = {
|
||||
cdpPort?: number;
|
||||
/** CDP URL for this profile (use for remote Chrome). */
|
||||
cdpUrl?: string;
|
||||
/** Profile driver (default: clawd). */
|
||||
driver?: "clawd" | "extension";
|
||||
/** Profile driver (default: openclaw). */
|
||||
driver?: "openclaw" | "extension";
|
||||
/** Profile color (hex). Auto-assigned at creation. */
|
||||
color: string;
|
||||
};
|
||||
@@ -22,7 +22,7 @@ export type BrowserConfig = {
|
||||
remoteCdpTimeoutMs?: number;
|
||||
/** Remote CDP WebSocket handshake timeout (ms). Default: max(remoteCdpTimeoutMs * 2, 2000). */
|
||||
remoteCdpHandshakeTimeoutMs?: number;
|
||||
/** Accent color for the clawd browser profile (hex). Default: #FF4500 */
|
||||
/** Accent color for the openclaw browser profile (hex). Default: #FF4500 */
|
||||
color?: string;
|
||||
/** Override the browser executable path (all platforms). */
|
||||
executablePath?: string;
|
||||
|
||||
Reference in New Issue
Block a user