This commit is contained in:
Paul Gauthier 2024-08-11 10:20:49 -07:00
parent 7e5c5dfa02
commit 701d7f6244

View file

@ -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 <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 <mode>` switch.
<div class="chat-transcript" markdown="1">
@ -52,16 +65,3 @@ This function uses recursion to calculate the factorial. It's been added to your
</div>
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 <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 <mode>` switch.