refactor: Add TODO for TreeContext-based comment rendering

This commit is contained in:
Paul Gauthier 2024-12-01 08:25:04 -08:00 committed by Paul Gauthier (aider)
parent 5dedb39048
commit c4764fa4d8

View file

@ -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
)