search_history
Search and retrieve work history with fuzzy matching across checkpoints and workspaces to answer context-specific queries like "Did we fix the auth bug last week?" Supports time range, scope, and result limits.
Instructions
Search work history with fuzzy matching. Perfect for "Did we fix the auth bug last week?" type questions. Searches across checkpoints and finds relevant work.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum results to return (default: 20) | |
query | Yes | Search query (e.g., "auth bug fix", "database migration") | |
scope | No | Search scope: current workspace or all workspaces | |
since | No | Time range (e.g., "3d", "1w", "yesterday", "2025-01-15") | |
workspace | No | Specific workspace to search (optional) |