From 5c9c31fe08256c9b739e58b461b4165ab885e629 Mon Sep 17 00:00:00 2001 From: siage Date: Mon, 5 May 2025 20:06:34 +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.14=EF=BC=8C=E5=84=AA=E5=8C=96=E6=B5=81=E7=A8=8B=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20Agent=20=E5=B0=8D=E5=B0=88=E6=A1=88=E7=9A=84?= =?UTF-8?q?=E7=90=86=E8=A7=A3=E8=88=87=E9=99=8D=E4=BD=8Etokens=E7=9A=84?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E9=87=8F?= 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 5553eca..6327b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ # Changelog +## [1.0.14] + +### Changed + +- Optimized prompts to reduce token usage and improved guidance. (662b3be, 7842e0d) +- Updated English prompts for better clarity and efficiency. (7842e0d) +- Restructured tools architecture for better organization and maintainability. (04f55cb) +- Optimized workflow by reducing unnecessary steps. (3037d4e) + +### Removed + +- Removed unused code and files. (ea40e78) + ## [1.0.13] ### Fixed diff --git a/docs/zh/CHANGELOG.md b/docs/zh/CHANGELOG.md index 3dcdb06..d88423d 100644 --- a/docs/zh/CHANGELOG.md +++ b/docs/zh/CHANGELOG.md @@ -2,6 +2,19 @@ # 更新日誌 +## [1.0.14] + +### 變更 + +- 優化提示詞以減少 token 使用量並改進指導內容。 (662b3be, 7842e0d) +- 更新英文提示詞,提升清晰度與效率。 (7842e0d) +- 重構工具架構,提高組織性與可維護性。 (04f55cb) +- 優化工作流程,減少不必要步驟。 (3037d4e) + +### 移除 + +- 移除未使用的程式碼與檔案。 (ea40e78) + ## [1.0.13] ### 修復 diff --git a/package.json b/package.json index 1c451bd..757cc72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-shrimp-task-manager", - "version": "1.0.13", + "version": "1.0.14", "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",