Files
cnb/package.json
xiongxiao 50332fe2f4 feat: update package dependencies and add new routes for CNB environment management
- Updated package.json and pnpm-lock.yaml with new dependencies and versions.
- Removed outdated readme files from requirements.
- Enhanced CNB environment configuration in cnb-env.ts with new VS Code remote SSH settings.
- Modified KnowledgeBase class to return structured results.
- Updated Workspace class to return structured results.
- Implemented new routes for managing CNB cookies and VS Code proxy URIs.
- Added AI chat functionality for querying knowledge base.
- Created skills for cleaning up closed workspaces.
2026-01-27 04:02:34 +08:00

39 lines
882 B
JSON

{
"name": "@kevisual/cnb",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "bun run bun.config.ts"
},
"keywords": [],
"files": [
"src",
"mod.ts",
"agent"
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.28.2",
"type": "module",
"devDependencies": {
"@kevisual/ai": "^0.0.22",
"@kevisual/context": "^0.0.4",
"@kevisual/types": "^0.0.12",
"@opencode-ai/plugin": "^1.1.36",
"@types/bun": "^1.3.6",
"@types/node": "^25.0.10",
"dotenv": "^17.2.3"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@kevisual/query": "^0.0.38",
"@kevisual/router": "^0.0.62",
"@kevisual/use-config": "^1.0.28",
"es-toolkit": "^1.44.0",
"nanoid": "^5.1.6",
"zod": "^4.3.6"
}
}