Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Memory store tooling drops "connected" and names each store personal or project

You'll notice
Useful3 Signal2
Memory

Memory stores are now labelled personal or project, and listing them runs immediately.

What

The wording across memory tools no longer assumes stores are connected to an organization. Listing with no arguments now describes the memory stores available in this session, each store is reported as personal or project, and the credential refusal explains that project stores are shared with every collaborator. The listing tool also runs immediately rather than being deferred.

Details
  • Calling the listing tool with no arguments lists the memory stores available in this session, replacing wording about connected stores.
  • The example path in the listing tool description now starts with /feedback/.
  • Each listed store reports whether it is personal or project, and that value appears both in the tool output and in the per-call telemetry for the listing tool.
  • The listing tool is no longer deferred, so it executes immediately when called.
  • Attempting to write credentials into memory now returns: Memory stores are never a place for credentials, and project stores are shared with every collaborator. Remove the sensitive content and try again. This replaces wording that referred to the organization's connected projects.
  • The save-memory tool description drops the word "connected", and the guidance line about credentials now covers every store rather than shared ones only.
  • The listing prompt text is unconditional, but the listing tool itself remains behind the existing memory-store enablement check and is unavailable when that check fails.
Evidence

list the memory stores and the documents in them, list the memory stores available in this session, Memory stores are never a place for credentials, and project stores are shared with every collaborator. Remove the sensitive content and try again.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.246 →