Release v5.1.4: Bugfix for PostToolUse hook schema compliance
Changes: - Renamed tool_output to tool_response in save-hook.ts to match Claude Code PostToolUse API schema - Updated worker-service.ts to use tool_response field consistently - Rebuilt all hooks and worker service with corrected parameter names 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"plugins": [
|
||||
{
|
||||
"name": "claude-mem",
|
||||
"version": "5.1.3",
|
||||
"version": "5.1.4",
|
||||
"source": "./plugin",
|
||||
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user