This commit is contained in:
Paul Gauthier 2025-05-07 18:11:09 -07:00
parent fe20e528b0
commit 8bb971c15d
3 changed files with 16 additions and 16 deletions

View file

@ -2,16 +2,15 @@
### main branch
- Set development version to 0.82.4.dev.
- Added support for `gemini-2.5-pro-preview-05-06` models.
- Enabled support for `thinking_tokens` and `reasoning_effort` parameters for OpenRouter models.
- Added model settings for `openrouter/google/gemini-2.5-pro-preview-03-25`.
Introduced `--attribute-co-authored-by` option to add co-author trailer to commit messages, by Andrew Grigorev.
- Added `--disable-playwright` flag to prevent Playwright installation prompts and usage, by Andrew Grigorev.
- Added repomap support for OCaml and OCaml interface files, by Andrey Popp.
- Improved cost calculation using `litellm.completion_cost` where available.
- Fixed linter command execution on Windows by adopting `oslex` for argument quoting, by Titusz Pan.
- Enabled support for `thinking_tokens` and `reasoning_effort` parameters for OpenRouter models.
- Added support for `gemini-2.5-pro-preview-05-06` models.
- Added model settings for `openrouter/google/gemini-2.5-pro-preview-03-25`.
Introduced `--attribute-co-authored-by` option to add a `Co-authored-by: aider (<model_name>) <noreply@aider.chat>` trailer to AI-generated commits. This setting takes precedence over default author/committer name modifications unless `--attribute-author` or `--attribute-committer` are explicitly set to true, by Andrew Grigorev.
Added `--disable-playwright` flag to prevent Playwright installation prompts and usage, by Andrew Grigorev.
Added repomap support for OCaml and OCaml interface files, by Andrey Popp.
Improved cross-platform display of shell commands by using `oslex` for robust argument quoting, by Titusz Pan.
- Improved cross-platform display of shell commands by using `oslex` for robust argument quoting, by Titusz Pan.
Aider wrote 44% of the code in this release.
### Aider v0.82.3

View file

@ -26,16 +26,15 @@ cog.out(text)
### main branch
- Set development version to 0.82.4.dev.
- Added support for `gemini-2.5-pro-preview-05-06` models.
- Enabled support for `thinking_tokens` and `reasoning_effort` parameters for OpenRouter models.
- Added model settings for `openrouter/google/gemini-2.5-pro-preview-03-25`.
Introduced `--attribute-co-authored-by` option to add co-author trailer to commit messages, by Andrew Grigorev.
- Added `--disable-playwright` flag to prevent Playwright installation prompts and usage, by Andrew Grigorev.
- Added repomap support for OCaml and OCaml interface files, by Andrey Popp.
- Improved cost calculation using `litellm.completion_cost` where available.
- Fixed linter command execution on Windows by adopting `oslex` for argument quoting, by Titusz Pan.
- Enabled support for `thinking_tokens` and `reasoning_effort` parameters for OpenRouter models.
- Added support for `gemini-2.5-pro-preview-05-06` models.
- Added model settings for `openrouter/google/gemini-2.5-pro-preview-03-25`.
Introduced `--attribute-co-authored-by` option to add a `Co-authored-by: aider (<model_name>) <noreply@aider.chat>` trailer to AI-generated commits. This setting takes precedence over default author/committer name modifications unless `--attribute-author` or `--attribute-committer` are explicitly set to true, by Andrew Grigorev.
Added `--disable-playwright` flag to prevent Playwright installation prompts and usage, by Andrew Grigorev.
Added repomap support for OCaml and OCaml interface files, by Andrey Popp.
Improved cross-platform display of shell commands by using `oslex` for robust argument quoting, by Titusz Pan.
- Improved cross-platform display of shell commands by using `oslex` for robust argument quoting, by Titusz Pan.
Aider wrote 44% of the code in this release.
### Aider v0.82.3

View file

@ -180,6 +180,8 @@ cog.out(get_supported_languages_md())
| nix | .nix | | ✓ |
| nqc | .nqc | | ✓ |
| objc | .mm | | ✓ |
| ocaml | .ml | ✓ | ✓ |
| ocaml_interface | .mli | ✓ | ✓ |
| odin | .odin | | ✓ |
| org | .org | | ✓ |
| pascal | .pas | | ✓ |