This commit is contained in:
Paul Gauthier 2024-11-19 12:45:00 -08:00
parent b8c41198a3
commit 8bfb47948a
3 changed files with 27 additions and 18 deletions

View file

@ -3,16 +3,14 @@
### main branch
### Aider v0.63.3
- Added [`/editor` command](https://aider.chat/docs/usage/commands.html#editor) to open system editor for writing prompts.
- Added support for [optional multiline input tags](https://aider.chat/docs/usage/multiline.html) with matching closing tags.
- Improved [model settings configuration](https://aider.chat/docs/llms/settings.html) with default and override handling.
- Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts.
- Added support for [optional multiline input tags](https://aider.chat/docs/usage/commands.html#entering-multi-line-chat-messages) with matching closing tags.
- Improved [model settings configuration](https://aider.chat/docs/config/adv-model-settings.html#global-extra-params) with default and override handling.
- Added support for deep merging of extra model settings parameters.
- Fixed bug in fuzzy model name matching.
- Added Timeout exception to handle API provider timeouts.
- Improved error handling and code formatting.
- Aider wrote 60% of the code in this release.
- Aider wrote 53% of the code in this release.
### Aider v0.63.2