diff --git a/src/auto-reply/reply/commands-subagents-focus.test.ts b/src/auto-reply/reply/commands-subagents-focus.test.ts index b2324ded3aea..06fbe0a98f55 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 b3810059c251..9abbad931bf0 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,