get_state_delta
Computes structural changes in the page after each action. See what elements appeared, disappeared, or changed since the last checkpoint.
Instructions
DIFFERENTIAL STATE STREAMING. Computes the structural delta between the current page state and the state at the time of the last get_semantic_surface or atomic_interact call.
Returns ONLY what changed: • added — New nodes that appeared • removed — Nodes that disappeared • modified — Nodes whose role, name, value, or properties changed
USE THIS TOOL after every action to instantly see: • Did a modal appear? (added nodes with role="dialog") • Did a loading spinner vanish? (removed nodes) • Did a button label change? (modified name) • Did a toast notification fire? (transient added then removed)
If delta is null, no structural changes occurred since the last checkpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||