

























@@ -86,7 +86,7 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,
8686| `plugin-sdk/channel-setup` | `createOptionalChannelSetupSurface`, `createOptionalChannelSetupAdapter`, `createOptionalChannelSetupWizard`, plus `DEFAULT_ACCOUNT_ID`, `createTopLevelChannelDmPolicy`, `setSetupChannelEnabled`, `splitSetupEntries` |
8787| `plugin-sdk/setup` | Shared setup wizard helpers, allowlist prompts, setup status builders |
8888| `plugin-sdk/setup-runtime` | `createPatchedAccountSetupAdapter`, `createEnvPatchedAccountSetupAdapter`, `createSetupInputPresenceValidator`, `noteChannelLookupFailure`, `noteChannelLookupSummary`, `promptResolvedAllowFrom`, `splitSetupEntries`, `createAllowlistSetupWizardProxy`, `createDelegatedSetupWizardProxy` |
89-| `plugin-sdk/setup-adapter-runtime` | `createEnvPatchedAccountSetupAdapter` |
89+| `plugin-sdk/setup-adapter-runtime` | Deprecated compatibility alias; use `plugin-sdk/setup-runtime` |
9090| `plugin-sdk/setup-tools` | `formatCliCommand`, `detectBinary`, `extractArchive`, `resolveBrewExecutable`, `formatDocsLink`, `CONFIG_DIR` |
9191| `plugin-sdk/account-core` | Multi-account config/action-gate helpers, default-account fallback helpers |
9292| `plugin-sdk/account-id` | `DEFAULT_ACCOUNT_ID`, account-id normalization helpers |
@@ -269,7 +269,7 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,
269269| `plugin-sdk/skill-commands-runtime` | Skill command listing helpers |
270270| `plugin-sdk/native-command-registry` | Native command registry/build/serialize helpers |
271271| `plugin-sdk/agent-harness` | Experimental trusted-plugin surface for low-level agent harnesses: harness types, active-run steer/abort helpers, OpenClaw tool bridge helpers, runtime-plan tool policy helpers, terminal outcome classification, tool progress formatting/detail helpers, and attempt result utilities |
272-| `plugin-sdk/provider-zai-endpoint` | Z.AI endpoint detection helpers |
272+| `plugin-sdk/provider-zai-endpoint` | Deprecated Z.AI provider-owned endpoint detection facade; use the Z.AI plugin public API |
273273| `plugin-sdk/async-lock-runtime` | Process-local async lock helper for small runtime state files |
274274| `plugin-sdk/channel-activity-runtime` | Channel activity telemetry helper |
275275| `plugin-sdk/concurrency-runtime` | Bounded async task concurrency helper |
@@ -320,7 +320,7 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,
320320| `plugin-sdk/video-generation` | Video generation provider/request/result types |
321321| `plugin-sdk/video-generation-core` | Shared video-generation types, failover helpers, provider lookup, and model-ref parsing |
322322| `plugin-sdk/webhook-targets` | Webhook target registry and route-install helpers |
323-| `plugin-sdk/webhook-path` | Webhook path normalization helpers |
323+| `plugin-sdk/webhook-path` | Deprecated compatibility alias; use `plugin-sdk/webhook-ingress` |
324324| `plugin-sdk/web-media` | Shared remote/local media loading helpers |
325325| `plugin-sdk/zod` | Deprecated compatibility re-export; import `zod` from `zod` directly |
326326| `plugin-sdk/testing` | Repo-local deprecated compatibility barrel for legacy OpenClaw tests. New repo tests should import focused local test subpaths such as `plugin-sdk/agent-runtime-test-contracts`, `plugin-sdk/plugin-test-runtime`, `plugin-sdk/channel-test-helpers`, `plugin-sdk/test-env`, or `plugin-sdk/test-fixtures` instead |
@@ -347,17 +347,17 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,
347347| `plugin-sdk/memory-core-host-multimodal` | Memory host multimodal helpers |
348348| `plugin-sdk/memory-core-host-query` | Memory host query helpers |
349349| `plugin-sdk/memory-core-host-secret` | Memory host secret helpers |
350-| `plugin-sdk/memory-core-host-events` | Memory host event journal helpers |
350+| `plugin-sdk/memory-core-host-events` | Deprecated compatibility alias; use `plugin-sdk/memory-host-events` |
351351| `plugin-sdk/memory-core-host-status` | Memory host status helpers |
352352| `plugin-sdk/memory-core-host-runtime-cli` | Memory host CLI runtime helpers |
353353| `plugin-sdk/memory-core-host-runtime-core` | Memory host core runtime helpers |
354354| `plugin-sdk/memory-core-host-runtime-files` | Memory host file/runtime helpers |
355355| `plugin-sdk/memory-host-core` | Vendor-neutral alias for memory host core runtime helpers |
356356| `plugin-sdk/memory-host-events` | Vendor-neutral alias for memory host event journal helpers |
357-| `plugin-sdk/memory-host-files` | Vendor-neutral alias for memory host file/runtime helpers |
357+| `plugin-sdk/memory-host-files` | Deprecated compatibility alias; use `plugin-sdk/memory-core-host-runtime-files` |
358358| `plugin-sdk/memory-host-markdown` | Shared managed-markdown helpers for memory-adjacent plugins |
359359| `plugin-sdk/memory-host-search` | Active memory runtime facade for search-manager access |
360-| `plugin-sdk/memory-host-status` | Vendor-neutral alias for memory host status helpers |
360+| `plugin-sdk/memory-host-status` | Deprecated compatibility alias; use `plugin-sdk/memory-core-host-status` |
361361</Accordion>
362362363363<Accordion title="Reserved bundled-helper subpaths">
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。