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

Team/personal memory sync: org-memory connected mode gains an active picker mount check

Memory sync now also checks whether another process already owns the local memory endpoint before reporting the org-memory picker as ready

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMemory Syncwhat it touches
KindInternal Changesin v2.1.267,
Under the hood

Memory sync now also checks whether another process already owns the local memory endpoint before reporting the org-memory picker as ready

What

When CLAUDE_MEMORY_STORES isn't set, Claude Code's memory-store watcher now runs an extra check before firing the event that marks the org-memory picker as mounted, replacing a differently-named check it used before. Alongside store discovery, a new asynchronous check also runs to detect whether another process already owns the local memory endpoint, reported as ownEndpointShadowed.

Why

This helps Claude Code avoid telling the interface the org-memory picker is ready when it isn't, and lets it notice when a different process is already using the local memory endpoint it would otherwise rely on.

See this entry in the whole of v2.1.267 →