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

Account-scope memory store removed / disabled in this build

Account-level memory storage no longer works in this build and errors instead

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMemorywhat it touches
KindRemovedin v2.1.275,
You'll notice

Account-level memory storage no longer works in this build and errors instead

What

Claude Code supports storing memory (persisted notes/context) at different scopes. The 'account' scope, which would store memory tied to your account rather than a specific project or machine, now always fails: looking up its storage key throws an error, and the function that used to locate the account-scope storage directory now just returns the literal string "escape" instead of doing a real lookup.

Why

Anyone relying on account-scoped memory will find it no longer works in this build; attempts to read or write it will fail outright rather than silently doing nothing.

See this entry in the whole of v2.1.275 →

Feedback