@wu529778790/open-im 1.10.9-beta.22 → 1.10.9-beta.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/setup.js +2 -10
  2. package/package.json +1 -1
package/dist/setup.js CHANGED
@@ -121,25 +121,17 @@ function printManualInstructions(configPath) {
121
121
  "cardTemplateId": "你的钉钉 AI 卡片模板 ID(可选,配置后启用单条流式)",
122
122
  "allowedUserIds": ["允许访问的钉钉用户 ID(可选)"]
123
123
  },
124
- "wechat": {
125
- "enabled": false,
126
- "aiCommand": "claude",
127
- "workbuddyAccessToken": "(由 open-im init 在浏览器完成 WorkBuddy 登录后自动写入)",
128
- "workbuddyRefreshToken": "",
129
- "userId": "",
130
- "allowedUserIds": ["允许访问的微信用户 ID(可选)"]
131
- },
132
124
  "clawbot": {
133
125
  "enabled": false,
134
126
  "aiCommand": "claude",
135
- "apiUrl": "http://127.0.0.1:26322",
127
+ "apiUrl": "https://ilinkai.weixin.qq.com",
136
128
  "apiToken": "你的 ClawBot Bearer Token(可选)",
137
129
  "allowedUserIds": ["允许访问的微信用户 ID(可选)"]
138
130
  }
139
131
  }
140
132
  }`);
141
133
  console.log("");
142
- console.log("提示:至少需要配置 Telegram、Feishu、QQ、WeChat、WeWork、DingTalk 或 ClawBot 其中一个平台");
134
+ console.log("提示:至少需要配置 Telegram、Feishu、QQ、WeWork、DingTalk、WorkBuddy 或 ClawBot 其中一个平台");
143
135
  console.log("或设置环境变量: TELEGRAM_BOT_TOKEN=xxx、FEISHU_APP_ID=xxx、QQ_BOT_APPID=xxx、WECHAT_WORKBUDDY_ACCESS_TOKEN=xxx、WEWORK_CORP_ID=xxx、DINGTALK_CLIENT_ID=xxx 或 CLAWBOT_API_TOKEN=xxx 后再运行");
144
136
  console.log("");
145
137
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wu529778790/open-im",
3
- "version": "1.10.9-beta.22",
3
+ "version": "1.10.9-beta.23",
4
4
  "description": "Multi-platform IM bridge for AI CLI tools (Claude, Codex, CodeBuddy)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",