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.224 Home All releases olderv2.1.223 v2.1.225newer

Automatic memory context can scan a whole memory directory

Not switched on
Useful2 Signal3
Memory not in their notes

Memory context can list every file in your memory directory instead of one file.

The directory-wide memory loader returns nothing under CLAUDE_CODE_REMOTE or cowork sessions.

CLAUDE_CODE_REMOTE
What

A new loader builds an automatic memory context block listing every memory file under the user memory directory, with paths relative to it and flagged as differing from disk, alongside the existing single-file version. It returns nothing when CLAUDE_CODE_REMOTE is set or the session is a cowork one; which of the two is used is decided by those same environment checks.

Evidence

AutoMem

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.224 →