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 v1.0.7 Home All releases olderv1.0.6 v1.0.8newer
Claude Code v1.0.7

Tool Improvements

Edit Tool Enhancement

  • Improved string normalization: The Edit tool now automatically handles common formatting discrepancies
  • Fixes issues with XML-like tags (e.g., <fnr><function_results>)
  • Handles spacing variations in special markers
  • More robust matching for assistant/human message markers

Bash Tool Enhancement

  • Smart exit code handling: Different commands now have appropriate error handling
  • grep returns useful results even with non-zero exit codes (no matches found)
  • find properly handles "file not found" scenarios
  • Generic commands provide clearer error messages

See this entry in the whole of v1.0.7 →