Configure visual-verify gates
A visual-verify gate captures screenshots of a UI change and has a model judge them, so a backlog run that touches the interface is checked before it merges. The gate is configured per agent profile — a profile that builds UI turns it on and says what to capture.
Turn the gate on for a profile
Section titled “Turn the gate on for a profile”- Open the agent profile in the editor and switch to its Form tab.
- In the Visual verify gate, set:
- Enable — turn the gate on for runs that use this profile.
- Capture routes — the app routes to screenshot (for example
/and/tasks). Leave it empty to capture the root route only. - Viewports — which device widths to capture: mobile, desktop, or both.
- Judge threshold — the minimum confidence (0–100) the model judge must reach for a pass. A pass below the threshold is treated as a fail.
- Save the profile.
On a run that uses the profile, the gate captures the configured routes at the configured viewports, the judge scores them, and a score below the threshold holds the run for attention rather than letting it merge.