Updated HISTORY

This commit is contained in:
Paul Gauthier 2024-08-06 08:25:54 -03:00
parent abd23f8be5
commit db5de020e8
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
- [Aider already supported infinite output from Sonnet.](https://aider.chat/2024/07/01/sonnet-not-lazy.html) - [Aider already supported infinite output from Sonnet.](https://aider.chat/2024/07/01/sonnet-not-lazy.html)
- Workaround litellm bug for retrying API server errors. - Workaround litellm bug for retrying API server errors.
- Upgraded dependencies, to pick up litellm bug fixes. - Upgraded dependencies, to pick up litellm bug fixes.
- Aider wrote 48% of the code since the last release. - Aider wrote 37% of the code since the last release.
### Aider v0.47.0 ### Aider v0.47.0

View file

@ -18,16 +18,16 @@ cog.out(text)
### main branch ### main branch
- Performance improvements for large/mono repos.
- Added `--subtree-only` to limit aider to current directory subtree. - Added `--subtree-only` to limit aider to current directory subtree.
- Should help with large/mono repo performance. - Should help with large/mono repo performance.
- New `/add-clipboard-image` to add images to the chat from your clipboard. - New `/add-clipboard-image` to add images to the chat from your clipboard.
- Use `--map-tokens 1024` to use repo map with any model. - Use `--map-tokens 1024` to use repo map with any model.
- Support for Sonnet's 8k output window. - Support for Sonnet's 8k output window.
- [Aider already supported infinite output from Sonnet.](https://aider.chat/2024/07/01/sonnet-not-lazy.html) - [Aider already supported infinite output from Sonnet.](https://aider.chat/2024/07/01/sonnet-not-lazy.html)
- Performance improvements for large repos.
- Workaround litellm bug for retrying API server errors. - Workaround litellm bug for retrying API server errors.
- Upgraded dependencies, to pick up litellm bug fixes. - Upgraded dependencies, to pick up litellm bug fixes.
- Aider wrote 48% of the code since the last release. - Aider wrote 37% of the code since the last release.
### Aider v0.47.0 ### Aider v0.47.0