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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,9 +143,15 @@ The chat panel supports chat plugins that may not require an OpenAI API key. For
143
143
/run echo hello
144
144
```
145
145
146
+
If you need to end a plugin, you can just type
147
+
```
148
+
/exit
149
+
```
150
+
146
151
| Command | Description |
147
152
|:---:|---|
148
153
|`/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.|
154
+
|`/airun`| Create 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. |
0 commit comments