mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-20 11:35:00 +00:00
copy
This commit is contained in:
parent
1e90a679c0
commit
c1338fe92f
4 changed files with 245 additions and 245 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue