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.59 Home All releases olderv2.1.58 v2.1.61newer
Claude Code v2.1.59

  • Fixed safe-flag parsing for combined short flags in commands like grep and rg (e.g., -A5 is now correctly recognized as -A with value 5 when -A accepts a number) (search for "grep" and "rg" in function Hn7)
  • Improved Remote Control error messaging: users on unsupported plans now see "Error: Remote Control is not yet available on your plan." (search for "Remote Control is not yet available")
  • Fixed line-reference edit operations to properly validate hash mismatches with clear error messages showing expected vs actual hash, preventing silent corruption when files change between reads (search for "LINE#HASH")

See this entry in the whole of v2.1.59 →