--cloud replaces --remote for cloud sessions#
What's wrong with this entry?
The flag to create or attach to cloud sessions has been renamed from --remote to --cloud. The old --remote continues to work as a deprecated alias so existing scripts don't break.
# Start a new cloud session
claude --cloud "your task description"
# Attach to an existing session by ID
claude --cloud <session-id>
# Attach by claude.ai/code URL
claude --cloud https://claude.ai/code/...- All error messages, help text, and usage examples now use
--cloud --remoteis still accepted but shows in the--helpoutput as "Deprecated alias for --cloud"- The
--bgconflict message has been updated: "Useclaude --cloud '<task>'directly to start a cloud session" - Sessions started with
claude --clouddisplay the correct browser link message
CLI flag rename — all error strings updated (search for "Error: --cloud cannot be combined with")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.