Skip to content

Releases: codeaholicguy/ai-devkit

0.20.0

01 Apr 14:54

Choose a tag to compare

What's Changed

  • Add agent detail command to inspect running agent conversations by @codeaholicguy in #49
  • Updated agent identifier; removed slug field from AgentInfo in 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

27 Mar 09:27

Choose a tag to compare

What's Changed

Added

  • Add cwd in agent list command by @codeaholicguy in #47
  • Added clarification and brainstorming loop to review-design and review-requirements commands.

Changed

Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.18.0...cli@0.19.0

0.18.0

18 Mar 10:47

Choose a tag to compare

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

09 Mar 14:38

Choose a tag to compare

What's Changed

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

27 Feb 10:23

Choose a tag to compare

What's Changed

Added

Changed

  • Init/Install Templates - Stopped copying context templates during init/install.
  • Version Output Source - --version now 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-on column 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 npx troubleshooting FAQ.

Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.15.0...cli@0.16.0

0.15.0

23 Feb 12:32

Choose a tag to compare

0.14.0

21 Feb 16:21

Choose a tag to compare

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

0.13.0

20 Feb 08:44

Choose a tag to compare

What's Changed

Added

  • Lint Command - Added ai-devkit lint command support
  • Template Mode for Init - Added init template mode with YAML/JSON support
  • Memory Update Command - Added ai-devkit memory update for modifying knowledge items by ID
  • New Skills - Added capture-knowledge, simplify-implementation and
    technical-writer skills
  • Plugin Support - Added .claude-plugin and .cursor-plugin integration files

Changed

  • Dev Lifecycle Workflows - Refactored worktree setup and new-requirement flow
  • Lifecycle Documentation - Updated docs to require feature worktrees and make bootstrap language-agnostic
  • Web Docs Navigation - Added linkable anchors for documentation section headings
  • Command Templates - Updated CLI command templates
  • Skill Registry Handling - Refresh cached skill registry automatically on skill add
  • Documentation Updates - Refreshed README and development docs for current CLI behavior

Fixed

  • Memory Test Stability - Fixed flaky updated_at timestamp test in memory module

Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.12.0...cli@0.13.0

v0.12.0

17 Feb 10:16

Choose a tag to compare

What's Changed

Added

  • Dev Lifecycle Skill - Added structured SDLC skill with phase references and helper scripts
  • Debug Skill - Added reusable debug skill definitions for agent workflows
  • Web Skill Search Experience - Added /skills web page and related docs/navigation updates
  • Memory Search Table Output - Added ai-devkit memory search --table for terminal-friendly results

Changed

  • Skill Registry Data - Updated skill registry/index content and automated rebuild outputs
  • Documentation - Added/updated AI phase docs for setup wizard, web skill search, and memory search table output

Fixed

  • Init Environment Parsing - Improved init -e handling for full environment values (#15)

Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.11.0...cli@0.12.0

v0.11.0

06 Feb 10:40

Choose a tag to compare

What's Changed

Added

  • Skill Search - New skill find command to discover skills across all registries
    • Keyword Search: Find skills by name or description (e.g., ai-devkit skill find typescript)
  • Skill Index Rebuild - New skill rebuild-index command for search feature

Changed

  • Native Fetch - Migrated network calls from https to native fetch API for cleaner code
  • GITHUB_TOKEN Support - GitHub API calls now use GITHUB_TOKEN environment variable when available

Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.10.0...cli@0.11.0