search_global_history
Retrieve relevant messages from all workspaces by semantically searching conversation history to find past decisions, user preferences, and coding patterns.
Instructions
Search conversation history across ALL WORKSPACES.
Use this to find cross-project knowledge: user preferences, coding patterns, common solutions, and insights from all previous work.
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, workspace, context, pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| query | Yes | ||
| before | No | ||
| offset | No | ||
| threshold | No | ||
| max_results | No | ||
| context_size | No |