feat(client): add routes for version, time, system info, and restart functionality

This commit is contained in:
2026-01-31 00:48:15 +08:00
parent ef891e529a
commit 51822506d7
16 changed files with 693 additions and 582 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.0.96",
"version": "0.0.97",
"description": "envision 命令行工具",
"type": "module",
"basename": "/root/cli",
@@ -49,13 +49,13 @@
"@kevisual/auth": "^2.0.3",
"@kevisual/context": "^0.0.4",
"@kevisual/use-config": "^1.0.28",
"@opencode-ai/sdk": "^1.1.36",
"@opencode-ai/sdk": "^1.1.44",
"@types/busboy": "^1.5.4",
"busboy": "^1.6.0",
"eventemitter3": "^5.0.4",
"jose": "^6.1.3",
"lowdb": "^7.0.1",
"lru-cache": "^11.2.4",
"lru-cache": "^11.2.5",
"micromatch": "^4.0.8",
"pm2": "latest",
"semver": "^7.7.3",
@@ -67,11 +67,11 @@
"@kevisual/logger": "^0.0.4",
"@kevisual/query": "0.0.38",
"@kevisual/query-login": "0.0.7",
"@types/bun": "^1.3.6",
"@types/bun": "^1.3.8",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/micromatch": "^4.0.10",
"@types/node": "^25.0.10",
"@types/node": "^25.1.0",
"@types/semver": "^7.7.1",
"chalk": "^5.6.2",
"commander": "^14.0.2",
@@ -82,7 +82,7 @@
"ignore": "^7.0.5",
"jsonwebtoken": "^9.0.3",
"pm2": "^6.0.14",
"tar": "^7.5.6",
"tar": "^7.5.7",
"zustand": "^5.0.10"
},
"engines": {