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.113 Home All releases olderv1.0.112 v1.0.114newer
Claude Code v1.0.113

Automatic Trailing Whitespace Removal

What: All file writes and edits now automatically remove trailing whitespace from each line Details:

  • Applies to Write tool operations (line 394194)
  • Applies to Edit tool operations (line 386716)
  • Preserves line endings while cleaning trailing spaces
  • Ensures cleaner, more consistent code formatting
  • Evidence: hC0() function at line 386524, not present in v1.0.112

See this entry in the whole of v1.0.113 →