更新版本至 1.0.9,更新 README 和中文文檔,新增「推薦模型」部分及 Star History,強化任務模板指導,並修正簡繁中文導致的 Enum 判斷參數錯誤問題。

This commit is contained in:
siage 2025-04-24 19:12:51 +08:00
parent 5c61b3e076
commit 05ab337511
3 changed files with 27 additions and 3 deletions

View File

@ -2,7 +2,19 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. ## [Unreleased]
### Changed
- Updated README and docs, added 'Recommended Models' section, provided suggestions for optimal models, and highlighted differences in understanding capabilities between models. (5c61b3e)
- 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)
- Updated README and docs, linked the MIT license, and added a Star History section to display the project's star history. (0bad188)
- 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)
- 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)
### Fixed
- Fix #6: Corrected an issue where simplified/traditional Chinese caused Enum parameter validation errors (dae3756)
## [1.0.8] ## [1.0.8]

View File

@ -2,7 +2,19 @@
# 更新日誌 # 更新日誌
本文件記錄專案的所有重要變更。 ## [未發布]
### 變更
- 更新 README 和中文文檔,新增「推薦模型」部分,提供最佳使用體驗的模型建議,並強調不同模型之間的理解能力差異。 (5c61b3e)
- 更新任務模板,新增「請嚴格遵守以下指導」的提示,強化任務執行、分析、完成及驗證的指導性,並調整決策點的描述以提升用戶體驗。 (f0283ff)
- 更新 README 和中文文檔,將 MIT 許可協議連結化,新增 Star History 部分以顯示專案的星標歷史。 (0bad188)
- 更新 README 和中文文檔,新增目錄及各功能部分的標籤,強化使用指南與任務管理流程的描述,並調整相關內容以提升可讀性與結構化。 (31065fa)
- 更新任務內容描述,允許已完成任務更新相關文件摘要;移除不再使用的更新任務相關文件工具,並調整思考流程描述以強化理解與解決方案生成的指導。 (b07672c)
### 修復
- 修復 #6:修正簡繁中文導致 Enum 判斷參數錯誤問題 (dae3756)
## [1.0.8] ## [1.0.8]

View File

@ -1,6 +1,6 @@
{ {
"name": "mcp-shrimp-task-manager", "name": "mcp-shrimp-task-manager",
"version": "1.0.8", "version": "1.0.9",
"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",