mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
feat: update coder tracked files when AI comments detected
This commit is contained in:
parent
2ff63aaebf
commit
59ce26f28a
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ class FileWatcher:
|
||||||
if VERBOSE:
|
if VERBOSE:
|
||||||
dump(result)
|
dump(result)
|
||||||
if result:
|
if result:
|
||||||
# ai directly update coder.abs_fnames!
|
# Update coder's tracked files and interrupt input
|
||||||
|
self.coder.abs_fnames.update(changed_files)
|
||||||
self.coder.io.interrupt_input()
|
self.coder.io.interrupt_input()
|
||||||
return
|
return
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue