mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
Avoid sending 2 copies of the added files
This commit is contained in:
parent
b139dbf475
commit
35a4a14a6a
4 changed files with 4 additions and 13 deletions
|
@ -164,13 +164,7 @@ class Commands:
|
|||
if not added_fnames:
|
||||
return
|
||||
|
||||
quoted_fnames = self.coder.get_files_content(added_fnames)
|
||||
reply = prompts.added_files.format(quoted_fnames=quoted_fnames)
|
||||
|
||||
from aider.dump import dump
|
||||
|
||||
dump(reply)
|
||||
|
||||
reply = prompts.added_files.format(fnames=", ".join(added_fnames))
|
||||
return reply
|
||||
|
||||
def completions_drop(self, partial):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue