The hidden --no-home-settings flag becomes --forward-home-settings true or false, so you can force it on.
What's wrong with this entry?
The hidden cloud-session flag controlling whether this machine's settings go into the session is now tri-state. You can force forwarding on for one launch as well as off, rather than only opting out. The default is unchanged: with the flag absent, settings are still forwarded.
- Accepts
true|falseand1|0; anything else is an error. - A forced value stands in for the stored choice for that launch only and is not saved.
- Passing it without
--cloudor--environmentnow errors with new wording. - The old
--no-home-settingsspelling is gone from the build.
claude --cloud --forward-home-settings false--forward-home-settings <true|false>, Error: --forward-home-settings says whether this machine's settings go into a cloud session; pass --cloud (a new session, or one to attach to) or --environment
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.