Added support for logging LLM history to a specified file.

This commit is contained in:
Daniel Vainsencher 2024-06-07 09:48:23 -04:00
parent 8896909e19
commit e6e360a4ef
4 changed files with 27 additions and 12 deletions

View file

@ -258,6 +258,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
tool_error_color=args.tool_error_color,
dry_run=args.dry_run,
encoding=args.encoding,
llm_history_file=args.llm_history_file,
)
fnames = [str(Path(fn).resolve()) for fn in args.files]