mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
67d7de87bd
commit
b013648a2d
1 changed files with 7 additions and 2 deletions
|
@ -16,12 +16,17 @@ cog.out(text)
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
### main branch
|
### Aider v0.54.0
|
||||||
|
|
||||||
- Shell commands and `/run` can not be interactive in environments where a pty is available
|
- Added model settings for `gemini/gemini-1.5-pro-exp-0827` and `gemini/gemini-1.5-flash-exp-0827`.
|
||||||
|
- Shell and `/run` commands can now be interactive in environments where a pty is available.
|
||||||
- Optionally share output of suggested shell commands back to the LLM.
|
- Optionally share output of suggested shell commands back to the LLM.
|
||||||
- New `--[no-]suggest-shell-commands` switch to configure shell commands.
|
- New `--[no-]suggest-shell-commands` switch to configure shell commands.
|
||||||
- Performance improvements for autocomplete in large/mono repos.
|
- Performance improvements for autocomplete in large/mono repos.
|
||||||
|
- New `--upgrade` switch to install latest version of aider from pypi.
|
||||||
|
- Bugfix to `--show-prompt`.
|
||||||
|
- Disabled automatic reply to the LLM on `/undo` for all models.
|
||||||
|
- Removed pager from `/web` output.
|
||||||
|
|
||||||
### Aider v0.53.0
|
### Aider v0.53.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue