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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Remote sessions can push a permission mode to the local session

You'll notice
Useful4 Signal4
Cloud Sessions Notable

A cloud session can now change your local session's permission mode, if the mode passes validation.

What

A cloud or remote session can now broadcast a permission mode change and have the local session adopt it, provided the mode is one of the allowed values and the local validator accepts it.

Details
  • Rejected broadcasts are logged rather than applied silently, and accepted ones are logged too.
  • The remote control-request path also counts successful set_permission_mode calls.
  • Only runs in the remote/cloud session wiring; local-only sessions are unaffected.
Evidence

[remote] Applied permission-mode broadcast:

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.236 →