You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Call saveChanges to update the DiffViewProvider properties
166
+
awaitcline.diffViewProvider.saveChanges()
167
167
168
168
// Track file edit operation
169
169
if(relPath){
@@ -178,33 +178,13 @@ export async function applyDiffTool(
178
178
partFailHint=`But unable to apply all diff parts to file: ${absolutePath}, silently use <read_file> tool to check newest file version and re-apply diffs\n`
`The user made the following updates to your content:\n\n${userEdits}\n\n`+
193
-
partFailHint+
194
-
`The updated content, which includes both your original modifications and the user's edits, has been successfully saved to ${relPath.toPosix()}. Here is the full, updated content of the file, including line numbers:\n\n`+
`The user made the following updates to your content:\n\n${userEdits}\n\n`+
232
-
`The updated content, which includes both your original modifications and the user's edits, has been successfully saved to ${relPath.toPosix()}. Here is the full, updated content of the file, including line numbers:\n\n`+
0 commit comments