mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +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
|
@ -107,7 +107,4 @@ undo_command_reply = (
|
|||
"I did not like those edits, so I did `git reset --hard HEAD~1` to discard them."
|
||||
)
|
||||
|
||||
added_files = """Here is the content of more files:
|
||||
|
||||
{quoted_fnames}
|
||||
"""
|
||||
added_files = "Please note that I shared content of these additional files: {fnames}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue