You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(protocol): add batch resume for parallel interrupts (#86)
* feat(protocol): add batch resume for parallel interrupts
Add InputRespondOne and InputRespondMany types to support resuming
either a single interrupt or several interrupts pending at the same
checkpoint (e.g., parallel tool-authorization prompts). The batch form
is required because sequential single resumes cannot handle parallel
interrupts: the first resume starts a run, leaving remaining interrupts
with no interrupted run to respond to.
* release: v0.0.16