diff --git a/.cnb.yml b/.cnb.yml index 7ad928b..389ca25 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -15,5 +15,6 @@ $: services: - vscode - docker + env: !reference [.common_env, env] imports: !reference [.common_env, imports] stages: !reference [.dev_template, stages] diff --git a/.opencode/package.json b/.opencode/package.json new file mode 100644 index 0000000..bb57393 --- /dev/null +++ b/.opencode/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "@opencode-ai/plugin": "1.2.5" + } +} \ No newline at end of file diff --git a/package.json b/package.json index 0d84fbb..4f2821d 100644 --- a/package.json +++ b/package.json @@ -16,17 +16,17 @@ ], "author": "abearxiong (https://www.xiongxiao.me)", "license": "MIT", - "packageManager": "pnpm@10.29.3", + "packageManager": "pnpm@10.30.1", "type": "module", "devDependencies": { "@kevisual/ai": "^0.0.24", "@kevisual/code-builder": "^0.0.6", - "@kevisual/dts": "^0.0.3", - "@kevisual/context": "^0.0.6", + "@kevisual/dts": "^0.0.4", + "@kevisual/context": "^0.0.8", "@kevisual/types": "^0.0.12", - "@opencode-ai/plugin": "^1.2.4", + "@opencode-ai/plugin": "^1.2.9", "@types/bun": "^1.3.9", - "@types/node": "^25.2.3", + "@types/node": "^25.3.0", "@types/ws": "^8.18.1", "dayjs": "^1.11.19", "dotenv": "^17.3.1" @@ -38,8 +38,8 @@ "zod": "^4.3.6" }, "dependencies": { - "@kevisual/query": "^0.0.40", - "@kevisual/router": "^0.0.70", + "@kevisual/query": "^0.0.49", + "@kevisual/router": "^0.0.80", "@kevisual/use-config": "^1.0.30", "es-toolkit": "^1.44.0", "nanoid": "^5.1.6",