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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Git status can report a checkout that is behind its remote

You'll notice
Useful3 Signal3
Git

Git status now names when your checkout is behind its remote and caps untracked files seeded remotely.

What

Branch and worktree comparisons now have a distinct "is behind" result naming the remote, with an explanation that work will start from this checkout's commit rather than the remote tip, as of the last fetch. A separate new message caps how many untracked files can be seeded into a remote session.

Details
  • The untracked-file message names a seed budget limit that the file count exceeded.
  • Not gated.
Evidence

head_behind_remote

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.235 →