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.
What's wrong with this entry?
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.
- Visibility of the eval commands is decided by a server-side flag with an off fallback, overridable locally with
CLAUDE_CODE_WALNUT_SPIRE.
earlyAccess: "pluginEval"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.