This commit is contained in:
Paul Gauthier 2024-08-21 15:48:54 -07:00
parent 6e866d7e8a
commit 026e87c0a0
2 changed files with 30 additions and 0 deletions

View file

@ -1,6 +1,21 @@
# Release history # Release history
### main branch
- 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 the program to exercise changes.
- Run the new test cases.
- 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.
- Improved formatting of token reports and confirmation dialogs.
- Default OpenAI model is now `gpt-4o-2024-08-06`.
- Bumped dependencies to pickup litellm bugfixes.
### Aider v0.51.0 ### Aider v0.51.0
- Prompt caching for Anthropic models with `--cache-prompts`. - Prompt caching for Anthropic models with `--cache-prompts`.

View file

@ -16,6 +16,21 @@ cog.out(text)
# Release history # Release history
### main branch
- 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 the program to exercise changes.
- Run the new test cases.
- 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.
- Improved formatting of token reports and confirmation dialogs.
- Default OpenAI model is now `gpt-4o-2024-08-06`.
- Bump dependencies to pickup litellm bugfixes.
### Aider v0.51.0 ### Aider v0.51.0
- Prompt caching for Anthropic models with `--cache-prompts`. - Prompt caching for Anthropic models with `--cache-prompts`.