What's Changed
Added
- New
ai-devkit agent consolecommand 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 by @codeaholicguy in #88
Changed
- 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 by @codeaholicguy in #87 - Tightened the clarification requirements in the
dev-lifecycleskill'sSKILL.mdand updatednew-requirement,review-design, andreview-requirementsreferences; improved thecheck-status.shscript.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.34.0...cli@0.35.0