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.1.176 Home All releases olderv2.1.175 v2.1.177newer
Claude Code v2.1.176

sed Command Static Analysis

A new static analyzer for sed commands has been added that validates redirect targets in sed pipelines. It checks for and flags:

  • Commands that carry redirect-borne content that cannot be statically validated (swallowed arguments, unanalyzable heredocs, or expansion in a redirect target)
  • Commands that are over-length or contain characters that bash and the analyzer tokenize differently

These now require explicit approval rather than being auto-allowed.

Evidence

sed analyzer (search for "sed command carries redirect-borne content" and "sed command could not be statically validated")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.176 →