【微信openclaw修复】使用新版本openclaw,对openclaw-weixin在openclaw2026.3.23-2版本的修复

2026-04-11 13:390阅读0评论SEO资源
  • 内容介绍
  • 文章标签
  • 相关推荐
问题描述:

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";

再查看宿主 openclaw 的 package exports,确认当前运行环境下并没有正确暴露这个子路径。

阅读全文
问题描述:

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";

再查看宿主 openclaw 的 package exports,确认当前运行环境下并没有正确暴露这个子路径。

阅读全文