mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-27 00:12:26 +08:00
更新版本至 1.0.16,修正 Augment AI 不支援 uuid format 的問題,並優化任務規劃相關提示詞及錯誤訊息提示,強調使用可用工具收集真實資訊。
This commit is contained in:
parent
cb838cb689
commit
c0aeba0634
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.16]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix: Fixed issue with Augment AI not supporting uuid format by implementing custom regex validation (4264fa7)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated task planning related prompts, added critical warning prohibiting assumptions, guesses, and imagination, emphasizing the need to use available tools to gather real information (cb838cb)
|
||||||
|
- Adjusted task descriptions to more clearly express task objectives (cb838cb)
|
||||||
|
- Optimized error message prompts, adding batch call suggestions to resolve long text formatting issues (cb838cb)
|
||||||
|
|
||||||
## [1.0.15]
|
## [1.0.15]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
# 更新日誌
|
# 更新日誌
|
||||||
|
|
||||||
|
## [1.0.16]
|
||||||
|
|
||||||
|
### 修復
|
||||||
|
|
||||||
|
- 修復:修正 Augment AI 不支援 uuid format 問題,改用自定義正則表達式進行驗證 (4264fa7)
|
||||||
|
|
||||||
|
### 變更
|
||||||
|
|
||||||
|
- 更新任務規劃相關提示詞,新增嚴重警告以禁止假設、猜測與幻想,強調必須使用可用工具收集真實資訊 (cb838cb)
|
||||||
|
- 調整任務描述以更清楚表達任務目標 (cb838cb)
|
||||||
|
- 優化錯誤訊息提示,增加分批呼叫建議以解決長文本格式問題 (cb838cb)
|
||||||
|
|
||||||
## [1.0.15]
|
## [1.0.15]
|
||||||
|
|
||||||
### 修復
|
### 修復
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mcp-shrimp-task-manager",
|
"name": "mcp-shrimp-task-manager",
|
||||||
"version": "1.0.15",
|
"version": "1.0.16",
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user