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

Groundwork for a proactivity setting

Not switched on
Useful2 Signal5
Permissions Notable

Sessions carry a proactivity level with a cycle keybinding, but the picker cannot be opened.

Proactivity state and a cycle action exist, hidden from the keybinding docs and behind a switch nothing sets.

What

Session state gains a proactivity level, initialised to default, and it is passed into tool-use contexts, subagent relaunch payloads and permission-mode resolution. A keybinding action for cycling proactivity exists but is filtered out of the generated keybindings documentation, and the switch that would show the selector defaults to false with nothing in this build setting it, so the UI is unreachable here.

Details
  • A proactivity system-reminder type is registered in both reminder sets.
  • Relaunch payloads carry the proactivity level together with the tool permission context.
Evidence

chat:cycleProactivity

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 →