Update HISTORY.md

This commit is contained in:
paul-gauthier 2024-08-21 18:16:02 -07:00 committed by GitHub
parent d664c15021
commit 0e25104be5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,10 +6,10 @@
- Aider now offers to run shell commands related to changes it makes: - Aider now offers to run shell commands related to changes it makes:
- Launch a browser to view updated html/css/js. - Launch a browser to view updated html/css/js.
- Install new dependencies. - Install new dependencies.
- Run DB migration tools. - Run DB migrations.
- Run the program to exercise changes. - Run the program to exercise changes.
- Run the new test cases. - Run new test cases.
- Show active chat mode at aider prompt. - Show the active chat mode at aider prompt.
- New `/reset` command to `/drop` files and `/clear` chat history. - 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. - New `--map-multiplier-no-files` to control repo map size multiplier when no files are in the chat.
- Reduced default multiplier to 2. - Reduced default multiplier to 2.