diff --git a/aider/coder.py b/aider/coder.py index 3ba9c6cf7..e98ecd2b9 100755 --- a/aider/coder.py +++ b/aider/coder.py @@ -31,7 +31,7 @@ class Coder: last_modified = 0 repo = None - def __init__(self, main_model, files, pretty, history_file=".coder.history"): + def __init__(self, main_model, files, pretty, history_file): self.history_file = history_file if pretty: