From c0aeba0634aa1b4e32bdd1bc43adf6ae71dafcbb Mon Sep 17 00:00:00 2001 From: siage Date: Fri, 16 May 2025 14:11:04 +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.16=EF=BC=8C=E4=BF=AE=E6=AD=A3=20Augment=20AI=20=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8F=B4=20uuid=20format=20=E7=9A=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=EF=BC=8C=E4=B8=A6=E5=84=AA=E5=8C=96=E4=BB=BB=E5=8B=99?= =?UTF-8?q?=E8=A6=8F=E5=8A=83=E7=9B=B8=E9=97=9C=E6=8F=90=E7=A4=BA=E8=A9=9E?= =?UTF-8?q?=E5=8F=8A=E9=8C=AF=E8=AA=A4=E8=A8=8A=E6=81=AF=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E5=BC=B7=E8=AA=BF=E4=BD=BF=E7=94=A8=E5=8F=AF=E7=94=A8?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=94=B6=E9=9B=86=E7=9C=9F=E5=AF=A6=E8=B3=87?= =?UTF-8?q?=E8=A8=8A=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.json | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7eeea2..b0c08bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ # Changelog +## [1.0.16] + +### Fixed + +- Fix: Fixed issue with Augment AI not supporting uuid format by implementing custom regex validation (4264fa7) + +### Changed + +- Updated task planning related prompts, added critical warning prohibiting assumptions, guesses, and imagination, emphasizing the need to use available tools to gather real information (cb838cb) +- Adjusted task descriptions to more clearly express task objectives (cb838cb) +- Optimized error message prompts, adding batch call suggestions to resolve long text formatting issues (cb838cb) + ## [1.0.15] ### Fixed diff --git a/docs/zh/CHANGELOG.md b/docs/zh/CHANGELOG.md index c72e3db..a72b16a 100644 --- a/docs/zh/CHANGELOG.md +++ b/docs/zh/CHANGELOG.md @@ -2,6 +2,18 @@ # 更新日誌 +## [1.0.16] + +### 修復 + +- 修復:修正 Augment AI 不支援 uuid format 問題,改用自定義正則表達式進行驗證 (4264fa7) + +### 變更 + +- 更新任務規劃相關提示詞,新增嚴重警告以禁止假設、猜測與幻想,強調必須使用可用工具收集真實資訊 (cb838cb) +- 調整任務描述以更清楚表達任務目標 (cb838cb) +- 優化錯誤訊息提示,增加分批呼叫建議以解決長文本格式問題 (cb838cb) + ## [1.0.15] ### 修復 diff --git a/package.json b/package.json index 3b64fed..fef8315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-shrimp-task-manager", - "version": "1.0.15", + "version": "1.0.16", "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",