Releases: codeaholicguy/ai-devkit
0.23.1
What's changed
Fixed
- Fixed
skill removenot removing the skill entry from.ai-devkit.json. #63 - Fixed install service updating config when there are no successful installs. #65
- Fixed install service including skills in the update object when there are no successful skills. #64
- Fixed
installfailing when theskillsfield in config is an object with aninstalledarray rather than a plain array. #62
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.23.0...cli@0.23.1
0.23.0
What's Changed
Added
- Standardize MCP server config across AI agents by @codeaholicguy in #61
- Added
--debugflag to thechannelcommand for verbose debugging output.
Fixed
- fix(memory): rename MCP tool names to comply with strict client naming regex by @nnhhoang in #59
- Fixed
skill addcrashing when no environments are defined in config. - Fixed
addSkill()crashing when theskillsfield is an object containing aregistrieskey rather than an array.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.22.0...cli@0.23.0
0.22.0
What's Changed
Added
- Add channel connector by @codeaholicguy in #53
- Added publish workflow and package ignore rules for releasing the channel connector package.
- Added
.codex-plugin/plugin.jsonconfiguration. - Added web documentation for the dev-lifecycle skill.
- Added Husky
pre-commitandpre-pushhooks.
Changed
- Improved the memory skill workflow and updated the OpenAI agent configuration used by the skill.
- Updated the dev-lifecycle
new-requirementguidance to include brainstorming refinements. - Refreshed code review instructions across command templates and dev-lifecycle references.
- Added Amp Code environment configuration support and updated related CLI expectations.
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.21.1...cli@0.22.0
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