What's Changed
Added
- Added
ai-devkit agent startto launch named agents in managed tmux sessions with--type,--name, and--cwdoptions, PID polling, stale session cleanup, and registry tracking by @codeaholicguy in #90. - Added
ai-devkit agent rename <current-name> <new-name>to rename live registry entries with validation and conflict handling by @codeaholicguy in #92.
Changed
- Agent discovery now mirrors live Codex and Gemini CLI sessions into the registry so running agents stay available for list/detail/send workflows even when started outside
agent startby @codeaholicguy in #91. - Updated
ai-devkit agent listto show the project name instead of the full working directory for a more compact running-agent table. - Enhanced the
dev-lifecycleskill's test-planning and implementation-log guidance.
Fixed
- Fixed Claude Code sessions being reported with unknown status by improving session parsing for meaningful conversation entries and interrupted requests.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.35.0...cli@0.36.0