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

Background queries pass a proactivity level that is always undefined

Under the hood
Useful1 Signal4
Proactivity

Background queries carry a "proactivity level" whose supplier is empty, so it is always undefined.

A proactivity level is threaded through internal queries but the helper producing it has an empty body.

What

Internal one-shot queries such as summarisation, title generation and permission helpers now include a proactivity level in their options. The helper that supplies it has an empty body, so the value is undefined at every call site.

Details
  • A matching proactivity-level change notifier was added to the session config class.
Evidence

notifyProactivityLevelChanged

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 →