From 266f58416caef22cd9d4c21694250905f6077636 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 30 Jul 2024 20:44:29 -0300 Subject: [PATCH] copy --- aider/website/HISTORY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index e9ad19294..875549dd1 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,6 +16,25 @@ cog.out(text) # Release history +## main branch + +- Switching to code and ask mode no longer summarizes the chat history. +- Linting improvements: + - Ask before fixing lint errors. + - Improved performance of `--lint` on all dirty files in repo. + - Improved lint flow, now doing code edit auto-commit before linting. + - Bugfix to properly handle subprocess encodings (also for `/run`). +- New aider-full docker image, which includes all extras. +- Added strong model as a fallback for commit messages and chat summaries. +- Added graph of aider's contribution to each release. +- Generic auto-completions are provided for `/commands` without a completion override. +- Fixed broken OCaml tags file. +- Bugfix in `/run` add to chat approval logic. + +## Aider v0.46.1 + +- Downgraded stray numpy dependency back to 1.26.4. + ### Aider v0.46.0 - New `/ask ` command to ask about your code, without making any edits.