github thedotmack/claude-mem v4.3.1
v4.3.1 - SessionStart Hook Context Injection Fix

latest releases: v10.0.6, v10.0.5, v10.0.4...
3 months ago

Fixes

  • Fixed SessionStart hook context injection by silencing npm install output (plugin/hooks/hooks.json:25)
  • Changed npm loglevel from --loglevel=error to --loglevel=silent to ensure clean JSON output
  • Consolidated hooks architecture by removing bin/hooks wrapper layer (src/hooks/*-hook.ts)
  • Fixed double shebang issues in hook executables (esbuild now adds shebang during build)

Technical Details

  • Modified: plugin/hooks/hooks.json (npm install verbosity)
  • Removed: src/bin/hooks/* (wrapper layer no longer needed)
  • Consolidated: Hook logic moved directly into src/hooks/*-hook.ts files
  • Root cause: npm install stderr/stdout was polluting hook JSON output, preventing context injection

Breaking Changes

None (patch version)


Full Changelog: v4.3.0...v4.3.1

Don't miss a new claude-mem release

NewReleases is sending notifications on new releases.