mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(cli): add skin to _BUILTIN_SUBCOMMANDS for plugin gating
The new hermes skin subcommand must be declared so startup plugin discovery can skip when the user targets it.
This commit is contained in:
parent
300a0f1530
commit
ef81d9d485
1 changed files with 1 additions and 1 deletions
|
|
@ -13101,7 +13101,7 @@ _BUILTIN_SUBCOMMANDS = frozenset(
|
|||
"project", "proxy",
|
||||
"prompt-size",
|
||||
"send", "sessions", "setup",
|
||||
"skills", "slack", "status", "tools", "uninstall", "update",
|
||||
"skin", "skills", "slack", "status", "tools", "uninstall", "update",
|
||||
"version", "webhook", "whatsapp", "whatsapp-cloud", "chat", "secrets", "security",
|
||||
# Help-ish invocations — plugin commands not being listed in
|
||||
# top-level --help is an acceptable trade-off for skipping an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue