Merge pull request #591 from paul-gauthier/restore-chat-history

Restore prior chat history on launch
This commit is contained in:
paul-gauthier 2024-05-11 07:49:43 -07:00 committed by GitHub
commit 45b2ba8a10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 68 additions and 29 deletions

View file

@ -330,6 +330,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
use_git=args.git,
voice_language=args.voice_language,
aider_ignore_file=args.aiderignore,
max_chat_history_tokens=args.max_chat_history_tokens,
)
except ValueError as err: