We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccddf6 commit 1ac79f8Copy full SHA for 1ac79f8
CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
+
10
+### Added
11
12
+- **Agent Detail Command** - New `ai-devkit agent detail --id <name>` command to inspect running agent conversations (#49).
13
+- **Skill Registry** - Added `samber/cc-skills-golang` skill repository.
14
15
+### Changed
16
17
+- **Agent Identifier** - Updated agent identifier; removed `slug` field from `AgentInfo` in favor of simplified name-based matching.
18
19
## [0.19.0] - 2026-03-11
20
21
### Added
0 commit comments