This commit is contained in:
Paul Gauthier 2024-09-29 08:06:17 -07:00
parent 0091ab004c
commit 387a9434f8
2 changed files with 18 additions and 16 deletions

View file

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

View file

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