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
For development instruction, check [Development.md](DEVELOPMENT.md).
37
52
@@ -252,17 +267,7 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha
252
267
|`⇧⌘]`| Move to next tab |
253
268
|`⇧⌘[`| Move to previous tab |
254
269
255
-
#### Chat Scope
256
-
257
-
The chat panel allows for chat scope to temporarily control the context of the conversation for the latest message. To use a scope, simply prefix the message with `@scope`.
258
-
259
-
`@code` is on by default, if `Use @code scope by default in chat context.` is on. Otherwise, `@file` will be on by default.
260
-
261
-
To use scopes, you can prefix a message with `@code`.
262
-
263
-
You can use shorthand to represent a scope, such as `@c`, and enable multiple scopes with `@c+web`.
264
-
265
-
#### Chat Plugins
270
+
#### Chat Commands
266
271
267
272
The chat panel supports chat plugins that may not require an OpenAI API key. For example, if you need to use the `/run` plugin, you just type
268
273
@@ -297,14 +302,6 @@ This feature is recommended when you need to update a specific piece of code. So
297
302
- Polishing and correcting grammar and spelling errors in the documentation.
298
303
- Translating a localizable strings file.
299
304
300
-
#### Modification Scope
301
-
302
-
The chat panel allows for chat scope to temporarily control the context of the conversation for the latest message. To use a scope, simply prefix the message with `@scope`.
303
-
304
-
To use scopes, you can prefix a message with `@sense`.
305
-
306
-
You can use shorthand to represent a scope, such as `@sense`, and enable multiple scopes with `@c+web`.
307
-
308
305
#### Commands
309
306
310
307
- Write or Modify Code: Open a modification window, where you can use natural language to write or edit selected code.
0 commit comments