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

A session-wide "proactivity level" appears, switched off

Not switched on
Useful2 Signal5
Permissions Notable not in their notes

Proactivity becomes real session state with its own reminder kind and cycle keybinding, off by default.

chat:cycleProactivity and a proactivity system reminder exist, but the picker latch starts false and nothing at startup raises it.

chat:cycleProactivity
What

Claude Code gains a proactivity level as real session state: tool contexts can read it, permission-mode decisions can record that the level decided them, there is a new system reminder kind named "proactivity" alongside attention budget and auto mode, and a keybinding action chat:cycleProactivity cycles it. The picker is behind a per-session latch that starts false and is only raised by code that nothing in normal startup calls, so it is off out of the box.

Details
  • None of this vocabulary existed in the previous build.
  • The latch has explicit set and get functions; the initial value is false.
Evidence

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 →