From 2918edc38efa63f40c1fccf1ecb4c0361e7961a8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 4 Jan 2024 07:40:01 -0800 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 618abee1a..5ecd8d564 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,22 @@ # Release history +### v0.20.0 + +- Add images to the chat to automatically use GPT-4 Vision, by @joshuavial +- Improved unicode encoding for `/run` command output, by @ctoth +- Bugfix to prevent false auto-commits on Windows, by @ctoth + +### v0.19.1 + +- Removed stray debug output. + +### v0.19.0 + +- [Significantly reduced "lazy" coding from GPT-4 Turbo due to new unified diff edit format](https://aider.chat/docs/unified-diffs.html) + - Score improves from 20% to 61% on new "laziness benchmark". + - Aider now uses unified diffs by default for `gpt-4-1106-preview`. +- New `--4-turbo` command line switch as a shortcut for `--model gpt-4-1106-preview`. + ### v0.18.1 - Upgraded to new openai python client v1.3.7.