From 771d3e3b73a3d6e581fb938b4aa05264fe701571 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 22 Aug 2024 13:30:53 -0700 Subject: [PATCH] fix: Add shell_commands attribute to Coder class --- aider/coders/base_coder.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index 6dc13b63e..966f75895 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -291,6 +291,8 @@ class Coder: self.io = io self.stream = stream + self.shell_commands = [] + if not auto_commits: dirty_commits = False