From 11b97432b0b1644df8e02cd755248f676c690ea6 Mon Sep 17 00:00:00 2001 From: dingyi Date: Sat, 19 Sep 2026 21:39:11 +0800 Subject: [PATCH] chore(release): bump version to 1.4.0 Update all packages from the 1.4.0-rc.0 release candidate to the stable 1.4.0 release. Changes: - Core: 1.4.0-rc.0 -> 1.4.0 - All 15 adapters: 1.4.0-rc.0 -> 1.4.0 - Extensions and renderer: 1.4.0-rc.0 -> 1.4.0 - All services: 1.4.0-rc.0 -> 1.4.0 - Updated peer dependency references to ^1.4.0 for the release train and for the stable-line extension-agent, extension-usage and shared-adapter packages. The 1.4.0-rc.0 line has been stable for a week, so it is ready for the 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 f437e6272..0341ef9f6 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-claude/package.json b/packages/adapter-claude/package.json index b179b283d..ce0784258 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-deepseek/package.json b/packages/adapter-deepseek/package.json index 4992605f0..e6c318742 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "category": "ai", diff --git a/packages/adapter-dify/package.json b/packages/adapter-dify/package.json index a1d4532ad..035762caf 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/adapter-doubao/package.json b/packages/adapter-doubao/package.json index 27df48371..29df300b0 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/adapter-gemini/package.json b/packages/adapter-gemini/package.json index bb896f01b..9f1fc9bcb 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-rc.0", + "version": "1.4.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-rc.0", + "koishi-plugin-chatluna": "^1.4.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 20dcf2d16..961cd691c 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/adapter-ollama/package.json b/packages/adapter-ollama/package.json index 5d8a27c33..6ebe17fb6 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-openai-like/package.json b/packages/adapter-openai-like/package.json index 4af59db11..72c0155d3 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/adapter-openai/package.json b/packages/adapter-openai/package.json index 24ea51e6a..2d7bb1e9a 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/adapter-qwen/package.json b/packages/adapter-qwen/package.json index 2dc126f9d..a03028f97 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/adapter-rwkv/package.json b/packages/adapter-rwkv/package.json index 0a51e7aab..3daaa1f67 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/adapter-spark/package.json b/packages/adapter-spark/package.json index 2cd5b4f67..cf0d96dba 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/adapter-wenxin/package.json b/packages/adapter-wenxin/package.json index c5da3b9bd..635e9b971 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/adapter-zhipu/package.json b/packages/adapter-zhipu/package.json index 699105cf2..f46359930 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/core/package.json b/packages/core/package.json index 02e1a9829..483a1ff1c 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-rc.0", + "version": "1.4.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 e61e70ee1..9ffed8a8b 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-rc.0", + "koishi-plugin-chatluna": "^1.4.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 e0f53d19d..eb9c04b5f 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/extension-tools/package.json b/packages/extension-tools/package.json index 9cdf68719..0e2ab4acc 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-rc.0", + "version": "1.4.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-rc.0", + "koishi-plugin-chatluna": "^1.4.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 6f0770806..0de065912 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-rc.0", + "koishi-plugin-chatluna": "^1.4.0", "koishi-plugin-puppeteer": "^3.9.0" }, "peerDependenciesMeta": { diff --git a/packages/extension-variable/package.json b/packages/extension-variable/package.json index 37ad14669..136568549 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/renderer-image/package.json b/packages/renderer-image/package.json index 91d07f5b7..490a68eb1 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/service-embeddings/package.json b/packages/service-embeddings/package.json index 9ada58ab2..6038f7950 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "koishi": { "description": { diff --git a/packages/service-multimodal/package.json b/packages/service-multimodal/package.json index 3415fb246..5c94aa4d8 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-rc.0", + "version": "1.4.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-rc.0", + "koishi-plugin-chatluna": "^1.4.0", "koishi-plugin-ffmpeg-path": "^2.0.0" }, "peerDependenciesMeta": { diff --git a/packages/service-search/package.json b/packages/service-search/package.json index 50958a073..9b9e1afd1 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-rc.0", + "version": "1.4.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-rc.0", + "koishi-plugin-chatluna": "^1.4.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 318ac50c9..663159541 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-rc.0", + "version": "1.4.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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" }, "peerDependenciesMeta": { "@zilliz/milvus2-sdk-node": { diff --git a/packages/shared-adapter/package.json b/packages/shared-adapter/package.json index b2babb83a..0f7078371 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-rc.0" + "koishi-plugin-chatluna": "^1.4.0" } }