You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.8.1] - 2026-01-26
9
9
10
10
### Added
11
+
11
12
-**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.
12
13
-**Global Registry Reader** - New global config reader for resolving custom registries in skill commands.
13
14
14
15
### Changed
16
+
15
17
-**Skill Registry Resolution** - Skill commands now merge default and custom registries, with offline cache fallback when a registry URL is not configured.
16
18
17
19
## [0.8.0] - 2026-01-26
18
20
19
21
### Added
22
+
20
23
-**Memory Skill Template** - New skill for integrating memory service capabilities into agent workflows
0 commit comments