From b2f36a786d395e60aaf38738b260ff79d8c27431 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 22 Jan 2024 14:49:15 -0800 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index f326a73db..8cdb1b137 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # Release history +### main + +- Improvements for unified diff editing format. +- Added ! as an alias for /run. +- Autocomplete for /add and /drop now properly quotes filenames with spaces. +- The /undo command asks GPT not to just retry reverted edit. + ### v0.21.1 - Bugfix for unified diff editing format.