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

Fast-resume worktree reset now logs why it was skipped, and picks filter-driver-aware git args

Fast-resume worktree checks now log a specific reason when they bail out instead of failing silently

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaWorktreeswhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Fast-resume worktree checks now log a specific reason when they bail out instead of failing silently

What

When Claude Code tries to quickly resume an existing git worktree, it first checks the repository's status. If that status check fails or shows uncommitted changes, it now logs a specific diagnostic message, such as status failed (code N) or tree read dirty under filter-driver-off pins, instead of just quietly giving up. The path also now accounts for filter-driver arguments (git settings that affect how file content is transformed on checkout) when deciding how to proceed.

Why

Having a specific logged reason makes it much easier to figure out why a worktree resume was skipped, rather than it just silently falling back to a slower path.

See this entry in the whole of v2.1.265 →

Feedback