search_cli_history
Search past Kiro CLI conversations using keywords or dates to find specific discussions. Filter by date range and adjust relevance to locate needed information.
Instructions
Search Kiro CLI conversation history only.
Use this to find conversations from Kiro CLI sessions specifically.
Args: query: Keywords or sentence describing what to find after: Filter to messages on/after this date (ISO 8601) before: Filter to messages before this date (ISO 8601) context_size: Messages before AND after each match (default: 3) threshold: Minimum similarity 0-1 (default: 0.2) max_results: Maximum results (default: 10) offset: Skip results for pagination (default: 0)
Returns: Search results from CLI conversations only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| query | Yes | ||
| before | No | ||
| offset | No | ||
| threshold | No | ||
| max_results | No | ||
| context_size | No |