Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.47 Home All releases olderv2.1.45 v2.1.48newer
Claude Code v2.1.47

Agent Worktree Cleanup

What

Better management and cleanup of git worktrees created by agents.

Details
  • Detects when agent worktree has uncommitted changes: "Agent worktree has changes, keeping:"
  • Logs worktree removal: "Removed agent worktree at:"
  • Handles branch cleanup failures gracefully
Evidence

Worktree management (search for "Agent worktree has changes", "worktreePath:")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.47 →