mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
copy
This commit is contained in:
parent
0091ab004c
commit
387a9434f8
2 changed files with 18 additions and 16 deletions
17
HISTORY.md
17
HISTORY.md
|
@ -1,24 +1,25 @@
|
||||||
|
|
||||||
# Release history
|
# 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 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 strong reasoning model like o1-preview as your Architect.
|
||||||
- Use a cheaper, faster model like gpt-4o as your Editor.
|
- Use a cheaper, faster model like gpt-4o as your Editor.
|
||||||
- New `--o1-preview` and `--o1-mini` shortcuts.
|
- 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.
|
- 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.
|
- 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.
|
- 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.
|
- Support for cursor shapes when in vim mode.
|
||||||
- Numerous bug fixes.
|
- Numerous bug fixes.
|
||||||
|
- Aider wrote 53% of the code in this release.
|
||||||
|
|
||||||
### Aider v0.57.1
|
### Aider v0.57.1
|
||||||
|
|
||||||
|
|
|
@ -16,24 +16,25 @@ cog.out(text)
|
||||||
|
|
||||||
# Release history
|
# 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 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 strong reasoning model like o1-preview as your Architect.
|
||||||
- Use a cheaper, faster model like gpt-4o as your Editor.
|
- Use a cheaper, faster model like gpt-4o as your Editor.
|
||||||
- New `--o1-preview` and `--o1-mini` shortcuts.
|
- 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.
|
- 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.
|
- 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.
|
- 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.
|
- Support for cursor shapes when in vim mode.
|
||||||
- Numerous bug fixes.
|
- Numerous bug fixes.
|
||||||
|
- Aider wrote 53% of the code in this release.
|
||||||
|
|
||||||
### Aider v0.57.1
|
### Aider v0.57.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue