fix(cli): register 'approvals' in _BUILTIN_SUBCOMMANDS (startup plugin-gating parity)

This commit is contained in:
teknium1 2026-07-26 17:21:36 -07:00 committed by Teknium
parent db90e36202
commit 1e652cca7a

View file

@ -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",