mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
On /undo, ask GPT to wait before retrying the changes #450
This commit is contained in:
parent
f0531b8b75
commit
877dda2f3d
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ Reply with JUST the commit message, without quotes, comments, questions, etc!
|
|||
"""
|
||||
|
||||
# COMMANDS
|
||||
undo_command_reply = "I did `git reset --hard HEAD~1` to discard the last edits."
|
||||
undo_command_reply = (
|
||||
"I did `git reset --hard HEAD~1` to discard the last edits. Please wait for further"
|
||||
" instructions before attempting that change again. Feel free to ask relevant questions about"
|
||||
" why the changes were reverted."
|
||||
)
|
||||
|
||||
added_files = "I added these *read-write* files: {fnames}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue