imtoagent 0.3.1 → 0.3.2

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.
@@ -367,10 +367,10 @@ export async function runSetupWizard(): Promise<void> {
367
367
  const existingIdx = bots.findIndex(b => b.name === botName);
368
368
  if (existingIdx >= 0) {
369
369
  bots[existingIdx] = bot;
370
- console.log(`✅ 已替换: ${name}`);
370
+ console.log(`✅ 已替换: ${botName}`);
371
371
  } else {
372
372
  bots.push(bot);
373
- console.log(`✅ 已添加: ${name}`);
373
+ console.log(`✅ 已添加: ${botName}`);
374
374
  }
375
375
 
376
376
  // 是否继续添加
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imtoagent",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "IM ↔ Agent 统一网关 — 飞书/Telegram/微信/企业微信对接 Claude Code/Codex/OpenCode",
5
5
  "type": "module",
6
6
  "bin": {