From e9771588e43dc31e7efee6525459331dcf9bf5a4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 29 Oct 2024 14:48:39 -0700 Subject: [PATCH] copy --- HISTORY.md | 14 ++++++++++++++ aider/website/HISTORY.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 7f17183ea..c5a4c2ad2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,20 @@ # Release history +### main branch + +- Load and save aider slash-commands to files: + - `/save ` command will make a file of `/add` and `/read-only` commands that recreate the current file context in the chat. + - `/load ` will replay the commands in the file. + - You can use `/load` to run any arbitrary set of slash-commands, not just `/add` and `/read-only`. + - Use `--load ` to run a list of commands on launch, before the interactive chat begins. +- Aider follows litellm's `supports_vision` attribute to enable image support for models. +- Bugfix for when diff mode flexibly handles the model using the wrong filename. +- Displays filenames in sorted order for `/add` and `/read-only`. +- New `--no-fancy-input` switch disables prompt toolkit input, now still available with `--no-pretty`. +- Properly support all o1 models, regardless of provider. +- Improved handling of API errors, especially when accessing the weak model. + ### Aider v0.60.1 - Enable image support for Sonnet 10/22. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index b5d8ef9f3..58794dced 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -19,6 +19,20 @@ cog.out(text) +### main branch + +- Load and save aider slash-commands to files: + - `/save ` command will make a file of `/add` and `/read-only` commands that recreate the current file context in the chat. + - `/load ` will replay the commands in the file. + - You can use `/load` to run any arbitrary set of slash-commands, not just `/add` and `/read-only`. + - Use `--load ` to run a list of commands on launch, before the interactive chat begins. +- Aider follows litellm's `supports_vision` attribute to enable image support for models. +- Bugfix for when diff mode flexibly handles the model using the wrong filename. +- Displays filenames in sorted order for `/add` and `/read-only`. +- New `--no-fancy-input` switch disables prompt toolkit input, now still available with `--no-pretty`. +- Properly support all o1 models, regardless of provider. +- Improved handling of API errors, especially when accessing the weak model. + ### Aider v0.60.1 - Enable image support for Sonnet 10/22.