Source Intelligence
Sweep 28 Aug 2026 · 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.251 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Prompt capture

Grep tool description

10 model strings share this prompt, byte for byte.

v2.1.160 6 lines 477 chars sha256 dde2d0b4701d Plain text Whole capture

1Content search built on ripgrep. Prefer this over `grep`/`rg` via Bash — results integrate with the permission UI and file links.
3- Full regex syntax (e.g. "log.*Error", "function\s+\w+"). Ripgrep, not grep — escape literal braces (`interface\{\}`).
4- Filter with `glob` (e.g. "**/*.tsx") or `type` (e.g. "js", "py", "rust").
5- `output_mode`: "content" (matching lines), "files_with_matches" (paths only, default), or "count".
6- `multiline: true` for patterns that span lines.