From b78d19c7a554e37be264130c5c3caf74637249b4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 28 Sep 2024 15:15:42 -0700 Subject: [PATCH] copy --- HISTORY.md | 1 + aider/website/HISTORY.md | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9d0ba7b47..f7b706785 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,6 +11,7 @@ - New `--voice-format` switch to send voice audio as wav/mp3/webm, by @mbailey. - Support for new Gemini 002 models. - Will now follow HTTP redirects when scraping urls. +- Many confirmation questions can be skipped for the rest of the session with "(D)on't ask again" response. - ModelSettings takes `extra_params` dict to specify any extras to pass to `litellm.completion()`. - Renamed `/clipboard` to `/paste`. - New `/copy` command to copy the last LLM response to the clipboard. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index a1c3f6c47..26b67559f 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -22,13 +22,16 @@ cog.out(text) - Use a strong reasoning model like o1-preview as your Architect. - Use a cheaper, faster model like gpt-4o as your Editor. - New `--o1-preview` and `--o1-mini` shortcuts. -- New settings for completion menu colors, by @smh. +- New settings for completion menu colors. - New `--voice-format` switch to send voice audio as wav/mp3/webm, by @mbailey. - Support for new Gemini 002 models. - Will now follow HTTP redirects when scraping urls. +- Many confirmation questions can be skipped for the rest of the session with "(D)on't ask again" response. - ModelSettings takes `extra_params` dict to specify any extras to pass to `litellm.completion()`. - Renamed `/clipboard` to `/paste`. -- Support for litellm's `extra_body` parameter, by @hypn4. +- New `/copy` command to copy the last LLM response to the clipboard. +- Autocomplete for `/read-only` supports the entire filesystem. +- Support for litellm's `extra_body` parameter. - Support for cursor shapes when in vim mode. - Numerous bug fixes.