Commit 847393c
committed
fix(plugin): add noopPrefixes to prevent gateway restart loop
OpenClaw's reload watcher classifies all `plugins.*` config changes as
requiring a gateway restart. The plugin loader updates resolvedAt and
installedAt timestamps in openclaw.json on every startup for
npm-installed plugins, causing an infinite restart loop.
Declare `noopPrefixes: ["plugins.installs.botschat"]` so the reload
watcher ignores install metadata changes. This is a defense-in-depth
fix alongside the upstream OpenClaw PR (openclaw/openclaw#41007).
Bump version to 0.1.20.1 parent 92e64f8 commit 847393c
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
246 | 249 | | |
247 | 250 | | |
248 | 251 | | |
| |||
0 commit comments