mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add comment
This commit is contained in:
parent
5141bd9e6c
commit
a7e9d47375
1 changed files with 1 additions and 0 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue