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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Memory viewer opens through the standard overlay API

Under the hood
Useful2 Signal1
Memory

The memory viewer opens through the shared overlay system and won't open over another overlay.

What

The session memory viewer now opens via the shared overlay helper and closes through the handle it returns, and it declines to open if another overlay is already showing. Its open and close telemetry events are unchanged.

Details
  • It registers itself as commandName: "memory-viewer", non-immediate, and hides the prompt while open.
Evidence

commandName: "memory-viewer"

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