From e2c25dc9c072f4d07b4376df6350bbe95ae30b5d Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 23 Aug 2024 08:30:21 -0700 Subject: [PATCH] copy --- HISTORY.md | 5 +++-- aider/website/HISTORY.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d0758a28d..0888adcc3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,14 +1,15 @@ # Release history -### main branch +### Aider v0.52.0 -- Aider now offers to run shell commands related to changes it makes: +- Aider now offers to run shell commands: - Launch a browser to view updated html/css/js. - Install new dependencies. - Run DB migrations. - Run the program to exercise changes. - Run new test cases. +- `/read` and `/drop` now expand `~` to the home dir. - Show the active chat mode at aider prompt. - New `/reset` command to `/drop` files and `/clear` chat history. - New `--map-multiplier-no-files` to control repo map size multiplier when no files are in the chat. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 8b888e61e..6a0a5ffbb 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,14 +16,15 @@ cog.out(text) # Release history -### main branch +### Aider v0.52.0 -- Aider now offers to run shell commands related to changes it makes: +- Aider now offers to run shell commands: - Launch a browser to view updated html/css/js. - Install new dependencies. - Run DB migrations. - Run the program to exercise changes. - Run new test cases. +- `/read` and `/drop` now expand `~` to the home dir. - Show the active chat mode at aider prompt. - New `/reset` command to `/drop` files and `/clear` chat history. - New `--map-multiplier-no-files` to control repo map size multiplier when no files are in the chat.