mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-26 07:52:25 +08:00
更新版本至 1.0.14,優化流程增加 Agent 對專案的理解與降低tokens的使用量
This commit is contained in:
parent
662b3be9c9
commit
5c9c31fe08
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,6 +2,19 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## [1.0.14]
|
||||
|
||||
### Changed
|
||||
|
||||
- Optimized prompts to reduce token usage and improved guidance. (662b3be, 7842e0d)
|
||||
- Updated English prompts for better clarity and efficiency. (7842e0d)
|
||||
- Restructured tools architecture for better organization and maintainability. (04f55cb)
|
||||
- Optimized workflow by reducing unnecessary steps. (3037d4e)
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed unused code and files. (ea40e78)
|
||||
|
||||
## [1.0.13]
|
||||
|
||||
### Fixed
|
||||
|
@ -2,6 +2,19 @@
|
||||
|
||||
# 更新日誌
|
||||
|
||||
## [1.0.14]
|
||||
|
||||
### 變更
|
||||
|
||||
- 優化提示詞以減少 token 使用量並改進指導內容。 (662b3be, 7842e0d)
|
||||
- 更新英文提示詞,提升清晰度與效率。 (7842e0d)
|
||||
- 重構工具架構,提高組織性與可維護性。 (04f55cb)
|
||||
- 優化工作流程,減少不必要步驟。 (3037d4e)
|
||||
|
||||
### 移除
|
||||
|
||||
- 移除未使用的程式碼與檔案。 (ea40e78)
|
||||
|
||||
## [1.0.13]
|
||||
|
||||
### 修復
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mcp-shrimp-task-manager",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"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