Release v4.3.4: Fix SessionStart hooks on resume
Fixes: - Fixed SessionStart hooks running on session resume - Added matcher configuration to only run hooks on startup, clear, or compact events - Prevents unnecessary hook execution and improves performance Technical changes: - Modified plugin/hooks/hooks.json (added matcher) - Updated version to 4.3.4 in all metadata files 🤖 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": "4.3.3",
|
||||
"version": "4.3.4",
|
||||
"source": "./plugin",
|
||||
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user