mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
Added auto_commits parameter to Coder class constructor.
This commit is contained in:
parent
b018eade37
commit
be882158e4
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Coder:
|
|||
|
||||
def __init__(self, main_model, fnames, pretty, history_file, show_diffs, auto_commits):
|
||||
self.history_file = history_file
|
||||
self.auto_commits = auto_commits
|
||||
|
||||
if pretty:
|
||||
self.console = Console()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue