From f0427be625abf17494f6e96242843177e150d1a3 Mon Sep 17 00:00:00 2001 From: "zeyu.fz" Date: Mon, 17 Aug 2026 16:33:53 +0800 Subject: [PATCH] =?UTF-8?q?chore(tool-bailian-kb):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B30.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将包版本号从0.1.0升级到0.1.1 - 保持包描述和主要文件路径不变 - 准备发布新版本以集成最新更改 --- packages/tool-bailian-kb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tool-bailian-kb/package.json b/packages/tool-bailian-kb/package.json index 5e60244..71d741a 100644 --- a/packages/tool-bailian-kb/package.json +++ b/packages/tool-bailian-kb/package.json @@ -1,6 +1,6 @@ { "name": "@ali/bailian-kb-dsh", - "version": "0.1.0", + "version": "0.1.1", "description": "Bailian knowledge-base tools for DeepSeek Harness: kb_search and kb_chat over the DashScope RAG API, plus the kscli management skill.", "type": "module", "main": "lib/index.js",