fix: Add shell_commands attribute to Coder class

This commit is contained in:
Paul Gauthier 2024-08-22 13:30:53 -07:00 committed by Paul Gauthier (aider)
parent 544b8dd800
commit 771d3e3b73

View file

@ -291,6 +291,8 @@ class Coder:
self.io = io
self.stream = stream
self.shell_commands = []
if not auto_commits:
dirty_commits = False