From ad38339f7494b3b63f2186ec1b2dd5b48be70f38 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Sep 2024 11:06:37 -0700 Subject: [PATCH] Bring commit hashes back from editor_coder, to allow /undo --- aider/coders/architect_coder.py | 1 + 1 file changed, 1 insertion(+) 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