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

Enhanced sed Command Validation

What: The sed command validator now supports explicit file write permission control.

How it works:

  • New allowFileWrites parameter controls whether in-place editing is permitted
  • When in "acceptEdits" mode, -i and --in-place flags are allowed
  • Otherwise, sed write operations require explicit approval

Details:

  • Function signature changed to accept options object with allowFileWrites
  • Evidence: h92() at line ~314399 with parameter G?.allowFileWrites

See this entry in the whole of v2.0.55 →