reply with new files content on /add

This commit is contained in:
Paul Gauthier 2023-05-10 18:33:04 -07:00
parent 7a0e020c66
commit fcaf4e15c8
3 changed files with 24 additions and 2 deletions

View file

@ -106,3 +106,8 @@ Reply with JUST the commit message, without quotes, comments, questions, etc!
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}
"""