From 67d7de87bdc669440f2f1c434b8532ff9717e73b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 28 Aug 2024 06:47:55 -0700 Subject: [PATCH] copy --- HISTORY.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7489018b4..cdad56c9d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,12 +1,17 @@ # 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. - New `--[no-]suggest-shell-commands` switch to configure shell commands. - 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