This commit is contained in:
Paul Gauthier 2025-03-31 10:42:52 +13:00
parent a07f312089
commit 258f1f0848
9 changed files with 343 additions and 328 deletions

View file

@ -1,10 +1,12 @@
# Release history
### main branch
- Add the `openrouter/deepseek-chat-v3-0324:free` model.
- OpenRouter OAuth integration:
- Offer to OAuth against OpenRouter if no model and keys are provided.
- Select OpenRouter default model based on free/paid tier status if `OPENROUTER_API_KEY` is set and no model is specified.
- 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.
- Validate user-configured color settings on startup and warn/disable invalid ones.
- 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.
@ -13,9 +15,10 @@
- Add `Ctrl-X Ctrl-E` keybinding to edit the current input buffer in an external editor, by Matteo Landi.
- Fix linting errors for filepaths containing shell metacharacters, by Mir Adnan ALI.
- Add repomap support for the Scala language, by Vasil Markoukin.
- Add support for GitHub Copilot models.
- Add support for GitHub Copilot models, by Son H. Nguyen.
- Fixed bug in `/run` that was preventing auto-testing.
- Fix completion menu current item color styling, by Andrey Ivanov.
- Aider wrote 81% of the code in this release.
- Aider wrote 82% of the code in this release.
### Aider v0.79.2