Skip to content

Commit ac8cbfd

Browse files
committed
docs(changelog): add unreleased entries
1 parent 733760d commit ac8cbfd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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]
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

0 commit comments

Comments
 (0)