diff --git a/src/auto-reply/reply/commands-subagents-focus.test.ts b/src/auto-reply/reply/commands-subagents-focus.test.ts index b2324ded3a..06fbe0a98f 100644 --- a/src/auto-reply/reply/commands-subagents-focus.test.ts +++ b/src/auto-reply/reply/commands-subagents-focus.test.ts @@ -175,7 +175,6 @@ function buildCommandParams(params?: { invalidExecNode: false, hasStatusDirective: false, hasModelDirective: false, - hasTraceDirective: false, hasQueueDirective: false, queueReset: false, hasQueueOptions: false, diff --git a/src/auto-reply/reply/commands-subagents-spawn-action.test.ts b/src/auto-reply/reply/commands-subagents-spawn-action.test.ts index b3810059c2..9abbad931b 100644 --- a/src/auto-reply/reply/commands-subagents-spawn-action.test.ts +++ b/src/auto-reply/reply/commands-subagents-spawn-action.test.ts @@ -57,7 +57,6 @@ function buildContext(params?: { invalidExecNode: false, hasStatusDirective: false, hasModelDirective: false, - hasTraceDirective: false, hasQueueDirective: false, queueReset: false, hasQueueOptions: false,