mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Add mock messages; fix CodeBlock ellipses bug
This commit is contained in:
@@ -345,7 +345,7 @@ ${activeEditorContents}`
|
||||
|
||||
return `Changes applied to ${filePath}:\n${diffResult}`
|
||||
} else {
|
||||
this.say("tool", JSON.stringify({ tool: "editedExistingFile", path: filePath } as ClaudeSayTool))
|
||||
this.say("tool", JSON.stringify({ tool: "editedExistingFile", path: filePath, content: " " } as ClaudeSayTool))
|
||||
return `Tool succeeded, however there were no changes detected to ${filePath}`
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user