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 ·

Remote bridge gains an onCancelAsyncMessage RPC handler

Remote clients can now cancel a queued background message instead of only interrupting an active turn

TierUnder the hoodhow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindInternal Changesin v2.1.277,
Under the hood No documentation found

Remote clients can now cancel a queued background message instead of only interrupting an active turn

What

The remote-bridge transport, which lets a remote client control a Claude Code session, gained a new onCancelAsyncMessage handler. It lets a remote client cancel a message it previously sent asynchronously (in the background) by removing it from the queue by its ID, or by withdrawing it before it's processed.

Why

Before this, a remote client could interrupt an active turn but had no way to take back a background message it had already queued. Now it can cancel a queued message directly.

Read from
Names in the bundleonCancelAsyncMessage

See this entry in the whole of v2.1.277 →