From b551e29de308a7c132b59ec56fba5c74634dd0e4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 26 Sep 2024 13:34:29 -0700 Subject: [PATCH] copy --- HISTORY.md | 14 ++++++++++++++ aider/website/HISTORY.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index d48e27a15..d78f259d1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,20 @@ # Release history +### main branch + +- [Use a pair of Senior/Junior models for improved coding](https://aider.chat/2024/09/26/senior-junior.html) + - Use a strong reasoning model like o1-preview as your Senior coder. + - Use a cheaper, faster model like gpt-4o as your Junior coder. +- New `--o1-preview` and `--o1-mini` shortcuts. +- New settings for completion menu colors, by @smh. +- New `--voice-format` switch to send voice audio as wav/mp3/webm, by @mbailey. +- Support for new Gemini 002 models. +- Will now follow HTTP redirects when scraping urls. +- Support for litellm's `extra_body` parameter, by @hypn4. +- Support for cursor shapes when in vim mode. +- Numerous bug fixes. + ### Aider v0.57.1 - Fixed dependency conflict between aider-chat[help] and [playwright]. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index b404bd063..63ac05679 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,6 +16,20 @@ cog.out(text) # Release history +### main branch + +- [Use a pair of Senior/Junior models for improved coding](https://aider.chat/2024/09/26/senior-junior.html) + - Use a strong reasoning model like o1-preview as your Senior coder. + - Use a cheaper, faster model like gpt-4o as your Junior coder. +- New `--o1-preview` and `--o1-mini` shortcuts. +- New settings for completion menu colors, by @smh. +- New `--voice-format` switch to send voice audio as wav/mp3/webm, by @mbailey. +- Support for new Gemini 002 models. +- Will now follow HTTP redirects when scraping urls. +- Support for litellm's `extra_body` parameter, by @hypn4. +- Support for cursor shapes when in vim mode. +- Numerous bug fixes. + ### Aider v0.57.1 - Fixed dependency conflict between aider-chat[help] and [playwright].