@wu529778790/open-im 1.5.2-beta.7 → 1.5.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.
- package/README.md +1 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
- 多平台:支持 Telegram、飞书、企业微信、钉钉、微信(测试中),可同时启用
|
|
8
8
|
- 多 AI 工具:支持 Claude、Codex、Cursor
|
|
9
|
-
- 流式输出:实时回传 AI
|
|
9
|
+
- 流式输出:实时回传 AI 回复与工具执行进度(目前钉钉暂未实现流式传输)
|
|
10
10
|
- 会话隔离:每个用户独立维护本地会话,`/new` 可重置
|
|
11
11
|
- 常用命令:支持 `/help`、`/new`、`/cd`、`/pwd`、`/status`
|
|
12
12
|
|
|
@@ -31,15 +31,6 @@ open-im start
|
|
|
31
31
|
|
|
32
32
|
配置文件默认保存在 `~/.open-im/config.json`。
|
|
33
33
|
|
|
34
|
-
## 仓库开发
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
npm run build
|
|
38
|
-
npm run dev
|
|
39
|
-
npm start
|
|
40
|
-
npm stop
|
|
41
|
-
```
|
|
42
|
-
|
|
43
34
|
## CLI 命令
|
|
44
35
|
|
|
45
36
|
| 命令 | 说明 |
|