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.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Installing a plugin can now ask you to configure it

You'll notice
Useful4 Signal3
Plugins

Installing a plugin can now walk you through configuring it, if the plugin declares options.

What

Plugin install shows a "Configure <plugin>" dialog for each configuration step a plugin declares, both for the plugin's own options and for each channel server's options. The dialog only appears when the plugin manifest declares them; while it loads you can cancel with the confirm-no binding, which skips configuration entirely.

Details
  • Steps are built from the plugin's userConfig schema and from each channel server's config schema.
  • Answers load and save through separate per-plugin and per-channel stores.
Evidence

Plugin options

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