This commit is contained in:
Paul Gauthier 2024-08-09 14:48:09 -03:00
parent 61bcf04d15
commit e580a33780
3 changed files with 21 additions and 1 deletions

View file

@ -18,7 +18,7 @@ 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 |
| **/clipboard** | Add content from the clipboard to the chat (supports both text and images) |
| **/clipboard** | Add image/text from the clipboard to the chat (optionally provide a name for the image) |
| **/commit** | Commit edits to the repo made outside the chat (commit message optional) |
| **/diff** | Display the diff of the last aider commit |
| **/drop** | Remove files from the chat session to free up context space |