From 426e03ba13cb314b068f5c5ec5916685d1a55fbb Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 5 Mar 2025 12:25:46 -0500 Subject: [PATCH] Update src/core/Cline.ts --- src/core/Cline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Cline.ts b/src/core/Cline.ts index f46f040c63..0c8129811b 100644 --- a/src/core/Cline.ts +++ b/src/core/Cline.ts @@ -2847,7 +2847,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 } }