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.89 Home All releases olderv1.0.88 v1.0.90newer
Claude Code v1.0.89

Ripgrep Error Recovery

What changed: Ripgrep now recovers partial results when interrupted or hitting limits Previous behavior: Lost all results if ripgrep was terminated or hit buffer limits New behavior: Preserves and returns valid partial results, trimming potentially incomplete last lines Impact: More reliable search results in large codebases where ripgrep might hit resource limits

See this entry in the whole of v1.0.89 →