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

Plugin subcommand help now comes from one table, with eval commands hidden

Not switched on
Useful2 Signal2
Plugins

Plugin subcommand help now comes from one table, with eval commands hidden by default.

eval and eval init are registered but filtered out of plugin help unless early access is on, which it is not by default.

claude plugin
What

Every claude plugin ... subcommand takes its usage line, aliases and description from a single registry instead of inline strings. Entries marked as early access, currently eval and eval init, are filtered out of the listing unless early access is switched on, which it is not by default in this build.

Details
  • Visibility of the eval commands is decided by a server-side flag with an off fallback, overridable locally with CLAUDE_CODE_WALNUT_SPIRE.
Evidence

earlyAccess: "pluginEval"

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