dsh_search_sessions
Find existing DSH sessions by title or literal content keyword, returning compact metadata without message sending or model runs. Handles disabled full-text indexing by scanning recent history and reporting coverage via scan offsets.
Instructions
Find existing DSH sessions by title or literal content keyword. Returns compact metadata, NO raw snippets/reasoning/tool logs. If full-text indexing is disabled, scans bounded recent history and reports coverage; use next_scan_offset and incomplete_session_ids. Narrow keywords/cwd if has_more. Does not send messages or run a model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| limit | Yes | ||
| query | Yes | ||
| scan_offset | Yes | ||
| max_sessions | Yes |