更新版本至 1.0.13,修正 invariantlabs 誤判問題。

This commit is contained in:
siage 2025-04-30 13:28:16 +08:00
parent 148f0cdcb0
commit b7dea5a191
3 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,12 @@
# Changelog
## [1.0.13]
### Fixed
- Fix: Corrected issue with invariantlabs misjudgment (148f0cd)
## [1.0.12]
### Added

View File

@ -2,6 +2,12 @@
# 更新日誌
## [1.0.13]
### 修復
- 修復:修正 invariantlabs 誤判問題 (148f0cd)
## [1.0.12]
### 新增

View File

@ -1,6 +1,6 @@
{
"name": "mcp-shrimp-task-manager",
"version": "1.0.12",
"version": "1.0.13",
"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",