Support Second Screen parameters for agents #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Add support for selecting and accessing a second screen, not just the first one, so agents can target multi-monitor setups.
Suggested scope
screen/zoom/actionpaths to target a chosen screenProbably with a like "?screen=1" param that falls back to the closest incase that screen does not exist
@luna seems reasonable right?
@space Yep, that’s a solid approach. I’d do
screenas an optional query/body param (default0), and if it’s out of range, fall back to the nearest valid display while returning the resolved screen index in the response so agent behavior stays explicit and debuggable.