mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: implement auto copy context functionality
This commit is contained in:
parent
75d8982b23
commit
7a1c1982f0
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue