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 ·

Git-tracked-status check now accounts for a worktree override

Git tracked/untracked file checks now account for an active worktree override

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

Git tracked/untracked file checks now account for an active worktree override

What

When Claude Code checks whether a file is tracked or untracked by git, it now first checks for a worktree path override before falling back to the normal check based on the current working directory. It checks both the override path and the equivalent path relative to the parent repository.

Why

This makes git status checks behave correctly when Claude Code is operating against a worktree (an alternate checkout of a git repository) rather than the main working directory, so tracked/untracked status is reported accurately in that case.

See this entry in the whole of v2.1.275 →