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 ·

Turn duration now accounts for detached/background tool calls separately

Turn-duration tracking now holds off recording while a detached background tool call is still pending

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTurn Handlingwhat it touches
KindInternal Changesin v2.1.277,
Under the hood

Turn-duration tracking now holds off recording while a detached background tool call is still pending

What

Claude Code records how long each conversation turn takes. Now, when a turn ends but a detached tool call (a task or agent running in the background) is still queued or in progress, Claude Code holds off on recording the turn's duration instead of recording it right away. Once the background work finishes, it recomputes the duration and related background-wait counts, then writes the updated duration into the transcript.

Why

This keeps recorded turn durations from being cut short by background tasks that are still running, so the timing shown reflects when the work actually finished rather than when the main turn technically ended.

See this entry in the whole of v2.1.277 →