From 92e56355c976c89f43b15832dfd3ddb48720dedc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 13 May 2024 11:17:41 -0700 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index a01f33971..93022e489 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,8 @@ - GPT-4o tops the [aider LLM code editing leaderboard](https://aider.chat/docs/leaderboards/) at 72.9%, versus 68.4% for Opus. - GPT-4o takes second on [aider's refactoring leaderboard](https://aider.chat/docs/leaderboards/#code-refactoring-leaderboard) with 62.9%, versus Opus at 72.3%. - Added `--restore-chat-history` to restore prior chat history on launch, so you can continue the last conversation. +- Improved reflection feedback to LLMs using the diff edit format. +- Improved retries on `httpx` errors. ### v0.34.0