更新版本至 1.0.11,移除不再使用的函數,並修正 Cursor Console 不支援中文的問題。

This commit is contained in:
siage 2025-04-28 12:20:54 +08:00
parent 00943e1736
commit e31b87327e
3 changed files with 21 additions and 1 deletions

View File

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

View File

@ -2,6 +2,16 @@
# 更新日誌 # 更新日誌
## [1.0.11]
### 變更
- 移除不再使用的函數。 (f8d9c8)
### 修復
- 修復:修正 Cursor Console 不支援中文的問題。 (00943e1)
## [1.0.10] ## [1.0.10]
### 變更 ### 變更

View File

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