You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The experimental macOS PiP surface is a process-global, single-frame preview. It captures only the latest post-action native screenshot, so concurrent sessions overwrite one another and exact Chrome tabs are not represented independently.
For the shared-computer model, the visual surface should group exact targets by the existing lifecycle session without adding claim/release ownership APIs.
Scope
Evolve experimental PiP into a multi-target Agent View:
preserve existing --experimental-pip and config compatibility;
group cards by the existing session/runtime identity;
automatically identify native targets by pid + window_id;
identify browser targets by target_id + tab_id;
capture Chrome tabs through the existing exact CDP binding, without activating the tab or foregrounding its window;
keep multiple target cards visible instead of replacing one global frame;
remove session cards when that session ends;
keep target assignment automatic and internal: no claim/release MCP tools;
Problem
The experimental macOS PiP surface is a process-global, single-frame preview. It captures only the latest post-action native screenshot, so concurrent sessions overwrite one another and exact Chrome tabs are not represented independently.
For the shared-computer model, the visual surface should group exact targets by the existing lifecycle session without adding claim/release ownership APIs.
Scope
Evolve experimental PiP into a multi-target Agent View:
--experimental-pipand config compatibility;pid + window_id;target_id + tab_id;Non-goals
Acceptance evidence