diff --git a/hermes_cli/main.py b/hermes_cli/main.py index 1f82af8c7cd8..37ba0c559c16 100644 --- a/hermes_cli/main.py +++ b/hermes_cli/main.py @@ -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",