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

Cloud sessions now report turn activity to the environment manager

Under the hood
Useful2 Signal3
Cloud Sessions

Cloud sessions now report turn start, progress and end to the environment manager.

What

The hook that drives a remote (cloud) session builds an environment-manager driver and notifies it as frames arrive from the stream: turn-in-flight on assistant, stream-event and requesting-status frames and on every tool-progress frame, worker-init on the init frame, and turn-ended on a result frame.

Details
  • These lifecycle notifications already existed in 2.1.246; what is new is that the remote session stream drives them, so the cloud environment manager sees turn activity.
  • The driver is only constructed when two conditions pass and the session is not viewer-only. The two conditions are not tied to any named flag or setting in the build, so whether the driver exists for a given cloud session is decided by that unnamed logic.
Evidence

onTurnInFlight

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