search_project_history
Find past decisions, implementation details, bugs, and architecture choices by searching workspace-specific conversation history. Supports keyword queries, date filters, and context around matches.
Instructions
Search conversation history for the CURRENT WORKSPACE only.
Use this to find workspace-specific context: past decisions, implementation details, bugs discussed, architecture choices in this codebase.
Args: query: Keywords or sentence describing what to find after: Filter to messages on/after this date (ISO 8601: "2025-01-15") before: Filter to messages before this date (ISO 8601) context_size: Messages to include before AND after each match (default: 3) threshold: Minimum similarity 0-1 (default: 0.2) max_results: Maximum results to return (default: 10) offset: Skip results for pagination (default: 0)
Returns: Search results with matched messages, scores, context, and pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| query | Yes | ||
| before | No | ||
| offset | No | ||
| threshold | No | ||
| max_results | No | ||
| context_size | No |