semantic_recall
Find past decisions, entities, and session changes by describing them in natural language. Use semantic memory to recall context before reading logs.
Instructions
Call this when the user asks what changed last session, what happened recently, or needs to find a decision/entity by description rather than exact name. Searches memory by meaning using semantic similarity. Use BEFORE reading git log or commit history for session-level context questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query — e.g. 'that decision about pricing' or 'projects related to memory systems' | |
| max_results | No | Max results to return (default 5) | |
| source_kind | No | Filter by type. Omit to search everything. |