mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
Ask to add /run output to the chat
This commit is contained in:
parent
0ade98dfff
commit
a525a1b543
2 changed files with 26 additions and 3 deletions
|
@ -105,3 +105,13 @@ undo_command_reply = (
|
|||
)
|
||||
|
||||
added_files = "Please note that I shared content of these additional files: {fnames}"
|
||||
|
||||
|
||||
run_output = """I ran this command:
|
||||
|
||||
{command}
|
||||
|
||||
Which produced this output:
|
||||
|
||||
{output}
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue