You can name a plugin or custom command help or feedback and it will work in claude -p runs.
What's wrong with this entry?
A plugin or custom command named help or feedback is no longer shadowed by the built-ins during claude -p style runs.
- Command alias de-duplication skips reserving
helpandfeedbackfor commands that cannot run non-interactively, when the session is non-interactive. - Interactive sessions are unchanged; the built-ins still take those names there.
Qua = new Set(["help", "feedback"])
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.232
/feedback dispatches straight from the command menu
Both mention feedback slash command
-
v2.1.234
A crashing slash command now tells you it crashed
Both mention slash command
-
v2.1.234
A command can decide from its arguments whether it counts as sensitive
Both mention slash command