mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-19 18:40:57 -07:00
Core data structure updates for Rewind functionality (#15714)
This commit is contained in:
@@ -818,9 +818,11 @@ class EditToolInvocation
|
||||
displayResult = {
|
||||
fileDiff,
|
||||
fileName,
|
||||
filePath: this.params.file_path,
|
||||
originalContent: editData.currentContent,
|
||||
newContent: editData.newContent,
|
||||
diffStat,
|
||||
isNewFile: editData.isNewFile,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user