mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-26 07:52:25 +08:00
更新版本至 1.0.15,修復 gemini-2.5-pro-preview-05-06 跳過執行任務的錯誤,修復問題 #20,並將 rule.md 移至根目錄以準備未來的協作架構,更新文檔。
This commit is contained in:
parent
6d8a42206a
commit
5bb369872a
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.15]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix: Corrected an error where gemini-2.5-pro-preview-05-06 would skip task execution and mark it as completed directly (6d8a422)
|
||||||
|
- Fixes issue #20 (5d1c28d)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Moved rule.md to the root directory to prepare for future collaborative architecture with DATA_DIR outside the project (313e338)
|
||||||
|
- Updated documentation (28984f)
|
||||||
|
|
||||||
## [1.0.14]
|
## [1.0.14]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
# 更新日誌
|
# 更新日誌
|
||||||
|
|
||||||
|
## [1.0.15]
|
||||||
|
|
||||||
|
### 修復
|
||||||
|
|
||||||
|
- 修復:修正 gemini-2.5-pro-preview-05-06 會跳過執行任務直接完成的錯誤 (6d8a422)
|
||||||
|
- 修復問題 #20 (5d1c28d)
|
||||||
|
|
||||||
|
### 變更
|
||||||
|
|
||||||
|
- 將 rule.md 改為存放至根目錄,這樣 DATA_DIR 才可以放置在專案外為後續協作架構做準備 (313e338)
|
||||||
|
- 更新文檔 (28984f)
|
||||||
|
|
||||||
## [1.0.14]
|
## [1.0.14]
|
||||||
|
|
||||||
### 變更
|
### 變更
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mcp-shrimp-task-manager",
|
"name": "mcp-shrimp-task-manager",
|
||||||
"version": "1.0.11",
|
"version": "1.0.15",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mcp-shrimp-task-manager",
|
"name": "mcp-shrimp-task-manager",
|
||||||
"version": "1.0.11",
|
"version": "1.0.15",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.0.0",
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mcp-shrimp-task-manager",
|
"name": "mcp-shrimp-task-manager",
|
||||||
"version": "1.0.14",
|
"version": "1.0.15",
|
||||||
"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