What's wrong with this entry?
Anonymous. No account, no email.
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
isDocumentationflag 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
ZzBvariable at line 182657 pointing tohttps://platform.claude.com/llms.txt - Evidence: New function at line 7427, parameter added to
md2()at line 18044-18045