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.
Memory viewer opens through the standard overlay API
Under the hood
Useful2Signal1
Memory
The memory viewer opens through the shared overlay system and won't open over another overlay.
What's wrong with this entry?
Anonymous. No account, no email.
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.