github thedotmack/claude-mem v5.1.4

latest releases: v10.2.5, v10.2.4, v10.2.3...
3 months ago

v5.1.4 (2025-11-07)

Bugfix Release: PostToolUse Hook Schema Compliance

Changes:

  • Fixed parameter naming in save-hook to match Claude Code PostToolUse API schema
  • Renamed tool_output to tool_response throughout the codebase
  • Updated worker-service to handle tool_response field correctly

Technical Details:

  • Modified files:
    • src/hooks/save-hook.ts: Updated interface and parameter destructuring
    • src/services/worker-service.ts: Updated observation message handling
    • plugin/scripts/save-hook.js: Rebuilt with corrected names
    • plugin/scripts/worker-service.cjs: Rebuilt with corrected names

Why This Matters: The Claude Code PostToolUse hook API provides tool_response not tool_output. This fix ensures proper schema compliance and prevents potential errors when capturing tool executions.

🤖 Generated with Claude Code

Don't miss a new claude-mem release

NewReleases is sending notifications on new releases.