Releases: codeaholicguy/ai-devkit
0.42.0
What's Changed
- 676bd04 Fixed
dev-lifecyclestartup guidance to list installed skills. - 60f9270 Improved the
simplify-implementationskill guidance. - ad06c60 Added the memory dashboard plugin.
- 34d3552 Added CLI support for agent groups.
- e734194 Fixed Codex session matching by using
session_metatimestamps by @mvanhorn
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.41.2...cli@0.42.0
0.41.2
What's changed
- c75d73b Split
dev-lifecycleinto orchestrated phase-specific skills. - 12ba398 Added AI DevKit branding to skill metadata.
- 2deeb57 Updated built-in skill definitions.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.41.1...cli@0.41.2
0.41.1
What's changed
- b0c3d45 Documented Pi agent integration.
- bd40286 Fixed duplicate Copilot wrapper agents.
- 8a943ff Fixed wrapper PID handling for Gemini and Copilot agents.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.41.0...cli@0.41.1
0.41.0
What's changed
- ab88047 Added package repository metadata.
- de3203b Added Junie CLI support.
- 807ec44 Added Cline support.
- 1520d2f Updated GitHub Copilot support.
- aeb8a15 Added Devin support.
- 432b32f Removed unused environment context filename metadata.
- 8c1bf9e Removed workflow slash command support.
- 39562d2 Added Gemini project skill path support.
- aa43342 Added Roo Code skills and MCP support.
- 672496a Removed Windsurf environment support.
- fbaef04 Added Kilo Code skills and MCP support.
- ce437db Added Pi environment skills support.
- 36e4b29 Added OpenCode MCP support.
- b4bdabd Fixed macOS terminal app process detection in agent manager.
- 8dc7f98 Added Pi support to
agent start. - 77c0413 Added Copilot support to
agent start.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.40.0...cli@0.41.0
0.40.0
What's Changed
- f0f72d0 Added the Pi session tracker extension.
- 57b08bc Added the Pi adapter to agent manager.
- 69fb18a Optimized Codex resume session lookup.
- 35d4dee Added the global plugin foundation to the CLI.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.39.0...cli@0.40.0
0.39.0
What's Changed
- f9bb55c Reverted the CLI startup optimization from #96.
- 74b3139 Added agent rename support inside the agent console.
- 1884f56 Upgraded project dependencies.
- fcff530 Migrated CLI prompts to
@inquirer/prompts. - ad1ad29 Migrated package builds to SWC.
- c6886f5 Fixed duplicate Gemini wrapper processes in agent discovery.
- 0038cc5 Added channel controls to the agent console.
- 2314ac9 Added the
agent-communicationskill. - 1dfe1fe Updated documentation for the channel daemon option.
- b596aca Added the agent console guide.
- 9a6d2b0 Refreshed project documentation.
- 0e746d8 Fixed resumed Codex session matching.
- e795edf Added a Copilot adapter to agent manager.
- ec2ca1e Added the changelog skill.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.38.0...cli@0.39.0
0.38.0
What's Changed
Added
- Agent Console Help Pane - Added a help pane to
ai-devkit agent consolewith context-aware keyboard shortcuts and layout support for toggling help while preserving existing console workflows. - TUI Design System - Added shared TUI design-system components and tokens for panels, section titles, key hints, spacing, borders, and colors, and updated the agent console to use them consistently.
- CLI Startup Benchmark - Added a CLI startup benchmark utility, benchmark tests, and maintainer documentation for validating top-level command startup performance.
Changed
- CLI Startup Performance - Optimized
ai-devkitstartup by handling version/help output through a lightweight command manifest and lazy-loading Commander plus selected command modules only when needed by @codeaholicguy in #96
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.37.0...cli@0.38.0
0.37.0
What's Changed
- feat(cli): add start new agent in agent console by @codeaholicguy in #93
- feat(cli): add agent kill in agent console by @codeaholicguy in #94
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.36.0...cli@0.37.0
0.36.0
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
0.35.0
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