mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
b3b8cb58da
commit
184519f773
1 changed files with 2 additions and 1 deletions
|
@ -15,10 +15,10 @@ cog.out(get_help_md())
|
|||
|Command|Description|
|
||||
|:------|:----------|
|
||||
| **/add** | Add files to the chat so GPT can edit them or review them in detail |
|
||||
| **/add-clipboard-image** | Add an image from the clipboard to the chat |
|
||||
| **/ask** | Ask questions about the code base without editing any files |
|
||||
| **/chat-mode** | Switch to a new chat mode |
|
||||
| **/clear** | Clear the chat history |
|
||||
| **/clipboard** | Add content from the clipboard to the chat (supports both text and images) |
|
||||
| **/commit** | Commit edits to the repo made outside the chat (commit message optional) |
|
||||
| **/diff** | Display the diff of the last aider commit |
|
||||
| **/drop** | Remove files from the chat session to free up context space |
|
||||
|
@ -27,6 +27,7 @@ cog.out(get_help_md())
|
|||
| **/help** | Ask questions about aider |
|
||||
| **/lint** | Lint and fix provided files or in-chat files if none provided |
|
||||
| **/ls** | List all known files and indicate which are included in the chat session |
|
||||
| **/map** | Print out the current repository map |
|
||||
| **/model** | Switch to a new LLM |
|
||||
| **/models** | Search the list of available models |
|
||||
| **/quit** | Exit the application |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue