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 ·

awaitStagedFiles option added to the pre-turn handoff path

The pre-turn handoff step can now wait for staged files before continuing

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTurn Handlingwhat it touches
KindInternal Changesin v2.1.277,
Under the hood No documentation found

The pre-turn handoff step can now wait for staged files before continuing

What

The internal function that handles the handoff at the start of a turn now accepts an awaitStagedFiles option. It's supplied only when a turn-handoff has been admitted, in which case the turn waits for files staged during that handoff.

Why

This helps ensure that files staged as part of handing off between turns are actually ready before the new turn proceeds, avoiding races where a turn starts before its staged files are in place.

Read from
Names in the bundleawaitStagedFiles

See this entry in the whole of v2.1.277 →

Feedback