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.