github thedotmack/claude-mem v5.0.2

latest releases: v10.5.2, v10.5.1, v10.5.0...
3 months ago

v5.0.2 (2025-11-04)

Breaking Changes: None (patch version)

Fixes:

  • Fixed worker startup reliability with async health checks (PR #51: src/shared/worker-utils.ts)
  • Added proper error handling to PM2 process spawning (src/shared/worker-utils.ts)
  • Worker now verifies health before proceeding with hook operations
  • Improved handling of PM2 failures when not yet installed

Technical Details:

  • Modified: src/shared/worker-utils.ts (added isWorkerHealthy, waitForWorkerHealth functions)
  • Modified: src/hooks/*.ts (all hooks now await ensureWorkerRunning)
  • Modified: plugin/scripts/*.js (rebuilt hook executables)
  • Root cause: ensureWorkerRunning was synchronous and didn't verify worker was actually responsive before proceeding
  • Impact: More reliable worker startup with proper health verification

Installation

Install via Claude Code marketplace:

/plugin marketplace add https://raw.githubusercontent.com/thedotmack/claude-mem/main/.claude-plugin/marketplace.json
/plugin install claude-mem

Full Changelog

View all changes

Don't miss a new claude-mem release

NewReleases is sending notifications on new releases.