feat(agent-browser): add opt-in preview data injection

This commit is contained in:
2026-08-26 22:36:54 +08:00
parent 14fec70108
commit 38d63a9b7b
11 changed files with 1024 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ export interface AgentBrowserService {
url: string;
bounds?: AgentBrowserBounds;
visible?: boolean;
injectProjectData?: boolean;
}): Promise<AgentBrowserSnapshot>;
present(input: {
projectPath: string;