mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
wip: Added chat history message for new session.
This commit is contained in:
parent
ca6a214b1a
commit
0d11873683
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue