We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efa674 commit e86c0a1Copy full SHA for e86c0a1
src/core/context-tracking/FileContextTracker.ts
@@ -181,6 +181,7 @@ export class FileContextTracker {
181
newEntry.roo_read_date = now
182
newEntry.roo_edit_date = now
183
this.checkpointPossibleFiles.add(filePath)
184
+ this.markFileAsEditedByRoo(filePath)
185
break
186
187
// read_tool/file_mentioned: Roo has read the file via a tool or file mention
0 commit comments