Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Two new reasons a cloud directory sync can be refused

You'll notice
Useful2 Signal2
Cloud Sessions

Cloud directory sync now reports unlistable git trees and too-many-files separately.

What

Directory sync now reports tree_unlistable when the git tree cannot be listed or the remote ref shas fail validation, and tree_too_many_files when the eligible file count exceeds the budget.

Details
  • Both are terminal reasons recorded in the ccr_dir_sync_push telemetry alongside the existing too_many_files and listing_failed.
  • Both are handled the same way as too_many_files by the code that decides what to do after a refused push.
Evidence

tree_too_many_files

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.232 →