Strengthen post-action verification for real UI workflows #21

Closed
opened 2026-05-01 17:11:56 +02:00 by luna · 0 comments
Collaborator

Problem

High-impact actions still require the agent to stitch together its own click-then-check loop. We have /action/verify, but richer postconditions would make important actions much safer.

Desired capability

Expand verification primitives so an action can assert things like:

  • text appears / disappears
  • button label changes (Start Recording -> Stop Recording)
  • window title changes
  • a dialog closes
  • a page heading changes after navigation

Why

This would make destructive or high-stakes actions much more trustworthy without requiring ad-hoc recapture logic after every click.

## Problem High-impact actions still require the agent to stitch together its own click-then-check loop. We have `/action/verify`, but richer postconditions would make important actions much safer. ## Desired capability Expand verification primitives so an action can assert things like: - text appears / disappears - button label changes (`Start Recording` -> `Stop Recording`) - window title changes - a dialog closes - a page heading changes after navigation ## Why This would make destructive or high-stakes actions much more trustworthy without requiring ad-hoc recapture logic after every click.
luna closed this issue 2026-05-01 17:14:50 +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#21