mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-27 08:23:56 +08:00
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
[English](CHANGELOG.md) | [中文](docs/zh/CHANGELOG.md)
|
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## [1.0.8]
|
|
|
|
### Added
|
|
|
|
- Added dependency on zod-to-json-schema for better schema integration
|
|
- Added detailed task splitting guidelines for better task management
|
|
- Added more robust error handling for Agent tool calls
|
|
|
|
### Changed
|
|
|
|
- Updated MCP SDK integration for better error handling and compatibility
|
|
- Improved task implementation prompt templates for clearer instructions
|
|
- Optimized task split tool descriptions and parameter validation
|
|
|
|
### Fixed
|
|
|
|
- Fixed issue #5 where some Agents couldn't properly handle errors
|
|
- Fixed line formatting in template documents for better readability
|
|
|
|
## [1.0.7]
|
|
|
|
### Added
|
|
|
|
- Added Thought Chain Process feature for systematic problem analysis
|
|
- Added Project Rules Initialization feature for maintaining project consistency
|
|
|
|
### Changed
|
|
|
|
- Updated documentation to emphasize systematic problem analysis and project consistency
|
|
- Adjusted tool list to include new features
|
|
- Updated .gitignore to exclude unnecessary folders
|