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
@@ -39,6 +39,8 @@
- Real-time streaming via SSE with async run support
- Multi-session management — create, rename, delete, switch between sessions
- Session grouping by source (Telegram, Discord, Slack, etc.) with collapsible accordion
- Active session indicator — live sessions pin to top with spinner icon
- Sessions sorted by latest message time
- Markdown rendering with syntax highlighting and code copy
- Tool call detail expansion (arguments / result)
- File upload support
@@ -83,8 +85,18 @@ Unified configuration for **8 platforms** in one page:
- Auto-discover models from credential pool (`~/.hermes/auth.json`)
- Fetch available models from each provider endpoint (`/v1/models`)
- Add custom OpenAI-compatible providers
- Provider-level model grouping
- Add, update, and delete providers (preset & custom OpenAI-compatible)
- OpenAI Codex OAuth login for Codex models
- Provider-level model grouping with default model switching
### Multi-Profile & Gateway
- Create, rename, delete, and switch between Hermes profiles
- Clone existing profile or import from archive (`.tar.gz`)
- Export profile for backup or sharing
- Multi-gateway management — start, stop, and monitor gateway per profile
- Auto port conflict resolution
- Profile-scoped configuration and cache isolation
### Skills & Memory
@@ -105,6 +117,7 @@ Unified configuration for **8 platforms** in one page:
- Memory (enable/disable, char limits)
- Session reset (idle timeout, scheduled reset)
- Privacy (PII redaction)
- Model settings (default model & provider)
- API server configuration
### Web Terminal
@@ -233,6 +246,10 @@ The BFF layer handles API proxy (with path rewriting), SSE streaming, file uploa
**Backend:** Koa 2 (BFF server) + node-pty (web terminal)
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=EKKOLearnAI/hermes-web-ui&type=Date)](https://star-history.com/#EKKOLearnAI/hermes-web-ui&Date)
## License
[MIT](./LICENSE)