This commit is contained in:
Paul Gauthier 2024-11-28 10:51:53 -08:00
parent 3785415632
commit 4f3f1c5e23

View file

@ -771,6 +771,7 @@ class Coder:
self.lint_outcome = None
self.test_outcome = None
self.shell_commands = []
self.message_cost = 0
if self.repo:
self.commit_before_message.append(self.repo.get_head_commit_sha())