From 510e50cbe644079d88b2999d5c4ecf3c8c93f24c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 26 Aug 2024 12:23:01 -0700 Subject: [PATCH] copy --- HISTORY.md | 12 ++++++++++++ aider/website/HISTORY.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 1d0b31e89..dc1159094 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,18 @@ # Release history +### main branch + +- You can now bulk accept/reject a series of add url and run shell confirmations. +- Improved matching of filenames from S/R blocks with files in chat. +- Stronger prompting for Sonnet to make edits in code chat mode. +- Stronger prompting for the LLM to specify full file paths. +- Improved shell command prompting. +- Weak model now uses `extra_headers`, to support Anthropic beta features. +- Improved error messages on attempt to add not-git subdir to chat. +- Show model metadata info on `--verbose`. +- Bugfix to windows filenames which contain `\_`. + ### Aider v0.52.0 - Aider now offers to run shell commands: diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 50aedd428..6bc668c2e 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,6 +16,18 @@ cog.out(text) # Release history +### main branch + +- You can now bulk accept/reject a series of add url and run shell confirmations. +- Improved matching of filenames from S/R blocks with files in chat. +- Stronger prompting for Sonnet to make edits in code chat mode. +- Stronger prompting for the LLM to specify full file paths. +- Improved shell command prompting. +- Weak model now uses `extra_headers`, to support Anthropic beta features. +- Improved error messages on attempt to add not-git subdir to chat. +- Show model metadata info on `--verbose`. +- Bugfix to windows filenames which contain `\_`. + ### Aider v0.52.0 - Aider now offers to run shell commands: