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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Proactivity level is carried across a restart

Under the hood
Useful1 Signal3
Permissions

Relaunching Claude Code keeps your proactivity level and permission context instead of resetting them.

What

When Claude Code relaunches itself, for the in-place upgrade that prints "Switching to latest Claude Code… reconnecting" or after signing in, it now hands the chosen proactivity level and the current tool permission context to the replacement process instead of letting them reset.

Evidence

proactivityLevel: t.getProactivityLevel(),

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