From a7e9d473752c668d7040d2f6ff9e03123c3334d6 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:15:05 -0800 Subject: [PATCH] Add comment --- src/core/Cline.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Cline.ts b/src/core/Cline.ts index 85ad1353e9..60bb309038 100644 --- a/src/core/Cline.ts +++ b/src/core/Cline.ts @@ -1291,6 +1291,7 @@ export class Cline { let didApprove = true const { response, text, images } = await this.ask("tool", completeMessage, false) if (response !== "yesButtonClicked") { + // TODO: add similar context for other tool denial responses, to emphasize ie that a command was not run const fileDeniedNote = fileExists ? "The file was not updated, and maintains its original contents." : "The file was not created."