This commit is contained in:
Paul Gauthier 2024-09-30 14:28:05 -07:00
parent bfcba012fa
commit 8ebd519615
2 changed files with 8 additions and 0 deletions

View file

@ -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)

View file

@ -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)