Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

New helpers for detecting unresolved tool calls at transcript tail

New internal helpers detect unfinished tool calls at the end of a conversation

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

New internal helpers detect unfinished tool calls at the end of a conversation

What

Claude Code gained new internal helper functions for scanning a conversation transcript: one finds the last user or assistant message, one walks backward through the transcript to detect an assistant tool call that never got a matching result (meaning it's still in-flight or unresolved), and one finds the last assistant message that used a tool.

Why

Being able to detect an unresolved tool call at the end of a transcript helps Claude Code handle cases where a tool was invoked but never finished, rather than treating the conversation as cleanly complete.

See this entry in the whole of v2.1.271 →

Feedback