Skip to content

Commit 01260c7

Browse files
committed
Update README.md
1 parent 4817eac commit 01260c7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,15 @@ The chat panel supports chat plugins that may not require an OpenAI API key. For
143143
/run echo hello
144144
```
145145

146+
If you need to end a plugin, you can just type
147+
```
148+
/exit
149+
```
150+
146151
| Command | Description |
147152
|:---:|---|
148153
| `/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. |
149155

150156
## Key Bindings
151157

0 commit comments

Comments
 (0)