Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Cloud sessions report which host settings they ignored

You'll notice
Useful2 Signal2
Cloud Sessions

A cloud session now reports which of your flags and settings keys it ignored.

What

The startup message a cloud-hosted session sends back now includes a not_applied list, so a tool driving Claude Code can show you once that a command-line flag, a settings key or a startup field was ignored.

Details
  • Each entry has a name of the form --flag, settings.<key>, managed-settings.<key> or initialize.<field>, plus a kind of lost, kept or preference. kept means attaching to an existing session kept that session's configuration instead.
  • Capped at 40 entries, with lost ones listed first.
  • Present only on startup messages from the headless stream-json client of a cloud-hosted session, and absent in every other mode.
Evidence

` not_applied, when present, lists what the host passed that this session does not apply `

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.242 →