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.41 Home All releases olderv2.0.37 v2.0.42newer
Claude Code v2.0.41

Glob Operations with Ripgrep (Experimental)

What: Optional performance optimization using ripgrep for file pattern matching

How to use: Requires feature flag tengu_glob_with_rg to be enabled.

Details:

  • Uses rg --files --glob <pattern> for matching
  • Sorts results by modification time
  • Includes hidden files
  • Respects ignore patterns
  • Performance benefit for large codebases
  • Evidence: Feature flag check at line 483919 in pretty-v2.0.41.js (not in v2.0.37)

See this entry in the whole of v2.0.41 →