This commit is contained in:
2026-01-20 15:39:46 +08:00
parent 9f20e149a0
commit 89470346be
20 changed files with 330 additions and 195 deletions

View File

@@ -20,6 +20,9 @@
"asst": "bin/assistant.js",
"asst-server": "bin/assistant-server.js"
},
"exports": {
".": "./dist/assistant-opencode.js"
},
"files": [
"dist",
"bin",
@@ -45,7 +48,7 @@
"@kevisual/app": "^0.0.2",
"@kevisual/context": "^0.0.4",
"@kevisual/use-config": "^1.0.28",
"@opencode-ai/sdk": "^1.1.25",
"@opencode-ai/sdk": "^1.1.26",
"@types/busboy": "^1.5.4",
"busboy": "^1.6.0",
"eventemitter3": "^5.0.4",
@@ -76,7 +79,7 @@
"ignore": "^7.0.5",
"jsonwebtoken": "^9.0.3",
"pm2": "^6.0.14",
"tar": "^7.5.3",
"tar": "^7.5.4",
"zustand": "^5.0.10"
},
"engines": {