fix(plugin-sdk): classify channel facades

This commit is contained in:
Vincent Koc
2026-05-03 01:48:53 -07:00
parent d1365fef16
commit 9ef35ea5c7
2 changed files with 4 additions and 0 deletions

View File

@@ -175,6 +175,8 @@ For the plugin authoring guide, see [Plugin SDK overview](/plugins/sdk-overview)
| `plugin-sdk/runtime-env` | Narrow runtime env, logger, timeout, retry, and backoff helpers |
| `plugin-sdk/browser-config` | Supported browser config facade for normalized profile/defaults, CDP URL parsing, and browser-control auth helpers |
| `plugin-sdk/channel-runtime-context` | Generic channel runtime-context registration and lookup helpers |
| `plugin-sdk/matrix` | Deprecated Matrix compatibility facade for older third-party channel packages; new plugins should import `plugin-sdk/run-command` directly |
| `plugin-sdk/mattermost` | Deprecated Mattermost compatibility facade for older third-party channel packages; new plugins should import generic SDK subpaths directly |
| `plugin-sdk/runtime-store` | `createPluginRuntimeStore` |
| `plugin-sdk/plugin-runtime` | Shared plugin command/hook/http/interactive helpers |
| `plugin-sdk/hook-runtime` | Shared webhook/internal hook pipeline helpers |

View File

@@ -14,6 +14,8 @@ export const supportedBundledFacadeSdkEntrypoints = [
"discord",
"lmstudio",
"lmstudio-runtime",
"matrix",
"mattermost",
"memory-core-engine-runtime",
"qa-runner-runtime",
"telegram-account",