fix(sdk): don't re-show resolved interrupts after reload (#2722)
After you resolve a HITL interrupt, reload, and send another message, the old interrupt form used to come back. The stream replays historical `input.requested` events on the next run, and the SDK treated them as live. This keeps filtering those events after the command is accepted, using `applied_through_seq` as the cutoff so only interrupts from the new run get through.
C
Christian Bromann committed
7b0fd47287eb841d8f1068de93b46f49cab3c04d
Parent: 6530ba9
Committed by GitHub <noreply@github.com>
on 8/20/2026, 9:46:39 PM