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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,12 @@ uv run bot
126
126
127
127
The bot can execute local shell commands via skills defined in a `skills/` directory. Each subdirectory containing a `SKILL.md` file is registered as a skill.
128
128
129
+
When using the Docker image, mount `skills/` at runtime (the image build excludes this directory by default):
130
+
131
+
```bash
132
+
-v /path/to/skills:/app/skills:ro
133
+
```
134
+
129
135
This feature is **disabled by default**. To enable it, set:
0 commit comments