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 v0.2.50 Home All releases olderv0.2.49 v0.2.51newer
Claude Code v0.2.50

Memory System Enhancements

  • Memory type selector: When creating memories, you can now choose between three types:
  • Project Memory: Shared in the project repository (stored in CLAUDE.md)
  • Example: "Run lint with the following command after major edits: npm run lint"
  • Local Memory: Private to you in this project (stored in CLAUDE.local.md)
  • Example: "Use my sandbox URL for testing: https://myapp.local"
  • User Memory: Available in all your projects (stored in ~/.claude/CLAUDE.md)
  • Example: "Don't add new comments when editing code"

The memory selector UI provides arrow key navigation and clear descriptions of each memory type's scope.

See this entry in the whole of v0.2.50 →