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

Worktree prune failures no longer surface git's stderr

Worktree cleanup failures now show a generic message instead of git's actual error text

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaWorktreeswhat it touches
KindBug Fixesin v2.1.271,
You'll notice

Worktree cleanup failures now show a generic message instead of git's actual error text

What

When Claude Code removes a worktree (a separate working copy of a repository) and the cleanup step (git worktree prune) fails or is skipped, the warning shown now just says pruning 'was skipped or failed' without the underlying git error text that used to be logged.

Why

The message is now less detailed, which may make it harder to diagnose why a prune step failed, though the simpler wording is easier to read at a glance.

See this entry in the whole of v2.1.271 →