mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-23 21:15:00 +00:00
copy
This commit is contained in:
parent
d25877aace
commit
61a8b6020f
4 changed files with 86 additions and 80 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue