[codex] update coding agents i18n and changelog (#1129)

* update coding agents i18n and changelog

* move virtual scroller to dev dependencies
This commit is contained in:
ekko
2026-05-29 21:07:00 +08:00
committed by GitHub
parent e3359c671c
commit b5b7d55958
13 changed files with 632 additions and 243 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "hermes-web-ui",
"version": "0.6.4",
"version": "0.6.5",
"description": "Self-hosted AI chat dashboard for Hermes Agent — multi-model web UI with multi-platform integration",
"repository": {
"type": "git",
@@ -63,8 +63,7 @@
"node-edge-tts": "^1.2.10",
"node-pty": "^1.1.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"vue-virtual-scroller": "^3.0.4"
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@koa/bodyparser": "^5.0.0",
@@ -122,6 +121,7 @@
"vue-i18n": "^11.3.2",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.8",
"vue-virtual-scroller": "^3.0.4",
"ws": "^8.20.0"
}
}