This commit is contained in:
Paul Gauthier 2024-08-29 06:36:37 -07:00
parent a47cb9cdea
commit e75ff966b9

View file

@ -36,6 +36,7 @@ cog.out(get_help_md())
| **/read-only** | Add files to the chat that are for reference, not to be edited |
| **/reset** | Drop all files and clear the chat history |
| **/run** | Run a shell command and optionally add the output to the chat (alias: !) |
| **/settings** | Print out the current settings |
| **/test** | Run a shell command and add the output to the chat on non-zero exit code |
| **/tokens** | Report on the number of tokens used by the current chat context |
| **/undo** | Undo the last git commit if it was done by aider |