From dccd4e2b1202aa1416f1a695777789f0956e148e Mon Sep 17 00:00:00 2001 From: siage Date: Tue, 27 May 2025 00:01:28 +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.19=EF=BC=8C=E6=96=B0=E5=A2=9E=E7=A0=94=E7=A9=B6=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=8A=9F=E8=83=BD=E5=8F=8A=E7=9B=B8=E9=97=9C=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=A9=9E=E6=A8=A1=E6=9D=BF=EF=BC=8C=E4=B8=A6=E5=A2=9E?= =?UTF-8?q?=E5=BC=B7=20README=20=E5=92=8C=E4=B8=AD=E6=96=87=E6=96=87?= =?UTF-8?q?=E6=AA=94=E4=BB=A5=E5=8C=85=E5=90=AB=E4=BD=BF=E7=94=A8=E6=8C=87?= =?UTF-8?q?=E5=8D=97=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ docs/zh/CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0463247..e8f72c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ # Changelog +## [1.0.19] + +### Added + +- Added research mode functionality for systematic programming research (5267fa4) +- Added research mode prompts and templates for both English and Chinese (5267fa4) +- Added comprehensive research mode documentation and usage guides (288bec9) + +### Changed + +- Enhanced README with research mode feature description and usage instructions (288bec9) +- Updated Chinese documentation to include research mode functionality (288bec9) + ## [1.0.18] ### Fixed diff --git a/docs/zh/CHANGELOG.md b/docs/zh/CHANGELOG.md index 4e0a218..919e553 100644 --- a/docs/zh/CHANGELOG.md +++ b/docs/zh/CHANGELOG.md @@ -2,6 +2,19 @@ # 更新日誌 +## [1.0.19] + +### 新增 + +- 新增研究模式功能,用於系統性程式編程研究 (5267fa4) +- 新增研究模式的英文和中文提示詞模板 (5267fa4) +- 新增完整的研究模式文檔和使用指南 (288bec9) + +### 變更 + +- 增強 README,新增研究模式功能描述和使用說明 (288bec9) +- 更新中文文檔,包含研究模式功能說明 (288bec9) + ## [1.0.18] ### 修復 diff --git a/package.json b/package.json index d1f940b..470b45a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-shrimp-task-manager", - "version": "1.0.18", + "version": "1.0.19", "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",