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.187 Home All releases olderv2.1.186 v2.1.190newer
Claude Code v2.1.187

/pause-memory replaces /toggle-memory

What

The command that pauses automemory for a session has been renamed from /toggle-memory to /pause-memory. The old name is kept as an alias so existing shortcuts and muscle memory still work.

Usage
/pause-memory          # pause automemory for this session
/pause-memory          # run again to resume
Details
  • The status indicator in the sidebar now shows "Paused for this session · /pause-memory to resume"
  • Error messages shown when memory operations are blocked have been updated to reference the new command name
  • memory-pause and toggle-memory are registered as aliases — the old command name continues to work
Evidence

Command renamed (search for "Pause automemory for this session" or "pause-memory" in command list); old alias retained (search for "toggle-memory")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.187 →