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.277 ·

New ripgrep spawn-failure diagnostics with cause-specific advice

Ripgrep search failures now explain the specific cause and give targeted advice

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSearch Toolswhat it touches
KindImprovementsin v2.1.277,
You'll notice

Ripgrep search failures now explain the specific cause and give targeted advice

What

When Claude Code's search tool (which uses ripgrep under the hood) fails to even start a search, it now explains why in more specific terms, rather than just reporting that the search failed. Recognized causes include the process or thread limit being reached, the system running out of memory, Claude Code itself having too many files open, or the whole system having too many files open. Each cause comes with targeted advice, for example telling the user that Claude Code needs a restart when the problem is too many files open by Claude Code (an "EMFILE" error).

Why

This helps users understand and fix search failures instead of just seeing a generic error, and makes clear that when ripgrep can't start, nothing was searched and matching results may still exist.

See this entry in the whole of v2.1.277 →

Feedback