mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
fix: Add shell_commands attribute to Coder class
This commit is contained in:
parent
544b8dd800
commit
771d3e3b73
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,8 @@ class Coder:
|
||||||
self.io = io
|
self.io = io
|
||||||
self.stream = stream
|
self.stream = stream
|
||||||
|
|
||||||
|
self.shell_commands = []
|
||||||
|
|
||||||
if not auto_commits:
|
if not auto_commits:
|
||||||
dirty_commits = False
|
dirty_commits = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue