fix(channels): list manifest-only plugins · openclaw/openclaw@a1de61b
vincentkoc
·
2026-05-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -610,7 +610,7 @@ function pushNonBundledChannelConfigDescriptorDiagnostic(params: {
|
610 | 610 | level: "warn", |
611 | 611 | pluginId: sanitizeForLog(params.record.id), |
612 | 612 | source: sanitizeForLog(params.record.manifestPath), |
613 | | -message: `channel plugin manifest declares ${safeMissingChannels.join(", ")} without channelConfigs metadata; add openclaw.plugin.json#channelConfigs so config schema and setup surfaces work before runtime loads`, |
| 613 | +message: `channel plugin manifest declares ${safeMissingChannels.join(", ")} without channelConfigs metadata; add openclaw.plugin.json#channelConfigs so config schema and setup surfaces work before runtime loads. Channels without channelConfigs still appear in channel listings, but setup UI may be limited.`, |
614 | 614 | }); |
615 | 615 | } |
616 | 616 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。