Cloud flags like --pool and --ref no longer swallow their values as your prompt.
What's wrong with this entry?
Claude Code does a quick scan of the command line before the real argument parser runs, to find the positional prompt. That scan now knows --environment, --pool, --ref, --on-branch, --correlation-id and --forward-home-settings each take a value, so those values are no longer mistaken for your prompt or for another flag's argument.
- All six are real options elsewhere in the build, including the hidden
--forward-home-settings <true|false>and--on-branch/--reffor cloud pool revisions.
--forward-home-settings
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.224
Start a cloud session on a self-hosted environment with
--environmentBoth mention environment pool branch correlation