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 v2.0.56 Home All releases olderv2.0.55 v2.0.57newer
Claude Code v2.0.56

Heredoc Parsing Improvements

What: Better handling of heredocs in bash commands, including comment detection and nested heredoc filtering.

Details:

  • New function cS3() at line 507823 detects if position is inside a comment
  • Unique session-based heredoc markers via uS3() at line 507807
  • Filters out nested heredocs that appear inside other heredocs
  • Evidence: pF0() at line 507843, cS3() at line 507823

See this entry in the whole of v2.0.56 →