Skip to content

Commit dccd4e2

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

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
# Changelog
44

5+
## [1.0.19]
6+
7+
### Added
8+
9+
- Added research mode functionality for systematic programming research (5267fa4)
10+
- Added research mode prompts and templates for both English and Chinese (5267fa4)
11+
- Added comprehensive research mode documentation and usage guides (288bec9)
12+
13+
### Changed
14+
15+
- Enhanced README with research mode feature description and usage instructions (288bec9)
16+
- Updated Chinese documentation to include research mode functionality (288bec9)
17+
518
## [1.0.18]
619

720
### Fixed

docs/zh/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
# 更新日誌
44

5+
## [1.0.19]
6+
7+
### 新增
8+
9+
- 新增研究模式功能,用於系統性程式編程研究 (5267fa4)
10+
- 新增研究模式的英文和中文提示詞模板 (5267fa4)
11+
- 新增完整的研究模式文檔和使用指南 (288bec9)
12+
13+
### 變更
14+
15+
- 增強 README,新增研究模式功能描述和使用說明 (288bec9)
16+
- 更新中文文檔,包含研究模式功能說明 (288bec9)
17+
518
## [1.0.18]
619

720
### 修復

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-shrimp-task-manager",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"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",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)