Updated HISTORY

This commit is contained in:
Paul Gauthier 2024-08-03 10:09:59 -03:00
parent 24f2741369
commit 5562bc96c7
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@
### main branch
- Added `--subtree-only` to limit aider to current directory subtree.
- Should help with large/mono repo performance.
- New `/add-clipboard-image` to add images to the chat from your clipboard.
- Support for Sonnet's 8k output window.
- [Aider already supported infinite output from Sonnet.](https://aider.chat/2024/07/01/sonnet-not-lazy.html)

View file

@ -18,6 +18,8 @@ cog.out(text)
### main branch
- Added `--subtree-only` to limit aider to current directory subtree.
- Should help with large/mono repo performance.
- New `/add-clipboard-image` to add images to the chat from your clipboard.
- Support for Sonnet's 8k output window.
- [Aider already supported infinite output from Sonnet.](https://aider.chat/2024/07/01/sonnet-not-lazy.html)