diff --git a/HISTORY.md b/HISTORY.md index cf84386a2..7489018b4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ # Release history +### main branch + +- Shell commands and `/run` can not be interactive in environments where a pty is available +- Optionally share output of suggested shell commands back to the LLM. +- New `--[no-]suggest-shell-commands` switch to configure shell commands. +- Performance improvements for autocomplete in large/mono repos. + ### Aider v0.53.0 - [Keep your prompt cache from expiring](https://aider.chat/docs/usage/caching.html#preventing-cache-expiration) with `--cache-keepalive-pings`. diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index d5eef6af6..7c3b5d651 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -321,6 +321,6 @@ mod_dates = [get_last_modified_date(file) for file in files] latest_mod_date = max(mod_dates) cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}") ]]]--> -August 21, 2024. +August 28, 2024.