Read-only screenshot access for localhost UI checks
Frontend teams can give coding agents visual feedback without opening the whole browser to agent control. A small pilot would add peek-cli or a similar read-only screenshot path to localhost review: the developer starts the daemon, approves the connection for the session, and the agent can list visible tabs and save screenshots during a UI task.
This fits work where the agent already edits code but cannot verify visual state, such as CSS changes, empty states, responsive layouts, and browser-only errors. The safety boundary is concrete: the tool exposes screenshot capture through a Chrome extension and local WebSocket daemon, while clicks, typing, script injection, and browser actions stay outside the interface. A useful team check is whether the agent can close more frontend issues with screenshot evidence attached to the PR, without adding new permission prompts beyond startup approval.