Capability
Session Memory And Instruction Persistence
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “session-memory-and-instruction-persistence”
Anthropic's terminal coding agent — file ops, git, MCP servers, extended thinking, slash commands.
Unique: Implements project-local memory storage in a `.claude` directory, enabling persistent context without requiring external knowledge bases or cloud storage. This keeps project context local and version-controllable.
vs others: Provides better persistence than stateless APIs (OpenAI, standard Anthropic API) which lose context between sessions, and more lightweight than external knowledge base systems (Pinecone, Weaviate) because memories are stored locally.