mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix(FileContextTracker): mark file as edited by Roo when added to context tracker (#3499)
This commit is contained in:
parent
6efa6746d6
commit
e86c0a165d
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ export class FileContextTracker {
|
|||
newEntry.roo_read_date = now
|
||||
newEntry.roo_edit_date = now
|
||||
this.checkpointPossibleFiles.add(filePath)
|
||||
this.markFileAsEditedByRoo(filePath)
|
||||
break
|
||||
|
||||
// read_tool/file_mentioned: Roo has read the file via a tool or file mention
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue