Matt Rubens 10 месяцев назад
Родитель
Сommit
8d2ba12698
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/Cline.ts

+ 1 - 1
src/core/Cline.ts

@@ -2823,7 +2823,7 @@ export class Cline {
 											// tell the provider to remove the current subtask and resume the previous task in the stack
 											await this.providerRef
 												.deref()
-												?.finishSubTask(`new_task finished successfully! ${lastMessage?.text}`)
+												?.finishSubTask(`Task complete: ${lastMessage?.text}`)
 											break
 										}
 									}