diff --git a/scripts/update-history.py b/scripts/update-history.py index 968210a63..c4d4e5bce 100755 --- a/scripts/update-history.py +++ b/scripts/update-history.py @@ -81,7 +81,7 @@ def main(): # Construct and run the aider command message = history_prompt.format(aider_line=aider_line) - cmd = ["aider", hist_path, "--read", diff_path, "--msg", message, "--no-auto-commit"] + cmd = ["aider", hist_path, "--read", diff_path, "--msg", message, "--no-git", "--no-auto-lint"] subprocess.run(cmd) # Read back the updated history