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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Groundwork for clickable buttons in plugin UI

Not switched on
Useful1 Signal3
Plugins

The hooks worker protocol learned press messages so plugin buttons can report back.

Press and press_release plumbing plus a Button renderer exist, but nothing in the shipped UI exposes them.

What

The hooks worker protocol now handles press and press_release messages and answers with press_result or press_error, and the plugin UI renderer maps a Button node to a component bound to its plugin, handle and label. This is plumbing for interactive plugin surfaces; nothing in the shipped UI exposes it yet.

Evidence

press_release

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