Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

New cancel_async_message bridge control request

A new cancel_async_message control request lets a bridge client cancel one queued message by its ID

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindNew Featuresin v2.1.277,
Use it now Notable No documentation found

A new cancel_async_message control request lets a bridge client cancel one queued message by its ID

What

A new control request called cancel_async_message lets a connected bridge client cancel a message it previously sent and queued for later processing, by specifying that message's message_uuid. Claude Code checks that the ID is valid and that a callback is registered for it, then reports back whether the cancellation succeeded or failed.

Why

This gives a client a way to withdraw one specific queued message on its own, rather than only being able to cancel everything queued at once. If the message can't be found or was already handled, the request reports failure instead of doing nothing silently.

Read from
Names in the bundlecancel_async_message

See this entry in the whole of v2.1.277 →