Commit ac4ffd3
fix: bundle extensions directory for memory-core plugin
The clawdbot gateway expects bundled plugins (like memory-core) to be
available in an extensions directory. This change:
1. Copies the extensions/ directory to $out/lib/clawdbot/ during install
2. Sets CLAWDBOT_BUNDLED_PLUGINS_DIR env var so clawdbot can discover them
Without this fix, users get "plugin not found: memory-core" errors when
using the default plugins.slots.memory configuration.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent d8667b9 commit ac4ffd3
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | | - | |
| 43 | + | |
0 commit comments