更新版本至 1.0.10,新增多項功能與修正,包括專案規則更新模式指南、提示詞語言與客製化說明、TEMPLATES_USE 配置選項及多語系任務模板,並修正部分模型不遵守流程的問題,提升用戶體驗與系統靈活性。

This commit is contained in:
siage 2025-04-27 01:13:03 +08:00
parent 989af20885
commit 119d920836
4 changed files with 31 additions and 17 deletions

View File

@ -2,19 +2,26 @@
# Changelog # Changelog
## [Unreleased] ## [1.0.10]
### Changed ### Changed
- Updated README and docs, added 'Recommended Models' section, provided suggestions for optimal models, and highlighted differences in understanding capabilities between models. (5c61b3e) - Added guidelines for project rule update modes, emphasizing recursive checks and autonomous handling of ambiguous requests. (989af20)
- Updated task templates, added 'Please strictly follow the instructions below' prompt, enhanced guidance for task execution, analysis, completion, and verification, and adjusted decision point descriptions to improve user experience. (f0283ff) - Added prompt language and customization instructions, updated README and docs. (d0c3bfa)
- Updated README and docs, linked the MIT license, and added a Star History section to display the project's star history. (0bad188) - Added `TEMPLATES_USE` config option for custom prompt templates, updated README and docs. (76315fe)
- Updated README and docs, added table of contents and tags for various functional sections, enhanced descriptions of usage guides and task management processes, and adjusted related content to improve readability and structure. (31065fa) - Added multilingual task templates (English/Chinese). (291c5ee)
- Updated task content description, allowing completed tasks to update related file summaries; removed the no-longer-used update task related files tool, and adjusted thought process description to enhance guidance on understanding and solution generation. (b07672c) - Added prompt generators and templates for various task operations (delete, clear, update). (a51110f, 52994d5, 304e0cd)
- Changed task templates to Markdown format for better multilingual support and modification. (5513235)
- Adjusted the "batch submission" parameter limit for the `split_tasks` tool from 8000 to 5000 characters. (a395686)
- Removed the unused tool for updating task-related files. (fc1a5c8)
- Updated README and docs: added 'Recommended Models', linked MIT license, added Star History, added TOC and tags, enhanced usage guides. (5c61b3e, f0283ff, 0bad188, 31065fa)
- Updated task content description: allow completed tasks to update related file summaries, adjusted thought process description. (b07672c)
- Updated task templates: added 'Please strictly follow the instructions below' prompt, enhanced guidance. (f0283ff)
### Fixed ### Fixed
- Fix #6: Corrected an issue where simplified/traditional Chinese caused Enum parameter validation errors (dae3756) - Fixed an issue where some models might not follow the process correctly. (ffd6349)
- Fix #6: Corrected an issue where simplified/traditional Chinese caused Enum parameter validation errors. (dae3756)
## [1.0.8] ## [1.0.8]

View File

@ -2,19 +2,26 @@
# 更新日誌 # 更新日誌
## [未發布] ## [1.0.10]
### 變更 ### 變更
- 更新 README 和中文文檔,新增「推薦模型」部分,提供最佳使用體驗的模型建議,並強調不同模型之間的理解能力差異。 (5c61b3e) - 新增專案規則更新模式指南,強調遞迴檢查所有資料夾與檔案,並規範模糊請求的自主處理流程。 (989af20)
- 更新任務模板,新增「請嚴格遵守以下指導」的提示,強化任務執行、分析、完成及驗證的指導性,並調整決策點的描述以提升用戶體驗。 (f0283ff) - 新增提示詞語言與客製化說明,更新 README 和中文文檔。 (d0c3bfa)
- 更新 README 和中文文檔,將 MIT 許可協議連結化,新增 Star History 部分以顯示專案的星標歷史。 (0bad188) - 新增 `TEMPLATES_USE` 配置選項以支持自定義提示詞模板,更新 README 和中文文檔。 (76315fe)
- 更新 README 和中文文檔,新增目錄及各功能部分的標籤,強化使用指南與任務管理流程的描述,並調整相關內容以提升可讀性與結構化。 (31065fa) - 新增多語系支持的任務模板 (英/中)。 (291c5ee)
- 更新任務內容描述,允許已完成任務更新相關文件摘要;移除不再使用的更新任務相關文件工具,並調整思考流程描述以強化理解與解決方案生成的指導。 (b07672c) - 新增多個任務相關的 prompt 生成器及模板 (刪除、清除、更新任務)。 (a51110f, 52994d5, 304e0cd)
- 調整任務模板為 Markdown 格式,方便多語系支持與修改。 (5513235)
- 調整 `split_tasks` 工具的「分批提交」參數限制,從 8000 字減少至 5000 字。 (a395686)
- 移除不再使用的更新任務相關文件工具。 (fc1a5c8)
- 更新 README 和中文文檔:新增「推薦模型」、連結 MIT 許可協議、新增 Star History、新增目錄與標籤、強化使用指南。 (5c61b3e, f0283ff, 0bad188, 31065fa)
- 更新任務內容描述:允許已完成任務更新相關文件摘要,調整思考流程描述。 (b07672c)
- 更新任務模板:新增「請嚴格遵守以下指導」提示,強化指導性。 (f0283ff)
### 修復 ### 修復
- 修復 #6:修正簡繁中文導致 Enum 判斷參數錯誤問題 (dae3756) - 修正部分模型可能不遵守流程的問題。 (ffd6349)
- 修復 #6:修正簡繁中文導致 Enum 判斷參數錯誤問題。 (dae3756)
## [1.0.8] ## [1.0.8]

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "mcp-shrimp-task-manager", "name": "mcp-shrimp-task-manager",
"version": "1.0.9", "version": "1.0.10",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mcp-shrimp-task-manager", "name": "mcp-shrimp-task-manager",
"version": "1.0.9", "version": "1.0.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0", "@modelcontextprotocol/sdk": "^1.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "mcp-shrimp-task-manager", "name": "mcp-shrimp-task-manager",
"version": "1.0.9", "version": "1.0.10",
"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", "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", "main": "dist/index.js",
"type": "module", "type": "module",