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 ·

Session-resume: findUnresolvedToolUse now used directly instead of storageV5 field

Session resume in print mode now finds unresolved tool calls directly instead of via a stored storageV5 field

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

Session resume in print mode now finds unresolved tool calls directly instead of via a stored storageV5 field

What

When resuming a session in print mode, Claude Code now looks up any unresolved tool call (a tool invocation that never got a result recorded) by calling a dedicated findUnresolvedToolUse lookup directly, instead of reading it from a storageV5 field that was passed through.

Why

This is an internal implementation change to how session resume locates unfinished tool calls; it should not change what you experience when resuming a session.

See this entry in the whole of v2.1.273 →