fix(cli): register 'approvals' in _BUILTIN_SUBCOMMANDS (startup plugin-gating parity)
This commit is contained in:
parent
db90e36202
commit
1e652cca7a
|
|
@ -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…
Reference in New Issue