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.273 ·

Tool cancellation now reports which tools had already started running

Cancelling a batch of tool calls now records which ones had already started running

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaBackground Taskswhat it touches
KindInternal Changesin v2.1.273,
Under the hood

Cancelling a batch of tool calls now records which ones had already started running

What

When a batch of tool calls is cancelled partway through, Claude Code's internal accounting now also collects a list of startedToolUseIds, the IDs of tools that had actually begun running (whether they finished or were still in progress), alongside the existing counts of aborted, completed, and never-started tool calls.

Why

This gives Claude Code more precise bookkeeping about interrupted work, distinguishing tool calls that never got a chance to run from ones that were cut off mid-execution.

See this entry in the whole of v2.1.273 →