mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update write_to_file response
This commit is contained in:
parent
e6487f4e0b
commit
94fd9e8f47
1 changed files with 1 additions and 1 deletions
|
|
@ -1068,7 +1068,7 @@ export class ClaudeDev {
|
|||
diff: this.createPrettyPatch(relPath, normalizedNewContent, normalizedEditedContent),
|
||||
} as ClaudeSayTool)
|
||||
)
|
||||
return `The user made the following updates to your content:\n\n${userDiff}\n\nThe updated content, which includes both your original modifications and the user's additional edits, has been successfully saved to ${relPath}.`
|
||||
return `The user made the following updates to your content:\n\n${userDiff}\n\nThe updated content, which includes both your original modifications and the user's additional edits, has been successfully saved to ${relPath}. Note this does not mean you need to re-write the file with the user's changes, they have already been applied to the file.`
|
||||
} else {
|
||||
return `The content was successfully saved to ${relPath}.`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue