From 40588ccffac3b3b7808b650bff35d17a9d71b868 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 28 Sep 2024 14:55:16 -0700 Subject: [PATCH] copy --- HISTORY.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 13a475b77..9851e10db 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,13 +7,14 @@ - 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. - 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. +- Support for litellm's `extra_body` parameter. - Support for cursor shapes when in vim mode. - Numerous bug fixes.