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

Memory-consolidation prompt gains two variants

Under the hood
Useful2 Signal3
Memory not in their notes

Memory consolidation prompts gained prune-only and tools-unavailable variants for different session types.

CLAUDE_CODE_REMOTE
What

The prompt used for memory consolidation runs picked up two options. One replaces the index-maintenance step with a pure prune step and drops the instruction to read the index file. The other adds a note that the memory tools are not available during the run, so it should only touch the memory directory. The second is requested only when the session is not running under CLAUDE_CODE_REMOTE.

Details
  • Which variant is used is decided at runtime by the caller; the underlying feature is otherwise unchanged.
Evidence

# Dream: Memory Consolidation

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 →