feat: improve AI comment handling and documentation

This commit is contained in:
Paul Gauthier 2024-12-06 08:46:52 -08:00 committed by Paul Gauthier (aider)
parent 117b7afd81
commit 9639395937
3 changed files with 46 additions and 3 deletions

View file

@ -1432,7 +1432,7 @@ Just show me the edits I need to make.
"""
pyperclip.copy(markdown)
self.io.tool_output("Copied context to clipboard.")
self.io.tool_output("Copied code context to clipboard.")
def expand_subdir(file_path):