@wu529778790/open-im 1.8.3-beta.2 → 1.8.3-beta.3

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 +1 -0
  2. package/package.json +1 -1
package/dist/setup.js CHANGED
@@ -450,6 +450,7 @@ export async function runInteractiveSetup() {
450
450
  appId: wc?.appId || undefined,
451
451
  });
452
452
  config.platforms.wechat = {
453
+ loginMode: 'qclaw',
453
454
  appId: wc?.appId,
454
455
  enabled: true,
455
456
  token: credentials.channelToken,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wu529778790/open-im",
3
- "version": "1.8.3-beta.2",
3
+ "version": "1.8.3-beta.3",
4
4
  "description": "Multi-platform IM bridge for AI CLI tools (Claude, Codex, CodeBuddy)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",