mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 22:25:00 +00:00
copy
This commit is contained in:
parent
7e5c5dfa02
commit
701d7f6244
1 changed files with 13 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue