From fc151c818f6e3f53243a267e10654961d38f77f2 Mon Sep 17 00:00:00 2001 From: Xiaohan-Tian <157918347+Xiaohan-Tian@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:19:28 -0700 Subject: [PATCH] remove debug info from AttemptCompletionTool. --- src/agent/tools/AttemptCompletionTool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/tools/AttemptCompletionTool.ts b/src/agent/tools/AttemptCompletionTool.ts index be8da7d..8e2f271 100644 --- a/src/agent/tools/AttemptCompletionTool.ts +++ b/src/agent/tools/AttemptCompletionTool.ts @@ -39,7 +39,7 @@ export class AttemptCompletionTool extends BaseTool { agentState.setIsWorkingOnTask(false); return this.createSuccessResult( - `Task completed: ${comment}. Agent task status updated to not working.` + `Task completed: ${comment}. ` ); } catch (error) {