This commit is contained in:
Paul Gauthier 2024-08-12 15:36:41 -07:00
parent 2a1fb7d150
commit 2f3aa54845
7 changed files with 39 additions and 1 deletions

View file

@ -1,6 +1,17 @@
# Release history
### main branch
- Infinite output for DeepSeek Coder, Mistral models in addition to Anthropic's models.
- New `--chat-mode <mode>` switch to launch in ask/help/code modes.
- New `/code <message>` command request a code edit while in `ask` mode.
- Web scraper is more robust if page never idles.
- Improvements and bug fixes for `/read` only files.
- Bug fix to persist files added during `/ask`.
- Bug fix for chat history size in `/tokens`.
### Aider v0.49.1
- Bugfix to `/help`.