docs: update README with multi-profile, gateway, provider management and star history

- Add active session indicator and latest-message sorting to AI Chat
- Expand Model Management with provider CRUD and Codex OAuth
- Add Multi-Profile & Gateway section
- Add Model Settings to Settings section
- Add Star History chart to both EN and ZH READMEs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-19 23:36:28 +08:00
parent d3817556ac
commit 717549bc85
2 changed files with 38 additions and 4 deletions
+19 -2
View File
@@ -40,6 +40,8 @@
- 通过 SSE 实时流式输出,支持异步 Run
- 多会话管理 — 创建、重命名、删除、切换会话
- 按来源分组会话(Telegram、Discord、Slack 等),可折叠手风琴面板
- 活跃会话实时指示器 — 正在进行的会话置顶并显示旋转图标
- 按最新消息时间排序会话列表
- Markdown 渲染,支持语法高亮和代码复制
- 工具调用详情展开(参数 / 结果)
- 文件上传支持
@@ -84,8 +86,18 @@
- 从凭证池自动发现模型(`~/.hermes/auth.json`
- 从每个 Provider 端点获取可用模型(`/v1/models`
- 添加自定义 OpenAI 兼容 Provider
- Provider 级别模型分组
- 添加、更新、删除 Provider(预设 & 自定义 OpenAI 兼容
- OpenAI Codex OAuth 登录,使用 Codex 模型
- Provider 级别模型分组,支持切换默认模型
### 多配置文件与网关
- 创建、重命名、删除、切换 Hermes 配置文件(Profile
- 克隆现有配置文件或从归档导入(`.tar.gz`
- 导出配置文件用于备份或分享
- 多网关管理 — 按 Profile 启动、停止、监控网关
- 自动端口冲突解决
- 配置文件级别的配置和缓存隔离
### 技能与记忆
@@ -106,6 +118,7 @@
- 记忆(启用/禁用、字符限制)
- 会话重置(空闲超时、定时重置)
- 隐私(PII 脱敏)
- 模型设置(默认模型 & Provider
- API 服务器配置
### Web 终端
@@ -234,6 +247,10 @@ BFF 层负责:API 代理(含路径重写)、SSE 流式推送、文件上
**后端:** Koa 2BFF 服务器)+ node-ptyWeb 终端)
## Star 历史
[![Star 历史图表](https://api.star-history.com/svg?repos=EKKOLearnAI/hermes-web-ui&type=Date)](https://star-history.com/#EKKOLearnAI/hermes-web-ui&Date)
## 许可证
[MIT](./LICENSE)