From 928c094b42016df129267e0017ea418767e9b6c2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 31 Jul 2024 10:51:34 -0300 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 1 + aider/website/HISTORY.md | 3 ++- aider/website/docs/install/docker.md | 2 +- scripts/blame.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 37be826e6..22e1f55c1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -20,6 +20,7 @@ - Generic auto-completions are provided for `/commands` without a completion override. - Fixed broken OCaml tags file. - Bugfix in `/run` add to chat approval logic. +- Aider wrote 58% of the code in this release. ## Aider v0.46.1 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 187eec496..171d8688b 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -29,12 +29,13 @@ cog.out(text) - Bugfix to properly handle subprocess encodings (also for `/run`). - Improved [docker support](https://aider.chat/docs/install/docker.html): - Resolved permission issues when using `docker run --user xxx`. - - New paulgauthier/aider-full docker image, which includes all extras. + - New `paulgauthier/aider-full` docker image, which includes all extras. - Switching to code and ask mode no longer summarizes the chat history. - Added graph of aider's contribution to each release. - Generic auto-completions are provided for `/commands` without a completion override. - Fixed broken OCaml tags file. - Bugfix in `/run` add to chat approval logic. +- Aider wrote 58% of the code in this release. ## Aider v0.46.1 diff --git a/aider/website/docs/install/docker.md b/aider/website/docs/install/docker.md index 630b0f829..c0c15a465 100644 --- a/aider/website/docs/install/docker.md +++ b/aider/website/docs/install/docker.md @@ -14,7 +14,7 @@ The full image has support for features like interactive help, the browser GUI and support for using Playwright to scrape web pages. The core image can still use these features, but they will need to be installed the first time you access them. Since containers are -ephemeral, they extras will need to be reinstalled the next time you +ephemeral, the extras will need to be reinstalled the next time you launch the aider core container. ### Aider core diff --git a/scripts/blame.py b/scripts/blame.py index b1227c94a..2b94f7f78 100755 --- a/scripts/blame.py +++ b/scripts/blame.py @@ -163,7 +163,7 @@ def main(): f.write(yaml_output) else: print(yaml_output) - + if not args.all_since: print(f"- Aider wrote {round(aider_percentage)}% of the code in this release.")