Skip to content

Commit ef538ec

Browse files
committed
Update README.md
1 parent 7237dad commit ef538ec

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha
179179
#### Commands
180180

181181
- Open Chat: Open a chat window.
182-
- Explain Selection: Open a chat window and explain the selected code.
183182

184183
#### Keyboard Shortcuts
185184

@@ -234,7 +233,11 @@ This feature is recommended when you need to update a specific piece of code. So
234233

235234
### Custom Commands
236235

237-
You can create custom commands that run Chat and Prompt to Code with personalized prompts. These commands are easily accessible from both the Xcode menu bar and the context menu of the circular widget.
236+
You can create custom commands that run Chat and Prompt to Code with personalized prompts. These commands are easily accessible from both the Xcode menu bar and the context menu of the circular widget. There are 3 types of custom commands:
237+
238+
- Prompt to Code: Run Prompt to Code with the selected code, and update or write the code using the given prompt, if provided. You can provide additional information through the extra system prompt field.
239+
- Open Chat: Open the chat window and immediately send a message, if provided. You can provide more information through the extra system prompt field.
240+
- Custom Chat: Open the chat window and immediately send a message, if provided. You can overwrite the entire system prompt through the system prompt field.
238241

239242
## Key Bindings
240243

0 commit comments

Comments
 (0)