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.175 Home All releases olderv2.1.174 v2.1.176newer
Claude Code v2.1.175

CLAUDE_CODE_REMOTE_MEMORY_DIR Environment Variable

What

A new environment variable lets you specify a custom directory for remote memory storage, overriding the default location.

Usage
CLAUDE_CODE_REMOTE_MEMORY_DIR=/path/to/memory claude
Details
  • If set, remote memory reads and writes use the specified directory instead of the default path
  • Useful in containerized or shared environments where memory files should reside at a specific location
Evidence

New env variable handler (search for "CLAUDE_CODE_REMOTE_MEMORY_DIR")

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