feat: add CDP tab-group plugin handshake with silent fallback

This commit is contained in:
leeguooooo
2026-03-03 12:17:14 +09:00
parent d04cf59238
commit 2a766cfe48
19 changed files with 1079 additions and 249 deletions
+2 -1
View File
@@ -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[];