Skip to content

Commit 9ef35ea

Browse files
committed
fix(plugin-sdk): classify channel facades
1 parent d1365fe commit 9ef35ea

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/plugins/sdk-subpaths.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ For the plugin authoring guide, see [Plugin SDK overview](/plugins/sdk-overview)
175175
| `plugin-sdk/runtime-env` | Narrow runtime env, logger, timeout, retry, and backoff helpers |
176176
| `plugin-sdk/browser-config` | Supported browser config facade for normalized profile/defaults, CDP URL parsing, and browser-control auth helpers |
177177
| `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 |
178180
| `plugin-sdk/runtime-store` | `createPluginRuntimeStore` |
179181
| `plugin-sdk/plugin-runtime` | Shared plugin command/hook/http/interactive helpers |
180182
| `plugin-sdk/hook-runtime` | Shared webhook/internal hook pipeline helpers |

src/plugin-sdk/entrypoints.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export const supportedBundledFacadeSdkEntrypoints = [
1414
"discord",
1515
"lmstudio",
1616
"lmstudio-runtime",
17+
"matrix",
18+
"mattermost",
1719
"memory-core-engine-runtime",
1820
"qa-runner-runtime",
1921
"telegram-account",

0 commit comments

Comments
 (0)