diff --git a/README.md b/README.md index 7df0e73d..c5842ef9 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,11 @@
-
+
- Mobile -
-
-
+
@@ -53,16 +50,16 @@ Unified configuration for **8 platforms** in one page: -| Platform | Features | -|---|---| -| Telegram | Bot token, mention control, reactions, free-response chats | -| Discord | Bot token, mention, auto-thread, reactions, channel allow/ignore lists | -| Slack | Bot token, mention control, bot message handling | -| WhatsApp | Enable/disable, mention control, mention patterns | -| Matrix | Access token, homeserver, auto-thread, DM mention threads | -| Feishu (Lark) | App ID / Secret, mention control | -| WeChat | QR code login (scan in browser, auto-save credentials) | -| WeCom | Bot ID / Secret | +| Platform | Features | +| ------------- | ---------------------------------------------------------------------- | +| Telegram | Bot token, mention control, reactions, free-response chats | +| Discord | Bot token, mention, auto-thread, reactions, channel allow/ignore lists | +| Slack | Bot token, mention control, bot message handling | +| WhatsApp | Enable/disable, mention control, mention patterns | +| Matrix | Access token, homeserver, auto-thread, DM mention threads | +| Feishu (Lark) | App ID / Secret, mention control | +| WeChat | QR code login (scan in browser, auto-save credentials) | +| WeCom | Bot ID / Secret | - Credential management writes to `~/.hermes/.env` - Channel behavior settings write to `~/.hermes/config.yaml` @@ -209,16 +206,16 @@ For detailed notes and troubleshooting, see [`docs/docker.md`](./docs/docker.md) ### CLI Commands -| Command | Description | -|---|---| -| `hermes-web-ui start` | Start in background (daemon mode) | -| `hermes-web-ui start --port 9000` | Start on custom port | -| `hermes-web-ui stop` | Stop background process | -| `hermes-web-ui restart` | Restart background process | -| `hermes-web-ui status` | Check if running | -| `hermes-web-ui update` | Update to latest version & restart | -| `hermes-web-ui -v` | Show version number | -| `hermes-web-ui -h` | Show help message | +| Command | Description | +| --------------------------------- | ---------------------------------- | +| `hermes-web-ui start` | Start in background (daemon mode) | +| `hermes-web-ui start --port 9000` | Start on custom port | +| `hermes-web-ui stop` | Stop background process | +| `hermes-web-ui restart` | Restart background process | +| `hermes-web-ui status` | Check if running | +| `hermes-web-ui update` | Update to latest version & restart | +| `hermes-web-ui -v` | Show version number | +| `hermes-web-ui -h` | Show help message | ### Auto Configuration diff --git a/README_zh.md b/README_zh.md index 09973f86..52a7aca2 100644 --- a/README_zh.md +++ b/README_zh.md @@ -14,7 +14,11 @@
-
+
+
+
diff --git a/package.json b/package.json index 9c5113ad..5d32458f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermes-web-ui", - "version": "0.4.6", + "version": "0.4.7", "description": "Self-hosted AI chat dashboard for Hermes Agent — multi-model (Claude, GPT, Gemini, DeepSeek) web UI with Telegram, Discord, Slack, WhatsApp integration", "repository": { "type": "git", diff --git a/packages/client/src/assets/dance-dark.mp4 b/packages/client/src/assets/dance-dark.mp4 deleted file mode 100644 index 8d8089e5..00000000 Binary files a/packages/client/src/assets/dance-dark.mp4 and /dev/null differ diff --git a/packages/client/src/assets/dance-light.mp4 b/packages/client/src/assets/dance-light.mp4 deleted file mode 100644 index dd3c606a..00000000 Binary files a/packages/client/src/assets/dance-light.mp4 and /dev/null differ diff --git a/packages/client/src/assets/image1.png b/packages/client/src/assets/image1.png new file mode 100644 index 00000000..54af80e4 Binary files /dev/null and b/packages/client/src/assets/image1.png differ diff --git a/packages/client/src/assets/image2.png b/packages/client/src/assets/image2.png new file mode 100644 index 00000000..b55d56d8 Binary files /dev/null and b/packages/client/src/assets/image2.png differ diff --git a/packages/client/src/assets/output.gif b/packages/client/src/assets/output.gif deleted file mode 100644 index 95e8bac1..00000000 Binary files a/packages/client/src/assets/output.gif and /dev/null differ