From 932aaea84520633bc0396fdbb6235ca8fdcfc1e4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Sep 2024 12:56:47 -0700 Subject: [PATCH] copy --- HISTORY.md | 1 + aider/website/docs/usage/commands.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ccacaa72a..94e939ce2 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. +- Renamed `/clipboard` to `/paste`. - Support for litellm's `extra_body` parameter, by @hypn4. - Support for cursor shapes when in vim mode. - Numerous bug fixes. diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index 025580b1a..a26df5efe 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -19,7 +19,6 @@ cog.out(get_help_md()) | **/ask** | Ask questions about the code base without editing any files | | **/chat-mode** | Switch to a new chat mode | | **/clear** | Clear the chat history | -| **/paste** | Add image/text from the clipboard to the chat (optionally provide a name for the image) | | **/code** | Ask for changes to your code | | **/commit** | Commit edits to the repo made outside the chat (commit message optional) | | **/diff** | Display the diff of changes since the last message | @@ -33,6 +32,7 @@ cog.out(get_help_md()) | **/map-refresh** | Force a refresh of the repository map | | **/model** | Switch to a new LLM | | **/models** | Search the list of available models | +| **/paste** | Paste image/text from the clipboard into the chat (optionally provide a name for the image) | | **/quit** | Exit the application | | **/read-only** | Add files to the chat that are for reference, not to be edited | | **/report** | Report a problem by opening a GitHub Issue |