docs: generalize plugin runtime comments · openclaw/openclaw@0531474
steipete
·
2026-04-22
·
via Recent Commits to openclaw:main
2 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|
@@ -154,7 +154,7 @@ export function stripRedundantSubsystemPrefixForConsole(
|
154 | 154 | return message; |
155 | 155 | } |
156 | 156 | |
157 | | -// Common duplication: "[discord] discord: ..." (when a message manually includes the subsystem tag). |
| 157 | +// Common duplication when a message manually includes the subsystem tag. |
158 | 158 | if (message.startsWith("[")) { |
159 | 159 | const closeIdx = message.indexOf("]"); |
160 | 160 | if (closeIdx > 1) { |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3,7 +3,7 @@
|
3 | 3 | * |
4 | 4 | * This surface exposes generic core helpers only. Plugin-owned behavior stays |
5 | 5 | * inside the owning plugin package instead of hanging off core runtime slots |
6 | | - * like `channel.discord` or `channel.slack`. |
| 6 | + * keyed by plugin id. |
7 | 7 | */ |
8 | 8 | import type { DispatchReplyWithBufferedBlockDispatcher } from "../../auto-reply/reply/provider-dispatcher.types.js"; |
9 | 9 | import type { CreateReplyDispatcherWithTyping } from "../../auto-reply/reply/reply-dispatcher.runtime-types.js"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。