From edd680ca335c10bca8c0220549e4dd6c7d40af91 Mon Sep 17 00:00:00 2001 From: dingyi Date: Tue, 8 Sep 2026 02:15:06 +0800 Subject: [PATCH] chore(packages): bump versions to 1.4.0-rc.0 Move every package still on a 1.4.0-alpha.* prerelease to 1.4.0-rc.0 (core, all 15 adapters, extension-long-memory, extension-tools, extension-variable, renderer-image, and the 4 services). Align koishi-plugin-chatluna peer dependency references (^1.4.0-alpha.45 -> ^1.4.0-rc.0) across those packages as well as in the stable-line extension-agent, extension-usage and shared-adapter packages. Once the rc line has been stable for a week, versions can move straight to a 1.4.0 stable release. --- packages/adapter-azure-openai/package.json | 4 ++-- packages/adapter-claude/package.json | 4 ++-- packages/adapter-deepseek/package.json | 4 ++-- packages/adapter-dify/package.json | 4 ++-- packages/adapter-doubao/package.json | 4 ++-- packages/adapter-gemini/package.json | 4 ++-- 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 | 4 ++-- 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 | 2 +- packages/extension-long-memory/package.json | 4 ++-- packages/extension-tools/package.json | 4 ++-- packages/extension-usage/package.json | 2 +- packages/extension-variable/package.json | 4 ++-- packages/renderer-image/package.json | 4 ++-- packages/service-embeddings/package.json | 4 ++-- packages/service-multimodal/package.json | 4 ++-- packages/service-search/package.json | 4 ++-- packages/service-vector-store/package.json | 4 ++-- packages/shared-adapter/package.json | 2 +- 27 files changed, 50 insertions(+), 50 deletions(-) diff --git a/packages/adapter-azure-openai/package.json b/packages/adapter-azure-openai/package.json index 26e8a8cd7..f437e6272 100644 --- a/packages/adapter-azure-openai/package.json +++ b/packages/adapter-azure-openai/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-azure-openai-adapter", "description": "azure openai adapter for chatluna", - "version": "1.4.0-alpha.4", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -57,7 +57,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-claude/package.json b/packages/adapter-claude/package.json index 0540e7c25..b179b283d 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.12", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -59,7 +59,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-deepseek/package.json b/packages/adapter-deepseek/package.json index 4f8d114b2..4992605f0 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.16", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "category": "ai", diff --git a/packages/adapter-dify/package.json b/packages/adapter-dify/package.json index 4aa91f305..a1d4532ad 100644 --- a/packages/adapter-dify/package.json +++ b/packages/adapter-dify/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-dify-adapter", "description": "dify adapter for chatluna", - "version": "1.4.0-alpha.6", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -72,7 +72,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/adapter-doubao/package.json b/packages/adapter-doubao/package.json index d4f0e3cbf..27df48371 100644 --- a/packages/adapter-doubao/package.json +++ b/packages/adapter-doubao/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-doubao-adapter", "description": "doubao adapter for chatluna", - "version": "1.4.0-alpha.9", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/adapter-gemini/package.json b/packages/adapter-gemini/package.json index a4ade7929..bb896f01b 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.19", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -75,7 +75,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45", + "koishi-plugin-chatluna": "^1.4.0-rc.0", "koishi-plugin-chatluna-storage-service": "^1.0.6" }, "peerDependenciesMeta": { diff --git a/packages/adapter-hunyuan/package.json b/packages/adapter-hunyuan/package.json index 9affb9bff..20dcf2d16 100644 --- a/packages/adapter-hunyuan/package.json +++ b/packages/adapter-hunyuan/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-hunyuan-adapter", "description": "hunyuan adapter for chatluna", - "version": "1.4.0-alpha.6", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/adapter-ollama/package.json b/packages/adapter-ollama/package.json index 3bc661ce4..5d8a27c33 100644 --- a/packages/adapter-ollama/package.json +++ b/packages/adapter-ollama/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-ollama-adapter", "description": "ollama adapter for chatluna", - "version": "1.4.0-alpha.8", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -54,7 +54,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-openai-like/package.json b/packages/adapter-openai-like/package.json index e16c59e00..4af59db11 100644 --- a/packages/adapter-openai-like/package.json +++ b/packages/adapter-openai-like/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-openai-like-adapter", "description": "openai style api adapter for chatluna", - "version": "1.4.0-alpha.14", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/adapter-openai/package.json b/packages/adapter-openai/package.json index b7f38528b..24ea51e6a 100644 --- a/packages/adapter-openai/package.json +++ b/packages/adapter-openai/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-openai-adapter", "description": "openai adapter for chatluna", - "version": "1.4.0-alpha.13", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/adapter-qwen/package.json b/packages/adapter-qwen/package.json index d927f822e..2dc126f9d 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.10", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/adapter-rwkv/package.json b/packages/adapter-rwkv/package.json index e06caa4e9..0a51e7aab 100644 --- a/packages/adapter-rwkv/package.json +++ b/packages/adapter-rwkv/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-rmkv-adapter", "description": "rwkv adapter for chatluna", - "version": "1.4.0-alpha.4", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -69,7 +69,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/adapter-spark/package.json b/packages/adapter-spark/package.json index 6567bcfcf..2cd5b4f67 100644 --- a/packages/adapter-spark/package.json +++ b/packages/adapter-spark/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-spark-adapter", "description": "spark adapter for chatluna", - "version": "1.4.0-alpha.6", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -72,7 +72,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/adapter-wenxin/package.json b/packages/adapter-wenxin/package.json index 5c93c4f34..c5da3b9bd 100644 --- a/packages/adapter-wenxin/package.json +++ b/packages/adapter-wenxin/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-wenxin-adapter", "description": "wenxin adapter for chatluna", - "version": "1.4.0-alpha.6", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/adapter-zhipu/package.json b/packages/adapter-zhipu/package.json index 1931151cf..699105cf2 100644 --- a/packages/adapter-zhipu/package.json +++ b/packages/adapter-zhipu/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-zhipu-adapter", "description": "zhipu(chatglm) adapter for chatluna", - "version": "1.4.0-alpha.8", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -73,7 +73,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/core/package.json b/packages/core/package.json index f8f10268d..02e1a9829 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.45", + "version": "1.4.0-rc.0", "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 f7b818b7d..e61e70ee1 100644 --- a/packages/extension-agent/package.json +++ b/packages/extension-agent/package.json @@ -91,7 +91,7 @@ "peerDependencies": { "@koishijs/plugin-console": "^5.30.11", "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45", + "koishi-plugin-chatluna": "^1.4.0-rc.0", "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 53d8a494d..e0f53d19d 100644 --- a/packages/extension-long-memory/package.json +++ b/packages/extension-long-memory/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-long-memory", "description": "long memory for chatluna", - "version": "1.4.0-alpha.1", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -62,7 +62,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/extension-tools/package.json b/packages/extension-tools/package.json index 0e4d6d00d..9cdf68719 100644 --- a/packages/extension-tools/package.json +++ b/packages/extension-tools/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-plugin-common", "description": "plugin service for agent mode of chatluna", - "version": "1.4.0-alpha.2", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45", + "koishi-plugin-chatluna": "^1.4.0-rc.0", "koishi-plugin-chatluna-agent": "^1.0.45", "koishi-plugin-chatluna-storage-service": "^1.0.6" }, diff --git a/packages/extension-usage/package.json b/packages/extension-usage/package.json index 5e9b7a8cf..6f0770806 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.45", + "koishi-plugin-chatluna": "^1.4.0-rc.0", "koishi-plugin-puppeteer": "^3.9.0" }, "peerDependenciesMeta": { diff --git a/packages/extension-variable/package.json b/packages/extension-variable/package.json index 12856c7b2..37ad14669 100644 --- a/packages/extension-variable/package.json +++ b/packages/extension-variable/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-variable-extension", "description": "variable extension for ChatLuna", - "version": "1.4.0-alpha.0", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -58,7 +58,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/renderer-image/package.json b/packages/renderer-image/package.json index ea3bca835..91d07f5b7 100644 --- a/packages/renderer-image/package.json +++ b/packages/renderer-image/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-image-renderer", "description": "image renderer for chatluna", - "version": "1.4.0-alpha.2", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -62,7 +62,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/service-embeddings/package.json b/packages/service-embeddings/package.json index 359f8945d..9ada58ab2 100644 --- a/packages/service-embeddings/package.json +++ b/packages/service-embeddings/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-embeddings-service", "description": "embeddings service for chatluna", - "version": "1.4.0-alpha.1", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -63,7 +63,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "koishi": { "description": { diff --git a/packages/service-multimodal/package.json b/packages/service-multimodal/package.json index 40b8e1b22..3415fb246 100644 --- a/packages/service-multimodal/package.json +++ b/packages/service-multimodal/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-multimodal-service", "description": "multimodal service for chatluna", - "version": "1.4.0-alpha.6", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -62,7 +62,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45", + "koishi-plugin-chatluna": "^1.4.0-rc.0", "koishi-plugin-ffmpeg-path": "^2.0.0" }, "peerDependenciesMeta": { diff --git a/packages/service-search/package.json b/packages/service-search/package.json index 6c5d149bf..50958a073 100644 --- a/packages/service-search/package.json +++ b/packages/service-search/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-search-service", "description": "search support for chatluna", - "version": "1.4.0-alpha.9", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -75,7 +75,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45", + "koishi-plugin-chatluna": "^1.4.0-rc.0", "koishi-plugin-chatluna-agent": "^1.0.45" }, "peerDependenciesMeta": { diff --git a/packages/service-vector-store/package.json b/packages/service-vector-store/package.json index 6e1d0dfc4..318ac50c9 100644 --- a/packages/service-vector-store/package.json +++ b/packages/service-vector-store/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-vector-store-service", "description": "vector store service for chatluna", - "version": "1.4.0-alpha.1", + "version": "1.4.0-rc.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -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.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" }, "peerDependenciesMeta": { "@zilliz/milvus2-sdk-node": { diff --git a/packages/shared-adapter/package.json b/packages/shared-adapter/package.json index a2d76682d..b2babb83a 100644 --- a/packages/shared-adapter/package.json +++ b/packages/shared-adapter/package.json @@ -70,6 +70,6 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.45" + "koishi-plugin-chatluna": "^1.4.0-rc.0" } }