


























@@ -67,7 +67,8 @@ For the plugin authoring guide, see [Plugin SDK overview](/plugins/sdk-overview)
6767| `plugin-sdk/interactive-runtime` | Semantic message presentation, delivery, and legacy interactive reply helpers. See [Message Presentation](/plugins/message-presentation) |
6868| `plugin-sdk/channel-inbound` | Compatibility barrel for inbound debounce, mention matching, mention-policy helpers, and envelope helpers |
6969| `plugin-sdk/channel-inbound-debounce` | Narrow inbound debounce helpers |
70-| `plugin-sdk/channel-mention-gating` | Narrow mention-policy helpers without the broader inbound runtime surface |
70+| `plugin-sdk/channel-mention-gating` | Narrow mention-policy and mention text helpers without the broader inbound runtime surface |
71+| `plugin-sdk/channel-envelope` | Narrow inbound envelope formatting helpers |
7172| `plugin-sdk/channel-location` | Channel location context and formatting helpers |
7273| `plugin-sdk/channel-logging` | Channel logging helpers for inbound drops and typing/ack failures |
7374| `plugin-sdk/channel-send-result` | Reply result types |
@@ -105,6 +106,7 @@ For the plugin authoring guide, see [Plugin SDK overview](/plugins/sdk-overview)
105106| `plugin-sdk/provider-transport-runtime` | Native provider transport helpers such as guarded fetch, transport message transforms, and writable transport event streams |
106107| `plugin-sdk/provider-onboard` | Onboarding config patch helpers |
107108| `plugin-sdk/global-singleton` | Process-local singleton/map/cache helpers |
109+| `plugin-sdk/group-activation` | Narrow group activation mode and command parsing helpers |
108110</Accordion>
109111110112<Accordion title="Auth and security subpaths">
@@ -120,6 +122,7 @@ For the plugin authoring guide, see [Plugin SDK overview](/plugins/sdk-overview)
120122| `plugin-sdk/approval-handler-runtime` | Broader approval handler runtime helpers; prefer the narrower adapter/gateway seams when they are enough |
121123| `plugin-sdk/approval-native-runtime` | Native approval target + account-binding helpers |
122124| `plugin-sdk/approval-reply-runtime` | Exec/plugin approval reply payload helpers |
125+| `plugin-sdk/reply-dedupe` | Narrow inbound reply dedupe reset helpers |
123126| `plugin-sdk/channel-contract-testing` | Narrow channel contract test helpers without the broad testing barrel |
124127| `plugin-sdk/command-auth-native` | Native command auth + native session-target helpers |
125128| `plugin-sdk/command-detection` | Shared command detection helpers |
@@ -172,7 +175,7 @@ For the plugin authoring guide, see [Plugin SDK overview](/plugins/sdk-overview)
172175| `plugin-sdk/tool-send` | Extract canonical send target fields from tool args |
173176| `plugin-sdk/temp-path` | Shared temp-download path helpers |
174177| `plugin-sdk/logging-core` | Subsystem logger and redaction helpers |
175-| `plugin-sdk/markdown-table-runtime` | Markdown table mode helpers |
178+| `plugin-sdk/markdown-table-runtime` | Markdown table mode and conversion helpers |
176179| `plugin-sdk/json-store` | Small JSON state read/write helpers |
177180| `plugin-sdk/file-lock` | Re-entrant file-lock helpers |
178181| `plugin-sdk/persistent-dedupe` | Disk-backed dedupe cache helpers |
@@ -210,6 +213,7 @@ For the plugin authoring guide, see [Plugin SDK overview](/plugins/sdk-overview)
210213| Subpath | Key exports |
211214| --- | --- |
212215| `plugin-sdk/media-runtime` | Shared media fetch/transform/store helpers plus media payload builders |
216+| `plugin-sdk/media-store` | Narrow media store helpers such as `saveMediaBuffer` |
213217| `plugin-sdk/media-generation-runtime` | Shared media-generation failover helpers, candidate selection, and missing-model messaging |
214218| `plugin-sdk/media-understanding` | Media understanding provider types plus provider-facing image/audio helper exports |
215219| `plugin-sdk/text-runtime` | Shared text/markdown/logging helpers such as assistant-visible-text stripping, markdown render/chunking/table helpers, redaction helpers, directive-tag helpers, and safe-text utilities |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。