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 ·

Dir-sync git worker adds retry backoff for laptop journal auth failures

Repeated unauthorized journal reads in the sync worker now give up on the pending state rather than retrying forever.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaDirectory Syncwhat it touches
KindBug Fixesin v2.1.257,
You'll notice

Repeated unauthorized journal reads in the sync worker now give up on the pending state rather than retrying forever.

The background git dir-sync worker now counts consecutive unauthorized/lane_unavailable journal read failures, tracked via new counters. Once a threshold is hit, it gives up on the pending note/state entirely, clearing pe/ne/ge, instead of retrying forever, logged through dir_sync_git_laptop_journal_unreadable.

See this entry in the whole of v2.1.257 →

Feedback