Skip to content

0.26.0

Choose a tag to compare

@codeaholicguy codeaholicguy released this 22 Apr 18:17
· 18 commits to main since this release

What's Changed

Added

  • Added GeminiCliAdapter to the agent manager so ai-devkit agent list and ai-devkit agent detail can discover and inspect running Gemini CLI sessions, with process detection, session discovery via projectHash matching, and content normalization for Gemini's polymorphic message format. By @nnhhoang in #70.
  • Added GeminiCliAdapter to the channel command for Gemini CLI channel operations.

Fixed

  • Hardened git utility functions against shell injection.
  • Added validation for skill paths to prevent invalid path traversal in SkillManager.

Changed

  • Cleaned up duplicate command templates (capture-knowledge, debug, simplify-implementation) from both root commands/ and packages/cli/templates/commands/.

Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.25.0...cli@0.26.0