fix: avoid persisted-auth channel startup probes

This commit is contained in:
Peter Steinberger
2026-04-26 07:09:14 +01:00
parent 1ed8c41f33
commit 7c6c0a8d54
5 changed files with 51 additions and 1 deletions

View File

@@ -65,6 +65,8 @@ Packaged OpenClaw installs do not eagerly install every bundled plugin's
runtime dependency tree. When a bundled OpenClaw-owned plugin is active from
plugin config, legacy channel config, or a default-enabled manifest, startup
repairs only that plugin's declared runtime dependencies before importing it.
Persisted channel auth state alone does not activate a bundled channel for
Gateway startup runtime-dependency repair.
Explicit disablement still wins: `plugins.entries.<id>.enabled: false`,
`plugins.deny`, `plugins.enabled: false`, and `channels.<id>.enabled: false`
prevent automatic bundled runtime-dependency repair for that plugin/channel.