mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
Merge branch 'main' into encodings
This commit is contained in:
commit
6cb4428cb7
1 changed files with 4 additions and 0 deletions
|
@ -341,6 +341,10 @@ class Commands:
|
||||||
else:
|
else:
|
||||||
other_files.append(file)
|
other_files.append(file)
|
||||||
|
|
||||||
|
if not chat_files and not other_files:
|
||||||
|
self.io.tool_output("\nNo files in chat or git repo.")
|
||||||
|
return
|
||||||
|
|
||||||
if chat_files:
|
if chat_files:
|
||||||
self.io.tool_output("Files in chat:\n")
|
self.io.tool_output("Files in chat:\n")
|
||||||
for file in chat_files:
|
for file in chat_files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue