Skip to content

Commit 9862660

Browse files
committed
Update CHANGELOG
1 parent 1fbff68 commit 9862660

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)