From 1e652cca7aec9f925c3445ba7103fd69ced89061 Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:21:36 -0700 Subject: [PATCH] fix(cli): register 'approvals' in _BUILTIN_SUBCOMMANDS (startup plugin-gating parity) --- hermes_cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",