feat: Add instructions to /copy-context command

This commit is contained in:
Paul Gauthier 2024-12-12 12:08:29 -08:00 committed by Paul Gauthier (aider)
parent 39fa8ba831
commit e10ef8b9e0
2 changed files with 5 additions and 3 deletions

View file

@ -1417,12 +1417,13 @@ class Commands:
else:
markdown += content + "\n\n"
markdown += """
args = args or ""
markdown += f"""
Just tell me how to edit the files to make the changes.
Don't give me back entire files.
Just show me the edits I need to make.
{args}
"""
try: