mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-27 00:12:26 +08:00
更新版本至 1.0.11,移除不再使用的函數,並修正 Cursor Console 不支援中文的問題。
This commit is contained in:
parent
00943e1736
commit
e31b87327e
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.11]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Removed unused functions. (f8d9c8)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix: Resolved issue with Chinese character support in Cursor Console. (00943e1)
|
||||||
|
|
||||||
## [1.0.10]
|
## [1.0.10]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
# 更新日誌
|
# 更新日誌
|
||||||
|
|
||||||
|
## [1.0.11]
|
||||||
|
|
||||||
|
### 變更
|
||||||
|
|
||||||
|
- 移除不再使用的函數。 (f8d9c8)
|
||||||
|
|
||||||
|
### 修復
|
||||||
|
|
||||||
|
- 修復:修正 Cursor Console 不支援中文的問題。 (00943e1)
|
||||||
|
|
||||||
## [1.0.10]
|
## [1.0.10]
|
||||||
|
|
||||||
### 變更
|
### 變更
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mcp-shrimp-task-manager",
|
"name": "mcp-shrimp-task-manager",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"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