feat: restructure command for Claude models and add new remote routes

- Deleted the old cc.ts command and created a new cc.ts under src/command/claude for better organization.
- Added support for a new model 'bailian' in the command.
- Implemented remote app connection status and connection routes in assistant/src/routes/remote/index.ts.
- Updated index.ts to reflect the new path for the cc command.
- Added a placeholder for future management of plugin operations in src/command/opencode/plugin.ts.
This commit is contained in:
2026-01-21 23:22:58 +08:00
parent a911334459
commit 028a6ac726
15 changed files with 469 additions and 276 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.0.90",
"version": "0.0.91",
"description": "envision 命令行工具",
"type": "module",
"basename": "/root/cli",
@@ -48,7 +48,7 @@
"@kevisual/app": "^0.0.2",
"@kevisual/context": "^0.0.4",
"@kevisual/use-config": "^1.0.28",
"@opencode-ai/sdk": "^1.1.26",
"@opencode-ai/sdk": "^1.1.28",
"@types/busboy": "^1.5.4",
"busboy": "^1.6.0",
"eventemitter3": "^5.0.4",
@@ -63,7 +63,7 @@
"@kevisual/dts": "^0.0.3",
"@kevisual/load": "^0.0.6",
"@kevisual/logger": "^0.0.4",
"@kevisual/query": "0.0.35",
"@kevisual/query": "0.0.37",
"@kevisual/query-login": "0.0.7",
"@types/bun": "^1.3.6",
"@types/crypto-js": "^4.2.2",
@@ -80,7 +80,7 @@
"ignore": "^7.0.5",
"jsonwebtoken": "^9.0.3",
"pm2": "^6.0.14",
"tar": "^7.5.4",
"tar": "^7.5.6",
"zustand": "^5.0.10"
},
"engines": {