diff --git a/HISTORY.md b/HISTORY.md index f7b706785..e5c5eceb7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,24 +1,25 @@ # Release history -### main branch +### Aider v0.58.0 - [Use a pair of Architect/Editor models for improved coding](https://aider.chat/2024/09/26/architect.html) - Use a strong reasoning model like o1-preview as your Architect. - Use a cheaper, faster model like gpt-4o as your Editor. - New `--o1-preview` and `--o1-mini` shortcuts. -- New settings for completion menu colors. -- 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. +- Better support for Qwen 2.5 models. - Many confirmation questions can be skipped for the rest of the session with "(D)on't ask again" response. -- ModelSettings takes `extra_params` dict to specify any extras to pass to `litellm.completion()`. -- Renamed `/clipboard` to `/paste`. -- New `/copy` command to copy the last LLM response to the clipboard. - Autocomplete for `/read-only` supports the entire filesystem. -- Support for litellm's `extra_body` parameter. +- New settings for completion menu colors. +- New `/copy` command to copy the last LLM response to the clipboard. +- Renamed `/clipboard` to `/paste`. +- Will now follow HTTP redirects when scraping urls. +- New `--voice-format` switch to send voice audio as wav/mp3/webm, by @mbailey. +- ModelSettings takes `extra_params` dict to specify any extras to pass to `litellm.completion()`. - Support for cursor shapes when in vim mode. - Numerous bug fixes. +- Aider wrote 53% of the code in this release. ### Aider v0.57.1 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 26b67559f..ce0651678 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,24 +16,25 @@ cog.out(text) # Release history -### main branch +### Aider v0.58.0 - [Use a pair of Architect/Editor models for improved coding](https://aider.chat/2024/09/26/architect.html) - Use a strong reasoning model like o1-preview as your Architect. - Use a cheaper, faster model like gpt-4o as your Editor. - New `--o1-preview` and `--o1-mini` shortcuts. -- New settings for completion menu colors. -- 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. +- Better support for Qwen 2.5 models. - Many confirmation questions can be skipped for the rest of the session with "(D)on't ask again" response. -- ModelSettings takes `extra_params` dict to specify any extras to pass to `litellm.completion()`. -- Renamed `/clipboard` to `/paste`. -- New `/copy` command to copy the last LLM response to the clipboard. - Autocomplete for `/read-only` supports the entire filesystem. -- Support for litellm's `extra_body` parameter. +- New settings for completion menu colors. +- New `/copy` command to copy the last LLM response to the clipboard. +- Renamed `/clipboard` to `/paste`. +- Will now follow HTTP redirects when scraping urls. +- New `--voice-format` switch to send voice audio as wav/mp3/webm, by @mbailey. +- ModelSettings takes `extra_params` dict to specify any extras to pass to `litellm.completion()`. - Support for cursor shapes when in vim mode. - Numerous bug fixes. +- Aider wrote 53% of the code in this release. ### Aider v0.57.1