What's wrong with this entry?
Anonymous. No account, no email.
What
WebFetch tool documentation now recommends using the gh CLI for GitHub URLs.
Details
- New guidance: "For GitHub URLs, prefer using the gh CLI via Bash instead (e.g., gh pr view, gh issue view, gh api)"
- Reduces reliance on web scraping for GitHub content
- Leverages the more reliable
ghCLI for GitHub operations
Evidence
AwQ at line 96805 (WebFetch tool description, contains "gh pr view, gh issue view, gh api")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.