diff --git a/aider/coders/architect_coder.py b/aider/coders/architect_coder.py index 983c0e11b..0410ca052 100644 --- a/aider/coders/architect_coder.py +++ b/aider/coders/architect_coder.py @@ -38,3 +38,4 @@ class ArchitectCoder(AskCoder): self.move_back_cur_messages("I made those changes to the files.") self.total_cost = editor_coder.total_cost + self.aider_commit_hashes = editor_coder.aider_commit_hashes