This commit is contained in:
Paul Gauthier 2024-08-22 13:35:40 -07:00
parent 8c0603fef6
commit d5dab29eda
2 changed files with 4 additions and 2 deletions

View file

@ -13,10 +13,11 @@
- 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.
- Bugfixes and improvements to auto commit sequencing.
- Improved formatting of token reports and confirmation dialogs. - Improved formatting of token reports and confirmation dialogs.
- Default OpenAI model is now `gpt-4o-2024-08-06`. - Default OpenAI model is now `gpt-4o-2024-08-06`.
- Bumped dependencies to pickup litellm bugfixes. - Bumped dependencies to pickup litellm bugfixes.
- Aider wrote 61% of the code in this release. - Aider wrote 64% of the code in this release.
### Aider v0.51.0 ### Aider v0.51.0

View file

@ -28,10 +28,11 @@ cog.out(text)
- 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.
- Bugfixes and improvements to auto commit sequencing.
- Improved formatting of token reports and confirmation dialogs. - Improved formatting of token reports and confirmation dialogs.
- Default OpenAI model is now `gpt-4o-2024-08-06`. - Default OpenAI model is now `gpt-4o-2024-08-06`.
- Bumped dependencies to pickup litellm bugfixes. - Bumped dependencies to pickup litellm bugfixes.
- Aider wrote 61% of the code in this release. - Aider wrote 64% of the code in this release.
### Aider v0.51.0 ### Aider v0.51.0