From 4e8eb06f5631c9cabe6ee78ea255d355b796fe51 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Sat, 14 Mar 2026 02:19:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20cnb.ts=20?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=200.1.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assistant/src/routes/opencode/index.ts | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assistant/src/routes/opencode/index.ts b/assistant/src/routes/opencode/index.ts index 91a5c4e..f2734ac 100644 --- a/assistant/src/routes/opencode/index.ts +++ b/assistant/src/routes/opencode/index.ts @@ -1 +1,2 @@ -import './ls.ts' \ No newline at end of file +import './ls.ts' +import './cnb.ts' \ No newline at end of file diff --git a/package.json b/package.json index 5771d72..593ccc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/cli", - "version": "0.1.23", + "version": "0.1.24", "description": "envision 命令行工具", "type": "module", "basename": "/root/cli",