This commit is contained in:
Paul Gauthier 2025-03-12 16:07:38 -07:00
parent d25877aace
commit 61a8b6020f
4 changed files with 86 additions and 80 deletions

View file

@ -2,6 +2,9 @@
### main branch
- Big upgrade in [programming languages supported](https://aider.chat/docs/languages.html) by adopting [tree-sitter-language-pack](https://github.com/Goldziher/tree-sitter-language-pack/).
- 130 new languages with linter support.
- 20 new languages with repo-map support.
- 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.
- The `/think-tokens` and `/reasoning-effort` commands now display current settings when called without arguments.
@ -12,7 +15,7 @@
- Fixed a bug where default model would be set by deprecated `--shortcut` switches even when already specified in the command line.
- Added `--auto-accept-architect` flag (default: true) to automatically accept changes from architect coder format without confirmation.
- Improved AutoCompleter to require 3 characters for autocompletion to reduce noise.
- Aider wrote 92% of the code in this release.
- Aider wrote 72% of the code in this release.
### Aider v0.76.2