This commit is contained in:
Paul Gauthier 2025-03-21 11:37:49 -07:00
parent b97997b009
commit cd32311c1f
4 changed files with 44 additions and 42 deletions

View file

@ -1,6 +1,6 @@
# Release history
### main branch
### Aider v0.78.0
- Added model setting validation to ignore `--reasoning-effort` and `--thinking-tokens` if the model doesn't support them.
- Added `--check-model-accepts-settings` flag (default: true) to force unsupported model settings.
@ -13,7 +13,8 @@
- Added commands to switch between model types: `/model` for Main Model, `/editor-model` for Editor Model, and `/weak-model` for Weak Model.
- Added AWS_PROFILE support for Bedrock models, allowing use of AWS profiles instead of explicit credentials.
- Enhanced `--aiderignore` argument to resolve both absolute and relative paths.
- Aider wrote 91% of the code in this release.
- Improved platform information handling to gracefully handle retrieval errors.
- Aider wrote 92% of the code in this release.
### Aider v0.77.1