Session Search Search Claude Code session transcripts by combining keyword pre-filtering with semantic evaluation. Finds previous sessions about specific topics, debugging conversations, research tasks, or any past work. Workflow Step 1: Run the search script Execute with the user's query: - (required): Natural language search query - (optional, default 10): Maximum results to return - (optional, default 90): How far back to search The script performs keyword pre-filtering across all sessions, then extracts meaningful excerpts from top candidates. Output contains a JSON block. Step 2: Evaluat…