mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
refactor: Add TODO for TreeContext-based comment rendering
This commit is contained in:
parent
5dedb39048
commit
c4764fa4d8
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ class FileWatcher:
|
|||
if line_nums:
|
||||
ai_comments[fname] = comments
|
||||
|
||||
# instead of just joining the comments, use TreeContext to render them in context of their files ai!
|
||||
res = "\n".join(
|
||||
comment for comments in ai_comments.values() if comments for comment in comments
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue