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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Cloud sessions warn when the command-line prompt never arrived

You'll notice
Useful3 Signal2
Cloud Sessions

If your command-line prompt never reached a cloud session, you now get told to send it again.

What

A remote session holds back the prompt you passed on the command line until sync is ready. If that send then fails, you now get a warning saying it "wasn't delivered ... please send it again", and a separate wording when the send could not be confirmed to have reached the cloud session, rather than the prompt disappearing quietly.

Details
  • A related callback warns once per undelivered response instead of repeating.
  • Permission modes seeded onto the session when attaching are reported through telemetry tengu_remote_permission_mode_adopted.
Evidence

It wasn't delivered to the cloud session; please send it again.

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