Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Ripgrep spawn helper rewritten with streaming truncated buffers and richer failure handling

Internal ripgrep process runner rewritten for streaming output and clearer failure types

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

Internal ripgrep process runner rewritten for streaming output and clearer failure types

What

The internal component that runs ripgrep (used to power search/grep) was rewritten. Output from the search process is now collected with a streaming buffer instead of simple string concatenation, there is a new error path for when writing to the process's input fails, and failures are now reported with distinct error types depending on the cause: file-not-found, an internal range error, or a generic spawn failure.

Why

This is mostly an internal reliability change. It should make search and grep failures more consistent and better labeled, though it is largely invisible to end users beyond clearer error messages when something goes wrong.

See this entry in the whole of v2.1.275 →