Prompt capture
Grep tool description
10 model strings share this prompt, byte for byte.
This renders the markdown inside the description, so it isn't quite the description itself. The raw view and the plain text are the bytes as they were sent.
Content search built on ripgrep. Prefer this over grep/rg via Bash — results integrate with the permission UI and file links.
- Full regex syntax (e.g. "log.*Error", "function\s+\w+"). Ripgrep, not grep — escape literal braces (
interface\{\}). - Filter with
glob(e.g. "**/*.tsx") ortype(e.g. "js", "py", "rust"). output_mode: "content" (matching lines), "files_with_matches" (paths only, default), or "count".multiline: truefor patterns that span lines.