feat: add CDP tab-group plugin handshake with silent fallback
This commit is contained in:
+2
-1
@@ -41,7 +41,8 @@ export interface LaunchCommand extends BaseCommand {
|
||||
allowFileAccess?: boolean; // Enable file:// URL access and cross-origin file requests
|
||||
colorScheme?: 'light' | 'dark' | 'no-preference'; // Persistent color scheme override
|
||||
downloadPath?: string; // Directory for browser downloads (Playwright's downloadsPath)
|
||||
tabGroup?: string; // Chromium local-launch only: auto-group agent tabs under this title
|
||||
tabGroup?: string; // Base tab-group title (session suffix is appended automatically)
|
||||
tabGroupPluginId?: string; // Expected Chrome extension ID for CDP tab-group handshake
|
||||
allowedDomains?: string[];
|
||||
actionPolicy?: string;
|
||||
confirmActions?: string[];
|
||||
|
||||
Reference in New Issue
Block a user