The --cloud conflict error now spells out how to pass a session id and where to find one.
What's wrong with this entry?
The hint appended to --cloud conflict errors is now a literal sentence naming the flag form and where session ids come from, instead of interpolating a shared constant.
- Shown when
--cloudconflicts with the current invocation. - Tells you to pass a session id and points at claude.ai/code for the list.
- Behaviour is unchanged beyond the wording and how it is assembled.
To reattach to a cloud session, pass its id: claude --cloud <session-id> (find IDs at claude.ai/code).
Strings lifted out of the shipped bundle, so the claim above can be checked against them.