mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
feat: add user input logging and history for /run command responses
This commit is contained in:
parent
92667c7963
commit
9c35556c2a
2 changed files with 3 additions and 3 deletions
|
@ -481,9 +481,6 @@ class InputOutput:
|
|||
else:
|
||||
res = prompt(question + " ", default=default, style=style)
|
||||
|
||||
if res.strip():
|
||||
self.user_input(res, log_only=True)
|
||||
|
||||
hist = f"{question.strip()} {res.strip()}"
|
||||
self.append_chat_history(hist, linebreak=True, blockquote=True)
|
||||
if self.yes in (True, False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue