فهرست منبع

Update src/core/Cline.ts

Matt Rubens 10 ماه پیش
والد
کامیت
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
 											// tell the provider to remove the current subtask and resume the previous task in the stack
 											await this.providerRef
 											await this.providerRef
 												.deref()
 												.deref()
-												?.finishSubTask(`new_task finished successfully! ${lastMessage?.text}`)
+												?.finishSubTask(`Task complete: ${lastMessage?.text}`)
 											break
 											break
 										}
 										}
 									}
 									}