Agents: skip eager context warmup for status commands

This commit is contained in:
Vincent Koc
2026-03-15 20:52:09 -07:00
parent 92d5307074
commit 1f50fed3b2
2 changed files with 30 additions and 0 deletions

View File

@@ -114,11 +114,13 @@ const SKIP_EAGER_WARMUP_PRIMARY_COMMANDS = new Set([
"config",
"directory",
"doctor",
"gateway",
"health",
"hooks",
"logs",
"plugins",
"secrets",
"status",
"update",
"webhooks",
]);