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 writes outside the default memory folder now ask first

You'll notice
Useful4 Signal3
Memory

Memory saves inside the standard folder skip the prompt; saves outside it always ask you.

What

The memory write tool now separates your personal store from a shared project store. In automatic mode, saving to your personal store inside the standard memory directory goes through without a prompt, where previously every save went to classifier review. A personal save that would land outside that directory now always asks you, and is marked so the automatic classifier cannot approve it on your behalf.

Details
  • The forced prompt carries a safety-check reason flagged classifierApprovable: !1, so only you can allow it.
  • When the classifier is consulted for such a write, its input now names the exact destination path.
  • Results carry a store_kind field, and personal content passes through a per-store transform before being written.
  • Reachable wherever the memory tools are enabled; this release does not change that enablement check.
Evidence

outside the memory directory Claude Code saves to without asking

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 →