What's wrong with this entry?
Anonymous. No account, no email.
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 claudeDetails
- 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.