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

Code-attribution report can be computed against a different repo root than the current session

Fixes the claude/human code-attribution report to use the right repo root when computing contribution splits

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindImprovementsin v2.1.277,
You'll notice

Fixes the claude/human code-attribution report to use the right repo root when computing contribution splits

What

The code-attribution report, which totals up how much of your code came from Claude versus a human, could get confused about which repository it was reporting on. It now separately resolves the repo root that was actually requested and the repo root the current session is really using, and only re-fetches ignored-file information for each root when they differ. Each file's Human/Claude split is now looked up using a key that includes which root it belongs to, with a fallback if the root doesn't match.

Why

This prevents the report from mixing up contribution data across different repository roots, so the numbers you see for a given repo actually reflect that repo.

See this entry in the whole of v2.1.277 →