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 ·

Attribution tracking gains multi-root support

Code-attribution tracking now supports multiple project roots

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.277,
Under the hood

Code-attribution tracking now supports multiple project roots

What

The attribution tracker that records how much of each file's content came from Claude versus a human (used for the code-attribution report) now records an optional root alongside each file's content hash, Claude-contribution data, and modification time. The key used to look up a file's attribution state is now computed relative to a resolved root, instead of using a flat path-based key as before.

Why

This lets attribution tracking correctly handle files across multiple project roots, rather than assuming everything lives under a single root.

See this entry in the whole of v2.1.277 →