Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 4/5 agents 427 findings $12.75 so far

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.84 Home All releases olderv1.0.83 v1.0.85newer
Claude Code v1.0.84

Enhanced File Path Completion

What: Support for quoted file paths in prompts, especially for paths with spaces How to use:

# Now supports quoted paths in prompts
@"path with spaces/file.txt"

# Mixed quoted and unquoted paths work seamlessly
@file1.txt @"folder with spaces/file2.txt" @file3.txt

Details:

  • Handles both @"quoted paths" and @unquoted paths
  • Improved regex patterns for path extraction
  • Better support for paths containing spaces and special characters
  • Works in both command line and interactive modes

See this entry in the whole of v1.0.84 →