Release v5.0.3: Smart caching installer for Windows compatibility
**Breaking Changes**: None (patch version) **Fixes**: - Fixed Windows installation with smart caching installer - Eliminated redundant npm install on every SessionStart (2-5s → 10ms) - Dynamic Python version detection in Windows error messages - Comprehensive Windows troubleshooting guidance **Improvements**: - Smart install caches version state (.install-version file) - Only runs npm install when needed (first time, version change, missing deps) - Enhanced rsync to respect gitignore rules - Better PM2 worker startup verification - Cross-platform compatible (pure Node.js) **Technical Details**: - New: scripts/smart-install.js (smart caching installer) - Modified: plugin/hooks/hooks.json (use smart-install.js) - Modified: package.json (enhanced sync-marketplace) - Impact: 200x faster SessionStart for cached installations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claude-mem",
|
||||
"version": "5.0.2",
|
||||
"version": "5.0.3",
|
||||
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
||||
"author": {
|
||||
"name": "Alex Newman"
|
||||
|
||||
Reference in New Issue
Block a user