What's Changed
Added
- Terminal UI Standardization - Centralized terminal output utility for consistent CLI experience
- Skill Update Command - New
ai-devkit skill updatecommand for updating skills from registries- Update All Skills:
ai-devkit skill update- Updates all cached skill registries via git pull - Update Specific Registry:
ai-devkit skill update <registry-id>- Updates only the specified registry (e.g.,ai-devkit skill update anthropic/skills)
- Update All Skills:
Changed
- Module Resolution - Updated TypeScript configuration from Node16 to CommonJS for better compatibility
Fixed
- Graceful Exit - Commands now properly exit with code 0 on successful completion
skill list- Added explicit process.exit(0) when no skills foundskill remove- Added explicit process.exit(0) after successful removal
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.8.1...cli@0.9.0