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

Sending a session to the cloud cancels the pending resume at the usage-limit reset

You'll notice
Useful3 Signal2
Cloud Sessions

Handing a session to the cloud now cancels a pending auto-resume at the usage-limit reset and tells you.

What

If you hand a session off to the cloud while it is waiting to auto-continue after a usage limit resets, the pending resume is now cancelled and you are told, instead of a resume firing on a machine you have moved off.

Details
  • A new cancellation reason cloud_handoff joins the existing background, desktop, relaunch and process-exit reasons.
  • The notice reads "Automatic continue cancelled ยท sending this session to the cloud, so the task will not resume here on its own when the usage limit resets (continue it in the cloud session)", and is appended to the usage-limit error text.
Evidence

Automatic continue cancelled \xB7 sending this session to the cloud, so the task will not resume here on its own when the usage limit resets (continue it in the cloud session)

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