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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Proactivity level carried through session state and the init message, but never filled in

Under the hood
Useful1 Signal4
Proactivity

Proactivity level is threaded through session state, permission modes and the init message, but always empty.

Proactivity plumbing reaches the init message, but the function producing the emitted field returns undefined.

What

Session state gained a proactivity-level change notification, permission-mode resolution now also returns a proactivity value and whether the mode was supplied on invocation, relaunch passes that value along, and the system init message accepts a proactivity state. The function that turns that state into the emitted field is empty and returns undefined, so nothing is reported.

Details
  • No flag gates the plumbing; only the serializer is a no-op.
Evidence

proactivityState

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