From bdae74a9a802511c56fd39c94d9a11b5f9a37295 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 17 May 2023 16:19:15 -0700 Subject: [PATCH] Ask the user to retry their cmd if we interrupt with an autocommit --- aider/coder.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aider/coder.py b/aider/coder.py index b85379383..05c2a4a64 100755 --- a/aider/coder.py +++ b/aider/coder.py @@ -222,6 +222,9 @@ class Coder: ] self.cur_messages = [] + self.io.tool("Use up-arrow to retry previous command:", inp) + return + if not inp: return