From 8bb971c15d07139565b9e204450d138f74380b52 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 7 May 2025 18:11:09 -0700 Subject: [PATCH] copy --- HISTORY.md | 15 +++++++-------- aider/website/HISTORY.md | 15 +++++++-------- aider/website/docs/languages.md | 2 ++ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c2bf06ebe..48a965555 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 () ` 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 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 3b3d9d4cc..81eedc99c 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -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 () ` 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 diff --git a/aider/website/docs/languages.md b/aider/website/docs/languages.md index ff9c14bfc..f5eba91ca 100644 --- a/aider/website/docs/languages.md +++ b/aider/website/docs/languages.md @@ -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 | | ✓ |