diff --git a/src/core/Cline.ts b/src/core/Cline.ts index 57309b1b79..f46f040c63 100644 --- a/src/core/Cline.ts +++ b/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 } }