Releases: codeaholicguy/ai-devkit
0.21.1
##What's changed
Fix
- Fixed ai-devkit skill add so it no longer requires skill-name and can open the interactive skill selection flow.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.21.0...cli@0.21.1
0.21.0
What's Changed
- Add memory db path config by @codeaholicguy in #50
- Add skill selection when adding from skill registry by @codeaholicguy in #51
- Added environment-aware prompting to support targeted global skill installation.
Fixed
- Fixed the
oradependency/version issue.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.20.1...cli@0.21.0
0.20.1
What's changed
Added
- New
agent-orchestrationskill for coordinating multi-agent workflows.
Changed
- Fixed sending enter separately for more reliable agent input delivery.
- Upgraded project dependencies.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.20.0...cli@0.20.1
0.20.0
What's Changed
- Add agent detail command to inspect running agent conversations by @codeaholicguy in #49
- Updated agent identifier; removed
slugfield fromAgentInfoin favor of simplified name-based matching.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.19.0...cli@0.20.0
0.19.0
What's Changed
Added
- Add cwd in agent list command by @codeaholicguy in #47
- Added clarification and brainstorming loop to
review-designandreview-requirementscommands.
Changed
- Generalize process-to-session mapping for CLI agent adapters by @codeaholicguy in #45
- Claude sessions pid matching by @codeaholicguy in #48
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.18.0...cli@0.19.0
0.18.0
What's Changed
Added
- feat: allow custom docs folder path via docsDir config by @hiiamtrong in #32
Changed
- Reimplement Claude Code adapter by @codeaholicguy in #39
- Updated the minimum supported Node.js version to
20.20.0.
Fixed
- Prevented Codex agent session matching from incorrectly attaching sessions across repositories.
- Fixed skill registry git operations so passphrase input works correctly during clone and update flows.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.17.0...cli@0.18.0
0.17.0
What's Changed
- Send message to agent by @codeaholicguy in #35
- Add agent type in listing by @codeaholicguy in #38
Changed
- Worktrees Location - Updated dev-lifecycle skill worktree setup references.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.16.0...cli@0.17.0
0.16.0
What's Changed
Added
- Add standalone package for agent manager by @codeaholicguy in #25
- Add codex adapter by @codeaholicguy in #28
- Project skill registry priority by @codeaholicguy in #29
Changed
- Init/Install Templates - Stopped copying context templates during
init/install. - Version Output Source -
--versionnow uses package version output. - Documentation - Updated docs and improved web agent setup guide with template-based init.
- Project Templates - Added and updated templates used across setup flows.
- Install Validation - Added install smoke-test updates for
ai-devkit install.
Fixed
- Agent List Display - Kept the
working-oncolumn to one line in agent list output. - Claude PID Session Mapping - Prefer exact history cwd for Claude pid-session mapping.
- Config Manager Phase Handling - Guarded missing phases in config manager.
- Docs Typos/Troubleshooting - Fixed typo and added Codex sandbox
npxtroubleshooting FAQ.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.15.0...cli@0.16.0
0.15.0
What's Changed
- Add install command by @codeaholicguy in #21
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.14.0...cli@0.15.0
0.14.0
What's Changed
Changed
- Dependency Updates - Upgraded
better-sqlite3
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.13.0...cli@0.14.0