diff --git a/src/auto-reply/reply/commands-subagents-focus.test.ts b/src/auto-reply/reply/commands-subagents-focus.test.ts index b2324ded3ae..06fbe0a98f5 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 b3810059c25..9abbad931bf 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,