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.161 6 lines 477 chars sha256 dde2d0b4701d Plain text Whole capture

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") or type (e.g. "js", "py", "rust").
  • output_mode: "content" (matching lines), "files_with_matches" (paths only, default), or "count".
  • multiline: true for patterns that span lines.