mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
added /voice to docs
This commit is contained in:
parent
b6a329c934
commit
354b216bbe
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
* `/undo`: Undo the last git commit if it was done by aider.
|
||||||
* `/diff`: Display the diff of the last aider commit.
|
* `/diff`: Display the diff of the last aider commit.
|
||||||
* `/run <command>`: Run a shell command and optionally add the output to the chat.
|
* `/run <command>`: 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.
|
* `/help`: Show help about all commands.
|
||||||
|
|
||||||
See the [full command docs](https://aider.chat/docs/commands.html) for more information.
|
See the [full command docs](https://aider.chat/docs/commands.html) for more information.
|
||||||
|
|
|
@ -3,13 +3,12 @@
|
||||||
- `/help`: Show help about all commands
|
- `/help`: Show help about all commands
|
||||||
- `/exit`: Exit the application
|
- `/exit`: Exit the application
|
||||||
|
|
||||||
## token/context management
|
## context management
|
||||||
- `/add <file>`: Add matching files to the chat session using glob patterns
|
- `/add <file>`: Add matching files to the chat session using glob patterns
|
||||||
- `/drop <file>`: Remove matching files from the chat session
|
- `/drop <file>`: Remove matching files from the chat session
|
||||||
- `/clear`: Clear the chat history
|
- `/clear`: Clear the chat history
|
||||||
- `/ls`: List all known files and those included in the chat session
|
- `/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
|
- `/tokens`: Report on the number of tokens used by the current chat context
|
||||||
- `/run <command>`: Run a shell command and optionally add the output to the chat
|
|
||||||
|
|
||||||
## git
|
## git
|
||||||
- `/undo`: Undo the last git commit if it was done by aider
|
- `/undo`: Undo the last git commit if it was done by aider
|
||||||
|
@ -17,6 +16,10 @@
|
||||||
- `/commit <message>`: Commit edits to the repo made outside the chat (commit message optional)
|
- `/commit <message>`: Commit edits to the repo made outside the chat (commit message optional)
|
||||||
- `/git <command>`: Run a git command
|
- `/git <command>`: Run a git command
|
||||||
|
|
||||||
|
## other
|
||||||
|
- `/run <command>`: 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
|
# 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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue