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

@ -25,6 +25,17 @@ cog.out(text)
### main branch
- 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 53% of the code in this release.
### Aider v0.63.2
- Fixed bug in fuzzy model name matching when litellm provider info is missing.
- Modified model metadata file loading to allow override of resource file.
- Allow recursive loading of dirs using `--read`.