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

Cloud sessions can pick a model for you when you start one

You'll notice
Useful3 Signal3
Cloud Sessions

Starting an interactive cloud session now picks a model and permission mode for you, announcing changes.

What

Starting an interactive cloud session now works out a model and permission mode for you rather than leaving both unset. It can seed a model automatically, keep or drop a mode from your settings, take a model from the repository, or displace a trusted plan mode, and it prints a [remote] notice when it changes something.

Details
  • Two new permission-mode sources are recorded: model_auto when the seeded model decided the mode, and model_auto_over_settings when that decision overrode your settings.
  • A tengu_remote_model_gate_hint event fires only when the decision actually did something, so a session that needed no seeding is silent.
  • No flag guards the event itself.
Evidence

tengu_remote_model_gate_hint

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 →