Source Intelligence

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.

All of v2.0.60 Home All releases olderv2.0.59 v2.0.61newer
Claude Code v2.0.60

WebFetch Documentation Mode

What: WebFetch now has a special mode for fetching documentation that allows including code examples without the strict quote limits.

How it works: When fetching from llms.txt or documentation sources, the response can include full code examples and documentation excerpts rather than being limited to 125-character quotes.

Details:

  • Added Zp0() function at line 53880 with conditional prompt generation
  • When the isDocumentation flag is true, uses prompt: "Include relevant details, code examples, and documentation excerpts as needed"
  • When false, uses the standard restrictive prompt with 125-character quote limits
  • Added ZzB variable at line 182657 pointing to https://platform.claude.com/llms.txt
  • Evidence: New function at line 7427, parameter added to md2() at line 18044-18045

See this entry in the whole of v2.0.60 →