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
|`⌘M`| Minimize the chat, you can bring it back with any chat commands or by clicking the circular widget. |
197
-
|`⇧↩︎`| Add new line. |
198
+
|`⇧↩︎`| Add new line. |
199
+
|`⇧⌘]`| Move to next tab |
200
+
|`⇧⌘[`| Move to previous tab |
198
201
199
202
#### Chat Scope
200
203
201
204
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`.
|`@selection`| Inject the selected code from the active editor into the conversation. This scope will be applied to any message automatically. If you don't want this to be the default behavior, you can turn off the option `Use selection scope by default in chat context.`. |
206
-
|`@file`| Inject the content of the file into the conversation. Keep in mind that you may not have enough tokens to inject large files. |
|`/run`| Runs the command under the project root. You can also use environment variable `PROJECT_ROOT` to get the project root and `FILE_PATH` to get the editing file path. |
225
-
|`/airun`| Creates a command with natural language. You can ask to modify the command if it is not what you want. After confirming, the command will be executed by calling the `/run` plugin. |
226
-
|`/math`| Solves a math problem in natural language |
227
-
|`/search`| Search on Bing and summarize the results. You have to setup the Bing Search API in the host app before using it. |
228
-
|`/shortcut(shortcut name)`| Run a shortcut from the Shortcuts.app, and use the following message as the input. If the message is empty, it will use the previous message as input. The output of the shortcut will be printed as a reply from the bot. |
229
-
|`/shortcutInput(shortcut name)`| Run a shortcut from the Shortcuts.app, and use the following message as the input. If the message is empty, it will use the previous message as input. The output of the shortcut will be send to the bot as a user message. |
0 commit comments