diff --git a/aider/website/docs/usage/modes.md b/aider/website/docs/usage/modes.md index 5d13e45f2..a2300e65c 100644 --- a/aider/website/docs/usage/modes.md +++ b/aider/website/docs/usage/modes.md @@ -14,6 +14,19 @@ Aider has 3 different chat modes: By default, aider starts in "code" mode. As you are talking, you can send individual messages in a specific mode using `/code`, `/ask`, and `/help` commands: +Using `/code`, `/ask`, and `/help` applies just to that particular message. +Your next message will go back to the active mode (usually "code" mode by default). + +You can switch the active mode in a sticky way +with the `/chat-mode ` command: + +``` +/chat-mode code +/chat-mode ask +/chat-mode help +``` + +Or you can launch aider in one of the modes with the `--chat-mode ` switch.
@@ -52,16 +65,3 @@ This function uses recursion to calculate the factorial. It's been added to your
-Using `/code`, `/ask`, and `/help` applies just to that particular message. -Your next message will go back to the active mode (usually "code" mode by default). - -You can switch between the modes in a sticky way -with the `/chat-mode ` command: - -``` -/chat-mode code -/chat-mode ask -/chat-mode help -``` - -Or you can launch aider in one of the modes with the `--chat-mode ` switch.