Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

New dedicated errors for oversized/failed ripgrep output collection

Grep searches now report distinct errors when ripgrep output is too large or fails to collect

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.275,
You'll notice

Grep searches now report distinct errors when ripgrep output is too large or fails to collect

What

When Claude Code's grep tool runs a search internally using ripgrep, collecting the output can now fail in two clearly distinct ways:

  • a general RipgrepOutputError, which includes a suggestion to narrow the search
  • a RipgrepOutputTooLargeError, which fires when the search output exceeds a size cap before even a single complete line was produced, with separate messages depending on whether it was standard output or error output that overflowed
Why

This gives clearer, more specific error messages when a search produces too much output, and points toward the fix (narrowing the search) instead of a generic failure.

See this entry in the whole of v2.1.275 →

Feedback