This commit is contained in:
Paul Gauthier 2025-03-08 17:30:56 -08:00
parent 1903542f11
commit af8558b19e
4 changed files with 15 additions and 11 deletions

View file

@ -2,6 +2,7 @@
### main branch
- Added `--thinking-tokens` CLI option to control token budget for models that support thinking.
- Display thinking/reasoning content from LLMs which return it.
- Enhanced handling of reasoning tags to better clean up model responses.
- Improved error handling for EOF (Ctrl+D) in user input prompts.
@ -14,7 +15,8 @@
- Improved empty LLM response handling with clearer warning messages.
- Fixed Git identity retrieval to respect global configuration, by Akira Komamura.
- Offer to install dependencies for Bedrock and Vertex AI models.
- Aider wrote 82% of the code in this release.
- Deprecated model shortcut args (like --4o, --opus) in favor of the --model flag.
- Aider wrote 84% of the code in this release.
### Aider v0.75.3