From e75add559883bcfa574ad1577bbd0cf27caac0d7 Mon Sep 17 00:00:00 2001 From: dingyi Date: Sat, 29 Aug 2026 07:03:36 +0800 Subject: [PATCH] chore(packages): bump alpha versions --- packages/adapter-azure-openai/package.json | 4 ++-- packages/adapter-claude/package.json | 6 +++--- packages/adapter-deepseek/package.json | 6 +++--- packages/adapter-dify/package.json | 4 ++-- packages/adapter-doubao/package.json | 4 ++-- packages/adapter-gemini/package.json | 6 +++--- packages/adapter-hunyuan/package.json | 4 ++-- packages/adapter-ollama/package.json | 4 ++-- packages/adapter-openai-like/package.json | 4 ++-- packages/adapter-openai/package.json | 4 ++-- packages/adapter-qwen/package.json | 6 +++--- packages/adapter-rwkv/package.json | 4 ++-- packages/adapter-spark/package.json | 4 ++-- packages/adapter-wenxin/package.json | 4 ++-- packages/adapter-zhipu/package.json | 4 ++-- packages/core/package.json | 2 +- packages/extension-agent/package.json | 4 ++-- packages/extension-long-memory/package.json | 2 +- packages/extension-tools/package.json | 6 +++--- packages/extension-usage/package.json | 2 +- packages/extension-variable/package.json | 2 +- packages/renderer-image/package.json | 2 +- packages/service-embeddings/package.json | 2 +- packages/service-multimodal/package.json | 2 +- packages/service-search/package.json | 6 +++--- packages/service-vector-store/package.json | 2 +- packages/shared-adapter/package.json | 4 ++-- 27 files changed, 52 insertions(+), 52 deletions(-) diff --git a/packages/adapter-azure-openai/package.json b/packages/adapter-azure-openai/package.json index c7207d474..26e8a8cd7 100644 --- a/packages/adapter-azure-openai/package.json +++ b/packages/adapter-azure-openai/package.json @@ -46,7 +46,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -57,7 +57,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-claude/package.json b/packages/adapter-claude/package.json index 88317b819..0540e7c25 100644 --- a/packages/adapter-claude/package.json +++ b/packages/adapter-claude/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-claude-adapter", "description": "claude adapter for chatluna", - "version": "1.4.0-alpha.11", + "version": "1.4.0-alpha.12", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -47,7 +47,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -59,7 +59,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-deepseek/package.json b/packages/adapter-deepseek/package.json index 599bc548e..4f8d114b2 100644 --- a/packages/adapter-deepseek/package.json +++ b/packages/adapter-deepseek/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-deepseek-adapter", "description": "deepseek adapter for chatluna", - "version": "1.4.0-alpha.15", + "version": "1.4.0-alpha.16", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "category": "ai", diff --git a/packages/adapter-dify/package.json b/packages/adapter-dify/package.json index 15c8a9c1e..4aa91f305 100644 --- a/packages/adapter-dify/package.json +++ b/packages/adapter-dify/package.json @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -72,7 +72,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/adapter-doubao/package.json b/packages/adapter-doubao/package.json index 558d901aa..d4f0e3cbf 100644 --- a/packages/adapter-doubao/package.json +++ b/packages/adapter-doubao/package.json @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/adapter-gemini/package.json b/packages/adapter-gemini/package.json index f499d5227..a4ade7929 100644 --- a/packages/adapter-gemini/package.json +++ b/packages/adapter-gemini/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-google-gemini-adapter", "description": "google-gemini adapter for chatluna", - "version": "1.4.0-alpha.18", + "version": "1.4.0-alpha.19", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -63,7 +63,7 @@ ], "dependencies": { "@anatine/zod-openapi": "^2.2.8", - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "openapi3-ts": "^4.5.0", "zod": "3.25.76", @@ -75,7 +75,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44", + "koishi-plugin-chatluna": "^1.4.0-alpha.45", "koishi-plugin-chatluna-storage-service": "^1.0.6" }, "peerDependenciesMeta": { diff --git a/packages/adapter-hunyuan/package.json b/packages/adapter-hunyuan/package.json index ba8de2e43..9affb9bff 100644 --- a/packages/adapter-hunyuan/package.json +++ b/packages/adapter-hunyuan/package.json @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/adapter-ollama/package.json b/packages/adapter-ollama/package.json index 2ab25f651..3bc661ce4 100644 --- a/packages/adapter-ollama/package.json +++ b/packages/adapter-ollama/package.json @@ -45,7 +45,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80" }, "devDependencies": { @@ -54,7 +54,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-openai-like/package.json b/packages/adapter-openai-like/package.json index fff6d4392..e16c59e00 100644 --- a/packages/adapter-openai-like/package.json +++ b/packages/adapter-openai-like/package.json @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/adapter-openai/package.json b/packages/adapter-openai/package.json index c6e671418..b7f38528b 100644 --- a/packages/adapter-openai/package.json +++ b/packages/adapter-openai/package.json @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/adapter-qwen/package.json b/packages/adapter-qwen/package.json index 101768c00..d927f822e 100644 --- a/packages/adapter-qwen/package.json +++ b/packages/adapter-qwen/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-qwen-adapter", "description": "qwen adapter for chatluna", - "version": "1.4.0-alpha.9", + "version": "1.4.0-alpha.10", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/adapter-rwkv/package.json b/packages/adapter-rwkv/package.json index 914f70ca2..e06caa4e9 100644 --- a/packages/adapter-rwkv/package.json +++ b/packages/adapter-rwkv/package.json @@ -45,7 +45,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod-to-json-schema": "3.23.5" }, @@ -69,7 +69,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/adapter-spark/package.json b/packages/adapter-spark/package.json index ba3a3855f..6567bcfcf 100644 --- a/packages/adapter-spark/package.json +++ b/packages/adapter-spark/package.json @@ -61,7 +61,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -72,7 +72,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/adapter-wenxin/package.json b/packages/adapter-wenxin/package.json index 84681f36d..5c93c4f34 100644 --- a/packages/adapter-wenxin/package.json +++ b/packages/adapter-wenxin/package.json @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/adapter-zhipu/package.json b/packages/adapter-zhipu/package.json index 4d5e8217b..1931151cf 100644 --- a/packages/adapter-zhipu/package.json +++ b/packages/adapter-zhipu/package.json @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.49", + "@chatluna/v1-shared-adapter": "^1.0.50", "@langchain/core": "^0.3.80", "jsonwebtoken": "^9.0.2", "zod": "3.25.76", @@ -73,7 +73,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/core/package.json b/packages/core/package.json index 25a1ee83e..f8f10268d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna", "description": "chatluna for koishi", - "version": "1.4.0-alpha.44", + "version": "1.4.0-alpha.45", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", diff --git a/packages/extension-agent/package.json b/packages/extension-agent/package.json index 4a24aa2a8..f7b818b7d 100644 --- a/packages/extension-agent/package.json +++ b/packages/extension-agent/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-agent", "description": "Agent framework for ChatLuna", - "version": "1.0.44", + "version": "1.0.45", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -91,7 +91,7 @@ "peerDependencies": { "@koishijs/plugin-console": "^5.30.11", "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44", + "koishi-plugin-chatluna": "^1.4.0-alpha.45", "koishi-plugin-chatluna-storage-service": "^1.0.6" }, "peerDependenciesMeta": { diff --git a/packages/extension-long-memory/package.json b/packages/extension-long-memory/package.json index 93a240da6..53d8a494d 100644 --- a/packages/extension-long-memory/package.json +++ b/packages/extension-long-memory/package.json @@ -62,7 +62,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/extension-tools/package.json b/packages/extension-tools/package.json index eb5946e66..0e4d6d00d 100644 --- a/packages/extension-tools/package.json +++ b/packages/extension-tools/package.json @@ -67,12 +67,12 @@ "atsc": "^2.1.0", "koishi": "^4.18.9", "koishi-plugin-adapter-onebot": "^6.8.0", - "koishi-plugin-chatluna-agent": "^1.0.44" + "koishi-plugin-chatluna-agent": "^1.0.45" }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44", - "koishi-plugin-chatluna-agent": "^1.0.44", + "koishi-plugin-chatluna": "^1.4.0-alpha.45", + "koishi-plugin-chatluna-agent": "^1.0.45", "koishi-plugin-chatluna-storage-service": "^1.0.6" }, "peerDependenciesMeta": { diff --git a/packages/extension-usage/package.json b/packages/extension-usage/package.json index 7050ee628..5e9b7a8cf 100644 --- a/packages/extension-usage/package.json +++ b/packages/extension-usage/package.json @@ -61,7 +61,7 @@ "peerDependencies": { "@koishijs/plugin-console": "^5.30.11", "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44", + "koishi-plugin-chatluna": "^1.4.0-alpha.45", "koishi-plugin-puppeteer": "^3.9.0" }, "peerDependenciesMeta": { diff --git a/packages/extension-variable/package.json b/packages/extension-variable/package.json index 5e5b1dcbe..12856c7b2 100644 --- a/packages/extension-variable/package.json +++ b/packages/extension-variable/package.json @@ -58,7 +58,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/renderer-image/package.json b/packages/renderer-image/package.json index bd2eda4d5..ea3bca835 100644 --- a/packages/renderer-image/package.json +++ b/packages/renderer-image/package.json @@ -62,7 +62,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/service-embeddings/package.json b/packages/service-embeddings/package.json index 178ae1534..359f8945d 100644 --- a/packages/service-embeddings/package.json +++ b/packages/service-embeddings/package.json @@ -63,7 +63,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "koishi": { "description": { diff --git a/packages/service-multimodal/package.json b/packages/service-multimodal/package.json index cac5b34b8..40b8e1b22 100644 --- a/packages/service-multimodal/package.json +++ b/packages/service-multimodal/package.json @@ -62,7 +62,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44", + "koishi-plugin-chatluna": "^1.4.0-alpha.45", "koishi-plugin-ffmpeg-path": "^2.0.0" }, "peerDependenciesMeta": { diff --git a/packages/service-search/package.json b/packages/service-search/package.json index d5152f875..6c5d149bf 100644 --- a/packages/service-search/package.json +++ b/packages/service-search/package.json @@ -70,13 +70,13 @@ "devDependencies": { "atsc": "^2.1.0", "koishi": "^4.18.9", - "koishi-plugin-chatluna-agent": "^1.0.44", + "koishi-plugin-chatluna-agent": "^1.0.45", "koishi-plugin-puppeteer": "^3.9.0" }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44", - "koishi-plugin-chatluna-agent": "^1.0.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45", + "koishi-plugin-chatluna-agent": "^1.0.45" }, "peerDependenciesMeta": { "koishi-plugin-chatluna-agent": { diff --git a/packages/service-vector-store/package.json b/packages/service-vector-store/package.json index 0509a423e..6e1d0dfc4 100644 --- a/packages/service-vector-store/package.json +++ b/packages/service-vector-store/package.json @@ -58,7 +58,7 @@ "@zilliz/milvus2-sdk-node": "^2.6.2", "faiss-node": "^0.5.1", "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" }, "peerDependenciesMeta": { "@zilliz/milvus2-sdk-node": { diff --git a/packages/shared-adapter/package.json b/packages/shared-adapter/package.json index 868f34669..a2d76682d 100644 --- a/packages/shared-adapter/package.json +++ b/packages/shared-adapter/package.json @@ -1,7 +1,7 @@ { "name": "@chatluna/v1-shared-adapter", "description": "chatluna shared adapter", - "version": "1.0.49", + "version": "1.0.50", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -70,6 +70,6 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.44" + "koishi-plugin-chatluna": "^1.4.0-alpha.45" } }