From d65450b11ff2af2772f56435cc8abbf3027648bb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 3 Jul 2024 14:59:14 -0300 Subject: [PATCH] copy --- website/HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/HISTORY.md b/website/HISTORY.md index 199e7391c..c8da5ea82 100644 --- a/website/HISTORY.md +++ b/website/HISTORY.md @@ -300,13 +300,13 @@ cog.out(text) - Added support for `.aiderignore` file, which instructs aider to ignore parts of the git repo. - New `--commit` cmd line arg, which just commits all pending changes with a sensible commit message generated by gpt-3.5. -- Added universal ctags and multiple architectures to the [aider docker image](https://aider.chat/docs/docker.html) +- Added universal ctags and multiple architectures to the [aider docker image](https://aider.chat/docs/install/docker.html) - `/run` and `/git` now accept full shell commands, like: `/run (cd subdir; ls)` - Restored missing `--encoding` cmd line switch. ### Aider v0.14.2 -- Easily [run aider from a docker image](https://aider.chat/docs/docker.html) +- Easily [run aider from a docker image](https://aider.chat/docs/install/docker.html) - Fixed bug with chat history summarization. - Fixed bug if `soundfile` package not available.