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 v1.0.85 Home All releases olderv1.0.84 v1.0.86newer
Claude Code v1.0.85

Session Memory (Automatic Notes)

What: Automatic background system that maintains structured notes about your ongoing development work How to use:

# Automatically activates after 5 messages in a session
# Notes are saved to ~/.claude/session-memory/[session-id].md
# Customize with your own templates:
mkdir -p ~/.claude/session-memory
echo "Your template" > ~/.claude/session-memory/template.md
echo "Your prompt" > ~/.claude/session-memory/prompt.md

Details:

  • Captures task specifications, worklog, code documentation, and learnings
  • Updates transparently in the background without interrupting your work
  • Persists context across conversations for better continuity
  • Customizable template and update prompts for project-specific needs

See this entry in the whole of v1.0.85 →