From 0e60dfe5f42311b5c6ef17bfb6704fb09caa4656 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 7 Aug 2024 11:30:57 -0300 Subject: [PATCH] copy --- HISTORY.md | 4 ++++ aider/website/HISTORY.md | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index c00213313..cfe1856c9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,10 @@ ### Aider v0.48.1 - Added `openai/gpt-4o-2024-08-06`. +- Worked around litellm bug that removes OpenRouter app headers when using `extra_headers`. +- Improved progress indication during repo map processing. +- Corrected instructions for upgrading the docker container to latest aider version. +- Removed obsolete limit on 16k token limit on commit diffs. ### Aider v0.48.0 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index a523b16b1..ad32aa8ab 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,6 +16,14 @@ cog.out(text) # Release history +### Aider v0.48.1 + +- Added `openai/gpt-4o-2024-08-06`. +- Worked around litellm bug that removes OpenRouter app headers when using `extra_headers`. +- Improved progress indication during repo map processing. +- Corrected instructions for upgrading the docker container to latest aider version. +- Removed obsolete limit on 16k token limit on commit diffs. + ### Aider v0.48.0 - Performance improvements for large/mono repos.