feat: add user info command and package management for assistant app

- Implemented a new command 'me' to view current user information in the assistant application.
- Created a common configuration file for the assistant app with package details and scripts.
- Added functionality to check and update package.json dependencies and devDependencies in the assistant app.
- Refactored storage initialization in query module to use StorageNode.
This commit is contained in:
2026-02-21 03:08:39 +08:00
parent e53c166c29
commit 68c1976754
26 changed files with 657 additions and 1453 deletions

View File

@@ -46,7 +46,7 @@
"@kevisual/auth": "^2.0.3",
"@kevisual/context": "^0.0.8",
"@kevisual/use-config": "^1.0.30",
"@opencode-ai/sdk": "^1.2.6",
"@opencode-ai/sdk": "^1.2.10",
"@types/busboy": "^1.5.4",
"busboy": "^1.6.0",
"eventemitter3": "^5.0.4",
@@ -59,8 +59,8 @@
"unstorage": "^1.17.4"
},
"devDependencies": {
"@kevisual/api": "^0.0.52",
"@kevisual/cnb": "^0.0.26",
"@kevisual/api": "^0.0.55",
"@kevisual/cnb": "^0.0.28",
"@kevisual/dts": "^0.0.4",
"@kevisual/load": "^0.0.6",
"@kevisual/logger": "^0.0.4",
@@ -69,7 +69,7 @@
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/micromatch": "^4.0.10",
"@types/node": "^25.2.3",
"@types/node": "^25.3.0",
"@types/semver": "^7.7.1",
"chalk": "^5.6.2",
"commander": "^14.0.3",