You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,6 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha
179
179
#### Commands
180
180
181
181
- Open Chat: Open a chat window.
182
-
- Explain Selection: Open a chat window and explain the selected code.
183
182
184
183
#### Keyboard Shortcuts
185
184
@@ -234,7 +233,11 @@ This feature is recommended when you need to update a specific piece of code. So
234
233
235
234
### Custom Commands
236
235
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.
0 commit comments