docs: Update CHANGELOG.md for v6.0.5

This commit is contained in:
Alex Newman
2025-11-16 22:39:50 -05:00
parent cf1c966409
commit ce3b3733fa
+15
View File
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [6.0.5] - 2025-11-16
### Added
- Automatic cleanup of orphaned MCP server processes on worker startup
- Self-healing maintenance runs on every worker restart
### Improved
- Removed manual cleanup notice from session context
- Streamlined worker initialization process
- Prevents orphaned process accumulation and resource leaks
### Fixed
- Memory leaks from orphaned uvx/python processes are now prevented automatically
- Workers self-heal on every restart without manual intervention
## [6.0.4] - 2025-11-17 ## [6.0.4] - 2025-11-17
**Patch Release** **Patch Release**