mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
refactor: Add placeholder for AI comments refresh in FileWatcher
This commit is contained in:
parent
769a31b7e3
commit
69688cffd6
1 changed files with 5 additions and 1 deletions
|
@ -171,7 +171,11 @@ class FileWatcher:
|
|||
self.io.tool_output()
|
||||
|
||||
# TODO refresh all the ai comments from all the abs_fnames
|
||||
return ""
|
||||
# put them in ai_comments = dict fname -> get_ai_commet()
|
||||
for fname in self.abs_fnames:
|
||||
pass
|
||||
|
||||
# TODO use ai_comments, not self.changed_files in the rest of this method
|
||||
has_bangs = any(
|
||||
comment.strip().endswith("!")
|
||||
for comments in self.changed_files.values()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue