mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Simpler added_files reply message
This commit is contained in:
parent
3dd150608d
commit
e6883e1072
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ undo_command_reply = (
|
||||||
" why the changes were reverted."
|
" why the changes were reverted."
|
||||||
)
|
)
|
||||||
|
|
||||||
added_files = """I added these files to the chat: {fnames}.
|
added_files = (
|
||||||
|
"I added these files to the chat: {fnames}\nLet me know if there are others we should add."
|
||||||
If you need to propose edits to other existing files not already added to the chat, you *MUST* tell the me their full path names and ask me to *add the files to the chat*. End your reply and wait for my approval. You can keep asking if you then decide you need to edit more files."""
|
)
|
||||||
|
|
||||||
|
|
||||||
run_output = """I ran this command:
|
run_output = """I ran this command:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue