semantic_recall
Search past decisions, entities, and patterns by meaning. Use when you need to recall what changed last session or find something by description instead of exact name.
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. |