Skip to content

Commit 364671d

Browse files
committed
fix: remove comment to prevent infinite loop continuation in attempt_completion
1 parent a8fb4d8 commit 364671d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/tools/AttemptCompletionTool.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export class AttemptCompletionTool extends BaseTool<"attempt_completion"> {
8383
const { response, text, images } = await task.ask("completion_result", "", false)
8484

8585
if (response === "yesButtonClicked") {
86-
// Task completed successfully - don't push tool result to prevent loop continuation
8786
return
8887
}
8988

0 commit comments

Comments
 (0)