This commit is contained in:
Paul Gauthier 2025-03-11 11:52:02 -07:00
parent 4288cf2a39
commit e21bab2d17
6 changed files with 247 additions and 229 deletions

View file

@ -1,5 +1,14 @@
# Release history
### main branch
- Added `/think-tokens` command to set thinking token budget with support for human-readable formats (8k, 10.5k, 0.5M).
- Added `/reasoning-effort` command to control model reasoning level.
- Improved display of thinking token budget in model information.
- Added reasoning effort level display in model information.
- Changed `--thinking-tokens` argument to accept string values with human-readable formats.
- Aider wrote 97% of the code in this release.
### Aider v0.76.2
- Fixed handling of JSONDecodeError when loading model cache file.