From 567aaea8347a90ac803339ed20d7b34d99d8c05b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 20 Jul 2023 12:06:00 -0300 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 78e309d3f..c4e57b8b0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,7 @@ ### GitHub main branch +- Updated keyboard interrupt logic so that 2 ^C in 2 seconds always forces aider to exit. - Check pypi for newer versions and notify user. - Provide GPT with detailed error if it makes a bad edit block, ask for a retry. - Force `--no-pretty` if aider detects it is running inside a VSCode terminal.