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",