search_history
Retrieve exact historical session events when current context lacks detail, including past commands, errors, file changes, and test results. Use this to find missing information from previous sessions.
Instructions
Search exact historical session events when current context does not contain enough detail. Use for questions about previous commands, errors, file changes, test results, bugs, user-provided information, or historical actions. Returns raw events from past sessions. Call this when get_context() and search_memory() do not contain the needed information. Different from search_memory which searches curated long-term knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| query | Yes | Search term (case-insensitive) | |
| event_types | No | Optional: filter by event types (command, error, file_modified, etc.) | |
| session_ids | No | Optional: filter to specific sessions | |
| workspace_path | No | Optional: filter to specific project |