diff --git a/README.md b/README.md index 037e9bf68..27f946e66 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Aider supports commands from within the chat, which all start with `/`. Here are * `/undo`: Undo the last git commit if it was done by aider. * `/diff`: Display the diff of the last aider commit. * `/run `: Run a shell command and optionally add the output to the chat. +* `/voice`: Speak to aider to [request code changes with your voice](https://aider.chat/docs/voice.html). * `/help`: Show help about all commands. See the [full command docs](https://aider.chat/docs/commands.html) for more information. diff --git a/docs/commands.md b/docs/commands.md index b6f676c9f..e95e078a2 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -3,13 +3,12 @@ - `/help`: Show help about all commands - `/exit`: Exit the application -## token/context management +## context management - `/add `: Add matching files to the chat session using glob patterns - `/drop `: Remove matching files from the chat session - `/clear`: Clear the chat history - `/ls`: List all known files and those included in the chat session - `/tokens`: Report on the number of tokens used by the current chat context -- `/run `: Run a shell command and optionally add the output to the chat ## git - `/undo`: Undo the last git commit if it was done by aider @@ -17,6 +16,10 @@ - `/commit `: Commit edits to the repo made outside the chat (commit message optional) - `/git `: Run a git command +## other +- `/run `: Run a shell command and optionally add the output to the chat +- `/voice`: Speak to aider to [request code changes with your voice](https://aider.chat/docs/voice.html). + # Prompt Toolkit defaults The interactive prompt is built with [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) which provides a lot of Emacs and Vi-style keyboard. Some emacs bindings you may find useful are