This commit is contained in:
Paul Gauthier 2025-03-28 16:46:08 -10:00
parent fa89a6950b
commit c99d96a700
4 changed files with 314 additions and 298 deletions

View file

@ -1,5 +1,13 @@
# Release history
### main branch
- Prioritize `gemini/gemini-2.5-pro-exp-03-25` if `GEMINI_API_KEY` is set, and `vertex_ai/gemini-2.5-pro-exp-03-25` if `VERTEXAI_PROJECT` is set, when no model is specified.
- Warn at startup if `--stream` and `--cache-prompts` are used together, as cost estimates may be inaccurate.
- Boost repomap ranking for files whose path components match identifiers mentioned in the chat.
- Change web scraping timeout from an error to a warning, allowing scraping to continue with potentially incomplete content.
- Left-align markdown headings in the terminal output, by Peter Schilling.
- Aider wrote 89% of the code in this release.
### Aider v0.79.2
- Added 'gemini' alias for gemini-2.5-pro model.