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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Sync joins publish and live-edit as an action

You'll notice
Useful3 Signal3
Directory Sync

File sync is now a first-class action, and tells you when untracked files are too many to upload.

What

File sync is now a named action wherever publish and live-edit are, with its own failure handling and a device-side sync_files tool. If a directory has too many untracked files to upload in one go, you get a message telling you to add a .gitignore entry or commit the ones you need.

Details
  • "sync" is accepted alongside "publish" and "live-edit" where an action is chosen.
  • A sync_failed case is added to the error handling for forwarded remote tool calls.
Evidence

one sync upload carries; add a .gitignore entry or commit the ones you need

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.248 →