search_sessions
Search past session conversations to find what was discussed, decided, or debugged previously using full-text search with stemming.
Instructions
Search across all past session conversations. Finds what was discussed, decided, or debugged in previous sessions. Full-text search with porter stemming — e.g., "why did we switch to GraphQL", "auth middleware bug", "database migration approach".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (FTS5 with porter stemming) | |
| limit | No | Max results (default: 20) |