From 2d8df7e5129e2176a227da5ab5643528da0adb29 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 28 Aug 2024 06:44:31 -0700 Subject: [PATCH] copy --- HISTORY.md | 7 +++++++ aider/website/docs/leaderboards/index.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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.