Skip to content

Commit e86c0a1

Browse files
authored
fix(FileContextTracker): mark file as edited by Roo when added to context tracker (#3499)
1 parent 6efa674 commit e86c0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/context-tracking/FileContextTracker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ export class FileContextTracker {
181181
newEntry.roo_read_date = now
182182
newEntry.roo_edit_date = now
183183
this.checkpointPossibleFiles.add(filePath)
184+
this.markFileAsEditedByRoo(filePath)
184185
break
185186

186187
// read_tool/file_mentioned: Roo has read the file via a tool or file mention

0 commit comments

Comments
 (0)