Skip to main content
Searches the user’s unified developer memory: the facts, preferences, episodes, and procedures captured from their coding agents (Claude Code, Copilot, and others) and written by agents via save_memory. Returns the most relevant active memories for a query, ranked by similarity. Stale or superseded memories are never returned. Use this to remember what the user told other agents: their preferences, project facts, decisions, and how-to procedures.

Input

Example

Prompt:
“How does this user like their pull requests written?”
Tool call:
Response:

When to use it

  • Before answering, to ground yourself in what the user already told other agents.
  • When the user references a past decision, preference, or project fact you do not have in context.
  • At the start of a task, to pull in relevant standing context.

See also

  • save_memory: write a new memory other agents can recall.