@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.0] - 2025-05-01
9+
10+ ### Added
11+ - Enhanced software engineer agent with specialized sub-agents:
12+ - Code Quality agent for linting and best practices
13+ - Improved Code Review capabilities
14+ - Enhanced Debugging sub-agent
15+ - Design Pattern recommendations
16+ - Improved DevOps assistant
17+ - Documentation generation
18+ - Testing support with framework detection
19+ - New code analysis tools and capabilities in the software engineer agent
20+ - Additional end-to-end test coverage for CLI commands and integrations
21+
22+ ### Changed
23+ - Improved CI/CD pipeline with uv build and publish workflows
24+ - Enhanced GitHub Actions with trusted publishing support
25+ - Updated documentation to reflect current features and usage
26+ - Reorganized agent prompts for better specialized assistance
27+ - Strengthened security in command execution
28+
29+ ### Fixed
30+ - Multiple end-to-end test pipeline issues
31+ - Corrected license specifier in package metadata
32+ - Fixed versioning mechanism to properly display CLI version
33+ - Improved error handling across various modules
34+
35+ ### Security
36+ - Added secure token management for package publishing
37+ - Enhanced validation of file operations
38+
839## [ 0.1.3] - 2025-04-29
940
1041### Added
0 commit comments