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 ·

Git working-tree snapshot sync now records detailed timing stats

Git status syncing now records how long the file listing and history read each took

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

Git status syncing now records how long the file listing and history read each took

What

When Claude Code takes a snapshot of your git working tree's state (used to keep track of file and commit changes), it now records timing details: listingMs (time spent listing the working tree), historyMs (time spent reading commit history), and listingEmpty (whether the listing came back empty).

Why

This is internal diagnostic data that helps identify whether slowness in git syncing comes from listing files or reading history, rather than a change you'll notice directly.

See this entry in the whole of v2.1.265 →

Feedback