Remote sessions could inherit your local permission mode and effort level, but no value is compiled in.
Forwarding permissions.defaultMode and effort into claude --remote and reporting the decision both sit behind remote flags with no compiled value.
tengu_violin_strad Off in both readingsThe flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.
This account: off · anonymous baseline: off · compiled default in v2.1.238: not a boolean we can read
tengu_violin_wood Off in both readingsThe flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.
This account: off · anonymous baseline: off · compiled default in v2.1.238: on
Read once, for one account on one subscription tier, against v2.1.238. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
Claude Code can now take the default permission mode and effort level from your local settings, forward them into a session started with claude --remote, and report at startup what it decided. Both halves sit behind remote feature flags that have no value compiled into this build, so with no server configuration a remote session still starts without your local permissions.defaultMode and nothing about the decision is reported.
- Forwarding requires the remote flag
tengu_violin_strad, which is looked up from the server, has no value compiled into the build, and is treated as false if the lookup throws. - The forwarding check ANDs an existing precondition with that flag lookup, and its single result is passed to remote-session setup both as the general gate and as the flag deciding whether the settings mode is forwardable.
- A new helper assembles the startup report: whether a settings default was considered, whether one is present, its value, the active mode and the effort.
- Every field of that report except the presence bit,
settingsDefaultModePresent, is blanked unless bothtengu_violin_woodandtengu_violin_stradare on, and both are compiled with a false fallback.
tengu_violin_strad, settingsDefaultModePresent
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.232
IDE hosts can drive the auto-mode default nudge
Both mention default mode
-
v2.1.225
Auto-default nudge actually flips the mode, and reports the outcome
Both mention default mode
-
v2.1.225
VS Code-owned sessions get their own settings defaultMode handling
Both mention default mode