v1.0.6: Update Command Fixes
π Bug Fixes
Critical Update Command Issues Fixed
Two bugs prevented the update command from working properly. Both are now fixed!
Errors Fixed:
- Module Packaging Error:
Error: Failed to refresh IDE configs
π‘ Suggestion: No module named 'ai_journal_kit.templates'
- Function Call Error:
TypeError: show_success() takes 1 positional argument but 2 were given
What Changed:
- β
Added
__init__.pytotemplates/directory - β
Added
__init__.pytotemplates/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
--templatesflag - See beautiful success messages when updates complete
Full Changelog: v1.0.5...v1.0.6