diff --git a/assistant/package.json b/assistant/package.json index 7efde40..47fe1be 100644 --- a/assistant/package.json +++ b/assistant/package.json @@ -21,7 +21,7 @@ "scripts": { "dev": "bun run src/run.ts ", "dev:server": "bun --watch src/run-server.ts ", - "dev:cnb": "ASSISTANT_CONFIG_DIR=/workspace bun --watch src/run-server.ts ", + "dev:cnb": "ASSISTANT_CONFIG_DIR=/workspace/kevisual bun --watch src/run-server.ts ", "dev:share": "bun --watch src/test/remote-app.ts ", "build:lib": "bun run bun-lib.config.mjs", "postbuild:lib": "dts -i src/lib.ts -o assistant-lib.d.ts -d libs -t", diff --git a/assistant/src/module/remote-app/remote-app.ts b/assistant/src/module/remote-app/remote-app.ts index 2e2c47c..a3f854d 100644 --- a/assistant/src/module/remote-app/remote-app.ts +++ b/assistant/src/module/remote-app/remote-app.ts @@ -279,7 +279,6 @@ export class RemoteApp { const bodyData = body?.data as ListenProcessParams; const message = bodyData?.message || {}; const context = bodyData?.context || {}; - console.log('[remote-app] 远程应用收到消息:', body); if (body?.code === 401) { console.error('[remote-app] 远程应用认证失败,请检查 token 是否正确'); this.isError = true; diff --git a/package.json b/package.json index d24bb76..5771d72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/cli", - "version": "0.1.22", + "version": "0.1.23", "description": "envision 命令行工具", "type": "module", "basename": "/root/cli", @@ -62,7 +62,7 @@ }, "devDependencies": { "@kevisual/api": "^0.0.64", - "@kevisual/cnb": "^0.0.43", + "@kevisual/cnb": "^0.0.45", "@kevisual/dts": "^0.0.4", "@kevisual/load": "^0.0.6", "@kevisual/logger": "^0.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1550965..f31504c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,8 +67,8 @@ importers: specifier: ^0.0.64 version: 0.0.64(@types/react@19.2.10)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@kevisual/cnb': - specifier: ^0.0.43 - version: 0.0.43(dotenv@17.3.1)(idb-keyval@6.2.2)(ioredis@5.9.3) + specifier: ^0.0.45 + version: 0.0.45(dotenv@17.3.1)(idb-keyval@6.2.2)(ioredis@5.9.3) '@kevisual/dts': specifier: ^0.0.4 version: 0.0.4(typescript@5.8.2) @@ -1334,8 +1334,8 @@ packages: '@kevisual/auth@2.0.3': resolution: {integrity: sha512-4xpijaIhlCTr/DlJaV/gmkCQeg45EO1yxWpRvUX+1jCdVbuxSR0wZrF0SD9oybnjmKWMKDNPLsXyduFjMGcItA==} - '@kevisual/cnb@0.0.43': - resolution: {integrity: sha512-KgqlxtKqJomnRSPg7n5mAOj/CP0pqbzam6vbUvzJzsMg9uWWKiyCqr202+QbVCBXmfDFBV/38kjgllUZJCRAyg==} + '@kevisual/cnb@0.0.45': + resolution: {integrity: sha512-+3eTtHNkf5BynLaY8oBIkIS4RzKcIDNVAyk1PF5oq1uHWRIEVgK7KwfgacrMlhUL03zrvO5wglB2uiUobjQyBQ==} hasBin: true '@kevisual/context@0.0.4': @@ -6710,7 +6710,7 @@ snapshots: '@kevisual/auth@2.0.3': {} - '@kevisual/cnb@0.0.43(dotenv@17.3.1)(idb-keyval@6.2.2)(ioredis@5.9.3)': + '@kevisual/cnb@0.0.45(dotenv@17.3.1)(idb-keyval@6.2.2)(ioredis@5.9.3)': dependencies: '@kevisual/query': 0.0.53 '@kevisual/router': 0.1.1