@wu529778790/open-im 1.11.2-beta.31 → 1.11.2-beta.33

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -92,7 +92,7 @@ cd /my-project && claude
92
92
  claude -c # 接上手机端的对话
93
93
  ```
94
94
 
95
- > 同一时刻只能有一端活跃。发消息前先退出 CLI,反之亦然。
95
+ > 不能同时使用两端,但无需退出 CLI。只需等待当前操作完成即可切换。
96
96
 
97
97
  ## Web 控制台
98
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wu529778790/open-im",
3
- "version": "1.11.2-beta.31",
3
+ "version": "1.11.2-beta.33",
4
4
  "description": "Your AI coding assistant, in every chat app. Multi-platform IM bridge for Claude Code, Codex, and CodeBuddy.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",