From 2c2c0690e0999199d0219b70c35d8355e2e54dfb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 22 Aug 2024 06:27:58 -0700 Subject: [PATCH] copy --- aider/website/HISTORY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 5631a6049..76ba98268 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -21,10 +21,10 @@ cog.out(text) - Aider now offers to run shell commands related to changes it makes: - Launch a browser to view updated html/css/js. - Install new dependencies. - - Run DB migration tools. + - Run DB migrations. - Run the program to exercise changes. - - Run the new test cases. -- Show active chat mode at aider prompt. + - Run new test cases. +- 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. - Reduced default multiplier to 2.