feat(agent-browser): add opt-in preview data injection
This commit is contained in:
@@ -28,6 +28,7 @@ export interface AgentBrowserService {
|
||||
url: string;
|
||||
bounds?: AgentBrowserBounds;
|
||||
visible?: boolean;
|
||||
injectProjectData?: boolean;
|
||||
}): Promise<AgentBrowserSnapshot>;
|
||||
present(input: {
|
||||
projectPath: string;
|
||||
|
||||
Reference in New Issue
Block a user