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

New per-turn wait for staged files before handoff (tengu_turn_handoff_staged_files_wait)

Claude Code now waits for in-flight staged file operations to settle before handing off a turn

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 No documentation found

Claude Code now waits for in-flight staged file operations to settle before handing off a turn

What

Claude Code now tracks staged file operations that are still in progress, and before handing off control at the end of a turn, it waits (up to a timeout) for those operations to finish. It records an event, tengu_turn_handoff_staged_files_wait, with the outcome, how long it waited, and how many operations were still pending, and logs a warning if the wait times out.

Why

This is meant to avoid a turn handing off while file staging is still mid-flight, though it isn't yet known whether this behavior is active for any given user.

Read from
Names in the bundletengu_turn_handoff_staged_files_wait
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtNothing has been read yet about whether the `tengu_turn_handoff_staged_files_wait` gate is on or off for any account.

See this entry in the whole of v2.1.277 →

Feedback