Skip to content

Commit 74725f9

Browse files
committed
non interactive option
1 parent c6ae8c0 commit 74725f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/task/Task.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ export class Task extends EventEmitter<ClineEvents> {
508508
false /* partial */,
509509
undefined /* checkpoint */,
510510
undefined /* progressStatus */,
511-
undefined /* options */,
511+
{ isNonInteractive: true } /* options */,
512512
contextCondense,
513513
)
514514
}
@@ -1531,7 +1531,7 @@ export class Task extends EventEmitter<ClineEvents> {
15311531
false /* partial */,
15321532
undefined /* checkpoint */,
15331533
undefined /* progressStatus */,
1534-
undefined /* options */,
1534+
{ isNonInteractive: true } /* options */,
15351535
contextCondense,
15361536
)
15371537
}

0 commit comments

Comments
 (0)