mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-26 07:52:25 +08:00
更新版本至 1.0.19,新增研究模式功能及相關提示詞模板,並增強 README 和中文文檔以包含使用指南。
This commit is contained in:
parent
288bec9c14
commit
dccd4e2b12
13
CHANGELOG.md
13
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
|
||||
|
@ -2,6 +2,19 @@
|
||||
|
||||
# 更新日誌
|
||||
|
||||
## [1.0.19]
|
||||
|
||||
### 新增
|
||||
|
||||
- 新增研究模式功能,用於系統性程式編程研究 (5267fa4)
|
||||
- 新增研究模式的英文和中文提示詞模板 (5267fa4)
|
||||
- 新增完整的研究模式文檔和使用指南 (288bec9)
|
||||
|
||||
### 變更
|
||||
|
||||
- 增強 README,新增研究模式功能描述和使用說明 (288bec9)
|
||||
- 更新中文文檔,包含研究模式功能說明 (288bec9)
|
||||
|
||||
## [1.0.18]
|
||||
|
||||
### 修復
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user