File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ 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.5.0] - 2025-01-15
9+
10+ ### Added
11+ - ** Antigravity Support** - Added support for Google Antigravity (Gemini CLI) as a new AI development environment
12+ - ** New Slash Command** - ` /simplify-implementation ` for analyzing and simplifying existing implementations
13+ - Reduce complexity and improve maintainability
14+ - Structured approach with readability principles
15+ - Prioritized action plans with risk assessment
16+ - Scalability recommendations
17+
18+ ### Changed
19+ - ** Dynamic TOML Generation** - Refactored TemplateManager to dynamically generate ` .toml ` files from ` .md ` files at runtime
20+ - Added YAML frontmatter support for storing command descriptions in Markdown files
21+ - Uses ` gray-matter ` library for frontmatter parsing
22+ - Eliminated duplication between ` .toml ` and ` .md ` template files
23+ - Removed all static ` .toml ` files from the templates directory
24+
25+ ### Technical Improvements
26+ - Updated TypeScript configuration
27+ - Improved test coverage for TemplateManager
28+ - Updated documentation for supported agents
29+
830## [ 0.4.2] - 2025-11-05
931
1032- Fixed Gemini CLI integration https://github.com/codeaholicguy/ai-devkit/issues/3
You can’t perform that action at this time.
0 commit comments