From 0e25104be58cb7114856bedbc0c84cd192d94d07 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:16:02 -0700 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 25650fb00..3454dd15b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,10 +6,10 @@ - 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.