From b16027e5004b6dfb0e477312a3941191add7e268 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Sep 2024 10:27:01 -0700 Subject: [PATCH] copy --- aider/website/docs/usage/commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index 2d9ff3e8a..2612a4401 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -15,6 +15,7 @@ cog.out(get_help_md()) |Command|Description| |:------|:----------| | **/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 | | **/chat-mode** | Switch to a new chat mode | | **/clear** | Clear the chat history |