mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
fix: skip context copy when using placeholder input
This commit is contained in:
parent
bb4c61e9cc
commit
4a37d07acb
1 changed files with 2 additions and 1 deletions
|
@ -797,6 +797,7 @@ class Coder:
|
|||
return self.partial_response_content
|
||||
while True:
|
||||
try:
|
||||
if not self.io.placeholder:
|
||||
self.copy_context()
|
||||
user_message = self.get_input()
|
||||
self.run_one(user_message, preproc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue