fix(plugin-sdk): classify channel facades · openclaw/openclaw@9ef35ea
vincentkoc
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -175,6 +175,8 @@ For the plugin authoring guide, see [Plugin SDK overview](/plugins/sdk-overview)
|
175 | 175 | | `plugin-sdk/runtime-env` | Narrow runtime env, logger, timeout, retry, and backoff helpers | |
176 | 176 | | `plugin-sdk/browser-config` | Supported browser config facade for normalized profile/defaults, CDP URL parsing, and browser-control auth helpers | |
177 | 177 | | `plugin-sdk/channel-runtime-context` | Generic channel runtime-context registration and lookup helpers | |
| 178 | +| `plugin-sdk/matrix` | Deprecated Matrix compatibility facade for older third-party channel packages; new plugins should import `plugin-sdk/run-command` directly | |
| 179 | +| `plugin-sdk/mattermost` | Deprecated Mattermost compatibility facade for older third-party channel packages; new plugins should import generic SDK subpaths directly | |
178 | 180 | | `plugin-sdk/runtime-store` | `createPluginRuntimeStore` | |
179 | 181 | | `plugin-sdk/plugin-runtime` | Shared plugin command/hook/http/interactive helpers | |
180 | 182 | | `plugin-sdk/hook-runtime` | Shared webhook/internal hook pipeline helpers | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。