【微信openclaw修复】使用新版本openclaw,对openclaw-weixin在openclaw2026.3.23-2版本的修复
- 内容介绍
- 文章标签
- 相关推荐
问题描述:
openclaw新版本的升级,重构了plugin sdk:
openclaw/plugin-sdk/channel-config-schemaopenclaw/plugin-sdk/account-idopenclaw/plugin-sdk/infra-runtimeopenclaw/plugin-sdk/channel-runtimeopenclaw/plugin-sdk/command-authopenclaw/plugin-sdk/text-runtimeopenclaw/plugin-sdk/config-runtime
查看插件入口 index.ts,发现它一上来就导入:
import { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
再查看宿主 openclaw 的 package exports,确认当前运行环境下并没有正确暴露这个子路径。
问题描述:
openclaw新版本的升级,重构了plugin sdk:
openclaw/plugin-sdk/channel-config-schemaopenclaw/plugin-sdk/account-idopenclaw/plugin-sdk/infra-runtimeopenclaw/plugin-sdk/channel-runtimeopenclaw/plugin-sdk/command-authopenclaw/plugin-sdk/text-runtimeopenclaw/plugin-sdk/config-runtime
查看插件入口 index.ts,发现它一上来就导入:
import { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
再查看宿主 openclaw 的 package exports,确认当前运行环境下并没有正确暴露这个子路径。

