LeanOn (@jingtai123) 在 使用openclaw,对openclaw-weixin在openclaw2026.3.23-2版本的修复 中发帖
openclaw新版本的升级,重构了plugin sdk:
openclaw/plugin-sdk/channel-config-schema
openclaw/plugin-sdk/account-id
openclaw/plugin-sdk/infra-runtime
openclaw/plugin-sdk/channel-runtime
openclaw/plugin-sdk/command-auth
openclaw/plugin-sdk/text-runtime
openclaw/plugin-sdk/config-runtime
查看插件入口 index.ts,发现它一上来就导入:
import { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
再查看宿主 op...