2025-04-19 03:29:39 +08:00
|
|
|
[English](CHANGELOG.md) | [中文](docs/zh/CHANGELOG.md)
|
|
|
|
|
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
2025-04-21 17:59:11 +08:00
|
|
|
## [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
|
|
|
|
|
2025-04-19 03:29:39 +08:00
|
|
|
## [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
|