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."