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 v1.0.72 Home All releases olderv1.0.71 v1.0.73newer
Claude Code v1.0.72

Improved Path Security Validation

What: Enhanced validation for file system commands with clearer security messages Why: Provides better security boundaries and more helpful error messages when paths are restricted How to use: Path validation is automatic for commands like cd, ls, and find. When blocked, you'll see specific messages like:

cd in '/restricted/path' was blocked. For security, Claude Code may only 
change directories to the allowed working directories for this session: [list]

Details:

  • Better handling of glob patterns (*, ?, [, ], {, })
  • Proper tilde expansion (~ and ~/ paths)
  • Improved handling of relative paths with ..
  • More specific error messages for each command type

See this entry in the whole of v1.0.72 →