@ian2018cs/agenthub 0.1.61 → 0.1.63

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 CHANGED
@@ -21,7 +21,7 @@ AgentHub 是一个全功能的 AI Agent Web UI,可本地或远程部署,让
21
21
  ### 项目与文件管理
22
22
  - **项目管理** — 自动发现 Agent 会话,按项目分组,支持重命名、删除
23
23
  - **文件浏览器** — 交互式文件树,支持展开/折叠导航
24
- - **代码编辑器** — CodeMirror 6 驱动,多语言语法高亮、实时编辑保存
24
+ - **文件编辑器** — CodeMirror 6 驱动,多语言语法高亮、实时编辑保存
25
25
  - **MCP 服务器支持** — 通过 UI 添加、管理自定义 MCP 服务器,自动同步到 Codex
26
26
 
27
27
  ### 多用户与权限
@@ -223,7 +223,7 @@ npm run client # 仅启动 Vite dev 服务器
223
223
  |------|------|
224
224
  | 前端框架 | React 18 + Vite 7 |
225
225
  | 样式 | Tailwind CSS 3.4 |
226
- | 代码编辑器 | CodeMirror 6 |
226
+ | 文件编辑器 | CodeMirror 6 |
227
227
  | 终端 | xterm.js |
228
228
  | 后端框架 | Node.js 20+ + Express 4 |
229
229
  | 实时通信 | WebSocket (`ws`) |