Added --restore-chat-history

This commit is contained in:
Paul Gauthier 2024-05-13 11:09:28 -07:00
parent 6d75dc62d7
commit ea05cf05e1
4 changed files with 14 additions and 2 deletions

View file

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