From 5bb369872a4b91aee3227b96d37c77e780f48c59 Mon Sep 17 00:00:00 2001 From: siage Date: Thu, 15 May 2025 18:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E8=87=B3?= =?UTF-8?q?=201.0.15=EF=BC=8C=E4=BF=AE=E5=BE=A9=20gemini-2.5-pro-preview-0?= =?UTF-8?q?5-06=20=E8=B7=B3=E9=81=8E=E5=9F=B7=E8=A1=8C=E4=BB=BB=E5=8B=99?= =?UTF-8?q?=E7=9A=84=E9=8C=AF=E8=AA=A4=EF=BC=8C=E4=BF=AE=E5=BE=A9=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=20#20=EF=BC=8C=E4=B8=A6=E5=B0=87=20rule.md=20?= =?UTF-8?q?=E7=A7=BB=E8=87=B3=E6=A0=B9=E7=9B=AE=E9=8C=84=E4=BB=A5=E6=BA=96?= =?UTF-8?q?=E5=82=99=E6=9C=AA=E4=BE=86=E7=9A=84=E5=8D=94=E4=BD=9C=E6=9E=B6?= =?UTF-8?q?=E6=A7=8B=EF=BC=8C=E6=9B=B4=E6=96=B0=E6=96=87=E6=AA=94=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ docs/zh/CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6327b28..f7eeea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ # Changelog +## [1.0.15] + +### Fixed + +- Fix: Corrected an error where gemini-2.5-pro-preview-05-06 would skip task execution and mark it as completed directly (6d8a422) +- Fixes issue #20 (5d1c28d) + +### Changed + +- Moved rule.md to the root directory to prepare for future collaborative architecture with DATA_DIR outside the project (313e338) +- Updated documentation (28984f) + ## [1.0.14] ### Changed diff --git a/docs/zh/CHANGELOG.md b/docs/zh/CHANGELOG.md index d88423d..c72e3db 100644 --- a/docs/zh/CHANGELOG.md +++ b/docs/zh/CHANGELOG.md @@ -2,6 +2,18 @@ # 更新日誌 +## [1.0.15] + +### 修復 + +- 修復:修正 gemini-2.5-pro-preview-05-06 會跳過執行任務直接完成的錯誤 (6d8a422) +- 修復問題 #20 (5d1c28d) + +### 變更 + +- 將 rule.md 改為存放至根目錄,這樣 DATA_DIR 才可以放置在專案外為後續協作架構做準備 (313e338) +- 更新文檔 (28984f) + ## [1.0.14] ### 變更 diff --git a/package-lock.json b/package-lock.json index f0b9908..877e072 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcp-shrimp-task-manager", - "version": "1.0.11", + "version": "1.0.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mcp-shrimp-task-manager", - "version": "1.0.11", + "version": "1.0.15", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", diff --git a/package.json b/package.json index 757cc72..3b64fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-shrimp-task-manager", - "version": "1.0.14", + "version": "1.0.15", "description": "Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems", "main": "dist/index.js", "type": "module",