feat: implement auto copy context functionality

This commit is contained in:
Paul Gauthier (aider) 2024-12-05 20:35:04 -08:00
parent 75d8982b23
commit 7a1c1982f0

View file

@ -807,8 +807,8 @@ class Coder:
return
def copy_context(self):
# run cmd_copy_context if self.auto-copy-context ai!
pass
if self.auto_copy_context:
self.commands.cmd_copy_context()
def get_input(self):
inchat_files = self.get_inchat_relative_files()