Sessions now advertise a capability string so clients can detect queue-cancelling interrupts without version checks.
What's wrong with this entry?
The capabilities array advertised at init gains a second entry next to interrupt_receipt_v1, letting SDK consumers feature-detect cancel_queued support instead of sniffing the CLI version.
- Capability string is
interrupt_cancel_queued_v1 - The capability list is built unconditionally in this build, so it is present for every session
- Pairs with the
cancel_queuedfield on the interrupt control_request
'interrupt_cancel_queued_v1' = the interrupt control_request honors cancel_queued:true
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.242
SDK
interrupt()can cancel queued messages and reports which onesBoth mention cancel queued