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 v0.2.51 Home All releases olderv0.2.50 v0.2.52newer
Claude Code v0.2.51

Improvements

Enhanced URL Detection and Handling

  • Improved URL extraction: Now detects both full URLs and domain names (e.g., example.com will be converted to https://example.com)
  • HTTP to HTTPS upgrade: HTTP URLs are automatically upgraded to HTTPS for security
  • Better redirect handling: Only allows redirects that add "www." to the hostname for security
  • Placeholder system: URLs in content are replaced with placeholders during processing to avoid false matches

WebFetch Tool Updates

  • Added guidance to prefer MCP-provided web fetch tools when available
  • Updated security notes about URL validation
  • Improved error messages for domain restrictions

See this entry in the whole of v0.2.51 →