From 8ebd519615a6e1a46ce7e274ba4cc1f98936c8ec Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 30 Sep 2024 14:28:05 -0700 Subject: [PATCH] copy --- HISTORY.md | 4 ++++ aider/website/HISTORY.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index e5c5eceb7..ee66714ed 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,10 @@ # Release history +### Aider v0.58.1 + +- Fixed bug where cache warming pings caused subsequent user messages to trigger a tight loop of LLM requests. + ### Aider v0.58.0 - [Use a pair of Architect/Editor models for improved coding](https://aider.chat/2024/09/26/architect.html) diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index ce0651678..356fd87f8 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,6 +16,10 @@ cog.out(text) # Release history +### Aider v0.58.1 + +- Fixed bug where cache warming pings caused subsequent user messages to trigger a tight loop of LLM requests. + ### Aider v0.58.0 - [Use a pair of Architect/Editor models for improved coding](https://aider.chat/2024/09/26/architect.html)