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

Directory sync now distinguishes 'repository left' outcome and tracks unshipped turns

Sync clearing reports a distinct repository-left result, and turns whose changes could not ship are marked unshipped.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaDirectory Syncwhat it touches
KindInternal Changesin v2.1.257,
Under the hood

Sync clearing reports a distinct repository-left result, and turns whose changes could not ship are marked unshipped.

The directory-sync git worker's clearing logic now returns a distinct repository_left result, carrying setAsideIn, moved, and left details, instead of folding this case into a generic not_cleared/REPOSITORY_LEFT code. Turn records also gain an unshipped flag plus an M.unshippedTurn marker when a turn's changes couldn't be shipped, to support later retry or reporting.

See this entry in the whole of v2.1.257 →

Feedback