github codeaholicguy/ai-devkit cli@0.9.0
v0.9.0

latest releases: cli@0.18.0, agent-manager@0.4.0, cli@0.17.0...
one month ago

What's Changed

Added

  • Terminal UI Standardization - Centralized terminal output utility for consistent CLI experience
  • Skill Update Command - New ai-devkit skill update command 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)

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 found
    • skill 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

Don't miss a new ai-devkit release

NewReleases is sending notifications on new releases.