This commit is contained in:
Paul Gauthier 2025-03-18 18:09:25 -07:00
parent 1e90a679c0
commit c1338fe92f
4 changed files with 245 additions and 245 deletions

View file

@ -2,10 +2,10 @@
### main branch
- Added model setting validation to warn users when a model may not support specific settings like `--reasoning-effort` and `--thinking-tokens`.
- Added a confirmation prompt when attempting to use unsupported model parameters that could cause API calls to fail.
- Added `--check-model-accepts-settings` flag (default: true) to control warnings for unsupported model settings.
- 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.
- Annotated which models support reasoning_effort and thinking_tokens settings in the model settings data.
- Consolidated model setting validation checks into a single loop for better code organization.
- Aider wrote 96% of the code in this release.
### Aider v0.77.1