Skip to content

Commit ca6d695

Browse files
committed
Update 0.8.1
1 parent 5b7c21b commit ca6d695

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@ 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-
## [Unreleased]
8+
## [0.8.1] - 2026-01-26
99

1010
### Added
11+
1112
- **Custom Skill Registries** - Support `skills.registries` in global `~/.ai-devkit/.ai-devkit.json` for adding multiple registries that merge with defaults and override on conflicts.
1213
- **Global Registry Reader** - New global config reader for resolving custom registries in skill commands.
1314

1415
### Changed
16+
1517
- **Skill Registry Resolution** - Skill commands now merge default and custom registries, with offline cache fallback when a registry URL is not configured.
1618

1719
## [0.8.0] - 2026-01-26
1820

1921
### Added
22+
2023
- **Memory Skill Template** - New skill for integrating memory service capabilities into agent workflows
2124
- **Comprehensive Documentation** - Added extensive documentation pages for:
2225
- Getting Started guide
@@ -31,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3134
## [0.7.0] - 2026-01-25
3235

3336
### Added
37+
3438
- **Skill Management** - Centralized registry for managing Agent Skills across projects
3539
- **One-Command Installation**: `ai-devkit skill add <registry>/<repo> <skill-name>`
3640
- **Local Cache**: Skills stored in `~/.ai-devkit/skills/` to avoid duplication
@@ -50,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5054
## [0.6.0] - 2026-01-22
5155

5256
### Added
57+
5358
- **Knowledge Memory Service** (`packages/memory`) - A lightweight MCP-based memory service for AI agents
5459
- Store and retrieve actionable knowledge using SQLite with FTS5 full-text search
5560
- **Core Features**:
@@ -70,21 +75,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7075
## [0.5.0] - 2025-01-15
7176

7277
### Added
78+
7379
- **Antigravity Support** - Added support for Google Antigravity
7480
- **New Slash Command** - `/simplify-implementation` for analyzing and simplifying existing implementations
7581

7682
### Changed
83+
7784
- **Dynamic TOML Generation** - Refactored TemplateManager to dynamically generate `.toml` files from `.md` files at runtime
7885

7986
## [0.4.2] - 2025-11-05
8087

81-
- Fixed Gemini CLI integration https://github.com/codeaholicguy/ai-devkit/issues/3
88+
- Fixed Gemini CLI integration [https://github.com/codeaholicguy/ai-devkit/issues/3](https://github.com/codeaholicguy/ai-devkit/issues/3)
8289
- Added test for TemplateManager.ts
83-
- Fixed Github Copilot integration https://github.com/codeaholicguy/ai-devkit/issues/4
90+
- Fixed Github Copilot integration [https://github.com/codeaholicguy/ai-devkit/issues/4](https://github.com/codeaholicguy/ai-devkit/issues/4)
8491

8592
## [0.4.0] - 2025-10-31
8693

8794
### Added
95+
8896
- **Multi-Environment Setup** - Support for 10 AI development environments
8997
- Interactive environment selection with multi-choice prompts
9098
- Support for Cursor, Claude Code, GitHub Copilot, Google Gemini, OpenAI Codex, Windsurf, KiloCode, AMP, OpenCode, and Roo Code
@@ -94,19 +102,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94102
- Config persistence storing selected environments array
95103

96104
### Changed
105+
97106
- **Breaking Changes** - Removed legacy single-environment support for cleaner API
98107
- Renamed `EnvironmentId` to `EnvironmentCode` throughout codebase
99108
- Removed legacy `Environment` type union (cursor | claude | both)
100109
- Updated config schema to use `environments: EnvironmentCode[]`
101110
- All environments now use standardized AGENTS.md context files
102111

103112
### Technical Improvements
113+
104114
- **Testing Infrastructure** - Complete test suite implementation
105115
- **Architecture** - Modular design improvements
106116

107117
## [0.3.0] - 2025-10-15
108118

109119
### Added
120+
110121
- `/debug` - Structured assistant for clarifying issues, analyzing options, and agreeing on a fix plan before coding
111122
- `/capture-knowledge` - Analyze and explain how code works from any entry point
112123
- Supports file, folder, function, and API endpoint analysis
@@ -119,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119130
## [0.2.0] - 2025-10-14
120131

121132
### Added
133+
122134
- Eight slash commands for Cursor and Claude Code:
123135
- `/new-requirement` - Complete guided workflow from requirements to PR/MR creation
124136
- `/code-review` - Structured local code reviews
@@ -135,6 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135147
## [0.1.0] - 2025-10-14
136148

137149
### Added
150+
138151
- Initial release of AI DevKit CLI
139152
- Interactive `init` command for project initialization
140153
- Support for Cursor and Claude Code environments
@@ -149,6 +162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149162
- Claude Code workspace configuration in `CLAUDE.md`
150163

151164
### Features
165+
152166
- Interactive prompts with Inquirer
153167
- Flag-based overrides for automation
154168
- Markdown templates with YAML frontmatter

0 commit comments

Comments
 (0)