diff --git a/aider/io.py b/aider/io.py index f2e5ead25..a365aa1f0 100644 --- a/aider/io.py +++ b/aider/io.py @@ -300,7 +300,7 @@ class InputOutput: res = prompt(question + " ", default=default) hist = f"{question.strip()} {res.strip()}" - self.tool_output(hist) + self.append_chat_history(hist, linebreak=True, blockquote=True) if not res or not res.strip(): return