diff --git a/aider/website/_sass/custom/custom.scss b/aider/website/_sass/custom/custom.scss index 015917fb7..16fa17d63 100644 --- a/aider/website/_sass/custom/custom.scss +++ b/aider/website/_sass/custom/custom.scss @@ -78,6 +78,7 @@ border-top: 1px solid #32FF32; padding-top: 10px; text-transform: none; + font-size: 1.0rem !important; } .chat-transcript h4::before { diff --git a/aider/website/docs/usage/modes.md b/aider/website/docs/usage/modes.md new file mode 100644 index 000000000..54a11df50 --- /dev/null +++ b/aider/website/docs/usage/modes.md @@ -0,0 +1,49 @@ +--- +parent: Usage +nav_order: 60 +description: Using the chat, ask and help chat modes. +--- + +# Chat modes + +Aider has 3 different chat modes: + +- `code` - Aider will make changes to your code to satisfy your requests. +- `ask` - Aider will answer questions about your code, but never edit it. +- `help` - Aider will answer questions about using aider, configuring, troubleshooting, etc. + +By default, aider starts in "code" mode. As you are talking, you can +send messages in other modes using `/ask` and `/help` commands: + +