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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Cloud sessions show a sync panel for project files, settings and plugins

You'll notice
Useful4 Signal3
Cloud Sessions

Cloud sessions show a panel with project files, settings and plugins sync status in plain English.

What

Under the remote session URL, a cloud session now draws three rows (Project files, Settings, Plugins) with a tick or spinner and a plain-English note when something is off, such as "this session was not started from this folder", "sync is switched off on this machine", or "the cloud session restarted without its synced files". The panel refreshes as the session streams, plugins change, and the settings upload and read-back complete.

Details
  • The project files row comes from directory-sync state, the settings row from the settings upload plus its read-back confirmation, and the plugins row from the plugin-forwarding attachment.
  • Plugin rows carry a reason: switched_off when CLAUDE_CODE_DISABLE_PLUGIN_FORWARDING is set, plus not_enabled, attach_failed and pending.
  • The panel is skipped for viewer-only sessions and when no session manager is connected. One further condition in that guard is a minified feature check whose source is unreadable, so there may be a third case where the panel does not draw.
Evidence

this session was not started from this folder

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