fix(FileContextTracker): mark file as edited by Roo when added to context tracker (#3499)

This commit is contained in:
Sam Hoang Van 2025-05-25 02:15:06 +07:00 committed by GitHub
parent 6efa6746d6
commit e86c0a165d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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