更新版本至 1.0.19,新增研究模式功能及相關提示詞模板,並增強 README 和中文文檔以包含使用指南。

This commit is contained in:
siage 2025-05-27 00:01:28 +08:00
parent 288bec9c14
commit dccd4e2b12
3 changed files with 27 additions and 1 deletions

View File

@ -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

View File

@ -2,6 +2,19 @@
# 更新日誌
## [1.0.19]
### 新增
- 新增研究模式功能,用於系統性程式編程研究 (5267fa4)
- 新增研究模式的英文和中文提示詞模板 (5267fa4)
- 新增完整的研究模式文檔和使用指南 (288bec9)
### 變更
- 增強 README新增研究模式功能描述和使用說明 (288bec9)
- 更新中文文檔,包含研究模式功能說明 (288bec9)
## [1.0.18]
### 修復

View File

@ -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",