Skip to content

Commit 873107a

Browse files
committed
Update changelog
1 parent 81c45bb commit 873107a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
- **Agent Console** - New `ai-devkit agent console` command that launches a live multi-agent terminal UI (TUI) with an agent list pane, conversation preview, chat input, and status footer for monitoring and interacting with multiple running agents simultaneously (#88).
13+
14+
### Changed
15+
16+
- **ESM Migration** - Converted all packages (`cli`, `agent-manager`, `channel-connector`, `memory`) from CommonJS to ES Modules, migrated the test runner from Jest to Vitest, and upgraded project dependencies (#87).
17+
- **Dev Lifecycle Clarification Contract** - Tightened the clarification requirements in the `dev-lifecycle` skill's `SKILL.md` and updated `new-requirement`, `review-design`, and `review-requirements` references; improved the `check-status.sh` script.
18+
819
## [0.34.0] - 2026-05-25
920

1021
### Added

0 commit comments

Comments
 (0)