Updated HISTORY

This commit is contained in:
Paul Gauthier 2023-07-11 07:36:04 -07:00
parent d636d02d96
commit 4024713f31
2 changed files with 13 additions and 5 deletions

View file

@ -3,6 +3,10 @@
### Next release
- Added `--dark-mode` to select colors suitable for a dark terminal background
- Reorganized the `--help` output
- Bugfix so that aider throws an exception when OpenAI returns InvalidRequest
- Bugfix/improvement to /add and /drop to recurse selected directories
- Bugfix for live diff output when using "whole" edit format
### v0.8.2

View file

@ -177,3 +177,7 @@ This minimizes your use of the context window, as well as costs.
* "What an amazing tool. It's incredible." -- [valyagolev](https://github.com/paul-gauthier/aider/issues/6#issue-1722897858)
* "It was WAY faster than I would be getting off the ground and making the first few working versions." -- [Daniel Feldman](https://twitter.com/d_feldman/status/1662295077387923456)
## FAQ
For more information, see the [FAQ](https://aider.chat/docs/faq.html).