mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Bug fixes for openai provider
This commit is contained in:
@@ -917,7 +917,7 @@ export class ClaudeDev {
|
||||
} as ClaudeSayTool)
|
||||
)
|
||||
return `The user accepted but made the following changes to your content:\n\n${userDiff}\n\nFinal result ${
|
||||
fileExists ? "applied to" : "written as new file"
|
||||
fileExists ? "saved to" : "written as new file"
|
||||
} ${relPath}:\n\n${diffResult}`
|
||||
} else {
|
||||
const diffResult = diff.createPatch(relPath, originalContent, newContent)
|
||||
|
||||
Reference in New Issue
Block a user