File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ 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+ ## [ Unreleased]
9+
10+ ### Added
11+
12+ - ** Codex Adapter** - Added Codex adapter support.
13+ - ** Agent Manager Package** - Added standalone ` @ai-devkit/agent-manager ` package.
14+
15+ ### Changed
16+
17+ - ** CLI Agent Migration** - Migrated ` agent ` command to ` @ai-devkit/agent-manager ` .
18+ - ** Skill Registry Priority** - Updated skill registry priority handling.
19+ - ** Init/Install Templates** - Stopped copying context templates during ` init ` /` install ` .
20+ - ** Version Output Source** - ` --version ` now uses package version output.
21+ - ** Documentation** - Updated docs and improved web agent setup guide with template-based init.
22+ - ** Project Templates** - Added and updated templates used across setup flows.
23+ - ** Install Validation** - Added install smoke-test updates for ` ai-devkit install ` .
24+
25+ ### Fixed
26+
27+ - ** Agent List Display** - Kept the ` working-on ` column to one line in agent list output.
28+ - ** Claude PID Session Mapping** - Prefer exact history cwd for Claude pid-session mapping.
29+ - ** Config Manager Phase Handling** - Guarded missing phases in config manager.
30+ - ** Docs Typos/Troubleshooting** - Fixed typo and added Codex sandbox ` npx ` troubleshooting FAQ.
31+
832## [ 0.15.0] - 2026-02-24
933
1034### Added
You can’t perform that action at this time.
0 commit comments