feat(vision): add screenshot diff and stability helpers #14

Closed
opened 2026-05-01 15:39:00 +02:00 by luna · 0 comments
Collaborator

Why

After clicks, agents often need a cheap answer to “did anything meaningful happen?” without reinterpreting the entire screen from scratch.

Scope

Add helpers for:

  • image diff between captures
  • region-level change detection
  • stability detection over a short interval

Done when

  • agents can cheaply detect whether a click changed the UI
  • wait/sync flows can build on structured visual change signals
## Why After clicks, agents often need a cheap answer to “did anything meaningful happen?” without reinterpreting the entire screen from scratch. ## Scope Add helpers for: - image diff between captures - region-level change detection - stability detection over a short interval ## Done when - agents can cheaply detect whether a click changed the UI - wait/sync flows can build on structured visual change signals
luna closed this issue 2026-05-01 16:24:46 +02:00
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: space/clickthrough#14