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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,6 +263,14 @@ Gabriel has a drop-in plugin system. Create a folder under `plugins/<name>/` wit
263
263
264
264
Official plugins live at **[HoppouAI/ProjectGabriel-Plugins](https://github.com/HoppouAI/ProjectGabriel-Plugins)**. The author guide is in [plugins/README.md](plugins/README.md).
265
265
266
+
### Installing plugins
267
+
268
+
Run **`plugins.bat`** for an interactive TUI that pulls the latest plugin
269
+
list from the official repo, shows what's already installed, and one
270
+
keypress installs a plugin folder plus runs `bin\uv.exe pip install` for
271
+
any dependencies it needs. Press `L` inside the TUI to install from a
272
+
local folder or `G` to point it at a fork instead.
273
+
266
274
---
267
275
268
276
## Project Structure
@@ -271,6 +279,7 @@ Official plugins live at **[HoppouAI/ProjectGabriel-Plugins](https://github.com/
0 commit comments