2025-04-19 03:29:39 +08:00
|
|
|
[English](CHANGELOG.md) | [中文](docs/zh/CHANGELOG.md)
|
|
|
|
|
|
|
|
# Changelog
|
|
|
|
|
2025-04-27 01:13:03 +08:00
|
|
|
## [1.0.10]
|
2025-04-24 19:12:51 +08:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2025-04-27 01:13:03 +08:00
|
|
|
- Added guidelines for project rule update modes, emphasizing recursive checks and autonomous handling of ambiguous requests. (989af20)
|
|
|
|
- Added prompt language and customization instructions, updated README and docs. (d0c3bfa)
|
|
|
|
- Added `TEMPLATES_USE` config option for custom prompt templates, updated README and docs. (76315fe)
|
|
|
|
- Added multilingual task templates (English/Chinese). (291c5ee)
|
|
|
|
- Added prompt generators and templates for various task operations (delete, clear, update). (a51110f, 52994d5, 304e0cd)
|
|
|
|
- Changed task templates to Markdown format for better multilingual support and modification. (5513235)
|
|
|
|
- Adjusted the "batch submission" parameter limit for the `split_tasks` tool from 8000 to 5000 characters. (a395686)
|
|
|
|
- Removed the unused tool for updating task-related files. (fc1a5c8)
|
|
|
|
- Updated README and docs: added 'Recommended Models', linked MIT license, added Star History, added TOC and tags, enhanced usage guides. (5c61b3e, f0283ff, 0bad188, 31065fa)
|
|
|
|
- Updated task content description: allow completed tasks to update related file summaries, adjusted thought process description. (b07672c)
|
|
|
|
- Updated task templates: added 'Please strictly follow the instructions below' prompt, enhanced guidance. (f0283ff)
|
2025-04-24 19:12:51 +08:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2025-04-27 01:13:03 +08:00
|
|
|
- Fixed an issue where some models might not follow the process correctly. (ffd6349)
|
|
|
|
- Fix #6: Corrected an issue where simplified/traditional Chinese caused Enum parameter validation errors. (dae3756)
|
2025-04-19 03:29:39 +08:00
|
|
|
|
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
|