pscribe_grep
Search past transcription sessions for any pattern. Returns matching lines with session IDs, with options for filters, context, and per-session counts.
Instructions
Search for patterns across transcript sessions.
Use this for queries like "did anyone mention deployment last week?" or "find all references to the API". Returns matching lines with session ID prefix. Use --count for summary statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Show match count per session instead of matches (default: false). | |
| dedup | No | Deduplicate entries by segment ID, keeping confirmed over unconfirmed (default: false). | |
| since | No | Only search sessions starting after this ISO8601 timestamp. | |
| until | No | Only search sessions starting before this ISO8601 timestamp. | |
| status | No | Filter by segment status (default: confirmed). | |
| context | No | Show N lines before and after each match (-C). | |
| pattern | Yes | The pattern to search for (regex supported). | |
| ignore_case | No | Case-insensitive search (default: false). | |
| after_context | No | Show N lines after each match (-A). | |
| before_context | No | Show N lines before each match (-B). |