chore: bump version to 0.5.15 and update changelog (#557)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-05-09 09:49:30 +08:00
committed by GitHub
parent 9507cbcc71
commit 448f780568
10 changed files with 100 additions and 201 deletions
+4 -3
View File
@@ -1,6 +1,6 @@
{
"name": "hermes-web-ui",
"version": "0.5.14",
"version": "0.5.15",
"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",
@@ -58,7 +58,8 @@
"dev:website": "vite --config vite.config.website.ts",
"build:website": "vite build --config vite.config.website.ts",
"preview:website": "vite preview --config vite.config.website.ts",
"openapi:generate": "node scripts/generate-openapi.mjs"
"openapi:generate": "node scripts/generate-openapi.mjs",
"claude": "claude --dangerously-skip-permissions"
},
"files": [
"bin/",
@@ -125,4 +126,4 @@
"vue-tsc": "^3.2.6",
"ws": "^8.20.0"
}
}
}