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 ·

Directory-sync journal gets a new 'detached' halt state

Directory sync now treats a new 'detached' journal state the same as 'ended' when stopping

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

Directory sync now treats a new 'detached' journal state the same as 'ended' when stopping

What

The directory-sync git worker's journal reader now stops in response to a new halted === "detached" state, treating it the same way it already treated halted === "ended". It also records a new detached boolean on the stored halt-state object.

Why

This adds a distinct way for directory sync to recognize and halt cleanly when a sync session becomes detached, rather than only recognizing an explicit end.

See this entry in the whole of v2.1.277 →