diff --git a/aider/getinput.py b/aider/getinput.py index adf229a33..8e49d8016 100644 --- a/aider/getinput.py +++ b/aider/getinput.py @@ -64,6 +64,8 @@ class InputOutput: else: self.console = Console(force_terminal=True, no_color=True) + self.append_chat_history('# New session started', False) + def canned_input(self, show_prompt): console = Console()