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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Self-hosted memory endpoint is scaffolded but cannot be switched on

Not switched on
Useful2 Signal4
Memory Notable not in their notes

Two environment variables for pointing memory at your own server exist but do nothing.

CLAUDE_CODE_MEMORY_API_BASE_URL and CLAUDE_CODE_MEMORY_API_TOKEN are declared, but the resolver has an empty body.

CLAUDE_CODE_MEMORY_API_BASE_URLCLAUDE_CODE_MEMORY_API_TOKEN
What

Two environment variable names for pointing memory at your own server, CLAUDE_CODE_MEMORY_API_BASE_URL and CLAUDE_CODE_MEMORY_API_TOKEN, are declared in this build and excluded from the environment restored from saved credentials. Setting them does nothing: the function that resolves the base URL has an empty body that returns nothing, so the override branch is never taken.

Details
  • The memory client can switch to auth: "none" with a bearer header, but only reachable once the resolver returns a URL.
Evidence

"CLAUDE_CODE_MEMORY_API_TOKEN",

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