This commit is contained in:
Paul Gauthier 2024-09-27 10:27:01 -07:00
parent 1acb4da8d0
commit b16027e500

View file

@ -15,6 +15,7 @@ cog.out(get_help_md())
|Command|Description| |Command|Description|
|:------|:----------| |:------|:----------|
| **/add** | Add files to the chat so aider can edit them or review them in detail | | **/add** | Add files to the chat so aider can edit them or review them in detail |
| **/architect** | Enter architect mode to discuss high-level design and architecture |
| **/ask** | Ask questions about the code base without editing any files | | **/ask** | Ask questions about the code base without editing any files |
| **/chat-mode** | Switch to a new chat mode | | **/chat-mode** | Switch to a new chat mode |
| **/clear** | Clear the chat history | | **/clear** | Clear the chat history |