Skip to content

v1.0.6: Update Command Fixes

Choose a tag to compare

@troylar troylar released this 07 Nov 15:40
· 89 commits to main since this release

πŸ› Bug Fixes

Critical Update Command Issues Fixed

Two bugs prevented the update command from working properly. Both are now fixed!

Errors Fixed:

  1. Module Packaging Error:
Error: Failed to refresh IDE configs
πŸ’‘ Suggestion: No module named 'ai_journal_kit.templates'
  1. Function Call Error:
TypeError: show_success() takes 1 positional argument but 2 were given

What Changed:

  • βœ… Added __init__.py to templates/ directory
  • βœ… Added __init__.py to templates/ide-configs/ directory
  • βœ… Fixed show_success() function call in update command
  • βœ… Templates directory now properly recognized as Python module
  • βœ… Update command now completes successfully

πŸš€ Upgrade

# Standard upgrade
pip install --upgrade ai-journal-kit

# Or with uvx
uvx ai-journal-kit update

✨ What This Means

The update command now works perfectly! You can:

  • Update your AI Journal Kit installation seamlessly
  • Refresh IDE configurations automatically
  • Get latest templates with --templates flag
  • See beautiful success messages when updates complete

Full Changelog: v1.0.5...v1.0.6