chore: optimize npm keywords and description for GitHub search discoverability (#135)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-22 22:04:26 +08:00
committed by GitHub
parent 70ddbd0bcd
commit 5537383bdb
+15 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "hermes-web-ui", "name": "hermes-web-ui",
"version": "0.4.3", "version": "0.4.3",
"description": "Web dashboard for Hermes Agent — multi-platform AI chat, session management, scheduled jobs, usage analytics & channel configuration (Telegram, Discord, Slack, WhatsApp)", "description": "Self-hosted AI chat dashboard for Hermes Agent — multi-model (Claude, GPT, Gemini, DeepSeek) web UI with Telegram, Discord, Slack, WhatsApp integration",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/EKKOLearnAI/hermes-web-ui.git" "url": "https://github.com/EKKOLearnAI/hermes-web-ui.git"
@@ -13,10 +13,23 @@
}, },
"keywords": [ "keywords": [
"hermes", "hermes",
"hermes-agent",
"hermes-web",
"agent",
"ai",
"ai-agent", "ai-agent",
"ai-chat",
"ai-dashboard",
"chatgpt",
"claude",
"openai",
"gemini",
"deepseek",
"llm", "llm",
"multi-model",
"chat-ui", "chat-ui",
"dashboard", "dashboard",
"self-hosted",
"telegram", "telegram",
"discord", "discord",
"slack", "slack",
@@ -26,8 +39,7 @@
"weixin", "weixin",
"multi-platform", "multi-platform",
"vue3", "vue3",
"typescript", "typescript"
"naive-ui"
], ],
"bin": { "bin": {
"hermes-web-ui": "./bin/hermes-web-ui.mjs" "hermes-web-ui": "./bin/hermes-web-ui.mjs"