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 ·

Multi-store-sync basis loader now recognizes a non-empty 'held' set as valid state

A sync data store with a non-empty 'held' set is no longer wrongly treated as empty

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

A sync data store with a non-empty 'held' set is no longer wrongly treated as empty

What

When Claude Code loads the saved state used to keep multiple stores in sync, it used to treat a store with zero entries as automatically empty. Now, if that store has a non-empty held set, it's no longer considered empty just because its entry count is zero.

Why

This avoids an incorrect "empty store" rejection for a store that actually holds valid state in its held set, preventing that state from being wrongly discarded during sync.

See this entry in the whole of v2.1.277 →