mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-27 17:58:07 +00:00
fix(cli): register 'approvals' in _BUILTIN_SUBCOMMANDS (startup plugin-gating parity)
This commit is contained in:
parent
db90e36202
commit
1e652cca7a
1 changed files with 1 additions and 1 deletions
|
|
@ -14827,7 +14827,7 @@ def _build_provider_choices() -> list[str]:
|
|||
# to parse.
|
||||
_BUILTIN_SUBCOMMANDS = frozenset(
|
||||
{
|
||||
"acp", "auth", "backup", "bundles", "checkpoints", "claw", "completion",
|
||||
"acp", "approvals", "auth", "backup", "bundles", "checkpoints", "claw", "completion",
|
||||
"computer-use",
|
||||
"config", "console", "cron", "curator", "dashboard", "serve", "debug", "doctor",
|
||||
"dump", "egress", "fallback", "gateway", "hooks", "import", "insights",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue