mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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
|
return
|
||||||
|
|
||||||
def copy_context(self):
|
def copy_context(self):
|
||||||
# run cmd_copy_context if self.auto-copy-context ai!
|
if self.auto_copy_context:
|
||||||
pass
|
self.commands.cmd_copy_context()
|
||||||
|
|
||||||
def get_input(self):
|
def get_input(self):
|
||||||
inchat_files = self.get_inchat_relative_files()
|
inchat_files = self.get_inchat_relative_files()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue