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

File sync reports two new reasons for switching itself off

You'll notice
Useful2 Signal2
Cloud Sessions

Per-turn file sync now explains two more reasons it switched itself off mid-session.

What

Per-turn file sync, which keeps a cloud session's files in step as a turn runs, previously only turned itself off for having too many files. It now also turns off when it cannot list the repository tree, and when the tree it cloned exceeds what per-turn sync can track, each with its own explanation naming the cloud session's originating commit or cloned repository.

Details
  • The two new reasons are recorded as tree_unlistable and tree_too_many_files, joining the existing too-many-files abort in a shared set of shutoff reasons.
  • Each reason carries its own user-facing sentence rather than a generic failure.
Evidence

File sync is off for this session: the repository the cloud session cloned has more files than per-turn sync can track

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 →