From d46bde0cc4a593b9dc126ebd3cdac79b1a185064 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 24 Jun 2024 13:35:01 -0700 Subject: [PATCH] Updated HISTORY --- website/HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/HISTORY.md b/website/HISTORY.md index 4e84bf0863b..fbdbf6f5cd5 100644 --- a/website/HISTORY.md +++ b/website/HISTORY.md @@ -12,6 +12,15 @@ cog.out(text) # Release history +### v0.40.0 + +- Improved prompting to discourage Sonnet from wasting tokens emitting unchanging code (#705). +- Improved error info for token limit errors. +- Options to suppress adding "(aider)" to the [git author and committer names](https://aider.chat/docs/git.html#commit-attribution). +- Use `--model-settings-file` to customize per-model settings, like use of repo-map (by @caseymcc). +- Improved invocation of flake8 linter for python code. + + ### v0.39.0 - Use `--sonnet` for Claude 3.5 Sonnet, which is the top model on [aider's LLM code editing leaderboard](https://aider.chat/docs/leaderboards/#claude-35-sonnet-takes-the-top-spot).