Skip to content

v4.3.4

Choose a tag to compare

@thedotmack thedotmack released this 02 Nov 01:48
· 1649 commits to main since this release

v4.3.4 (2025-11-01)

Breaking Changes: None (patch version)

Fixes:

  • Fixed SessionStart hooks running on session resume (plugin/hooks/hooks.json:4)
  • Added matcher configuration to only run SessionStart hooks on startup, clear, or compact events
  • Prevents unnecessary hook execution and improves performance on session resume

Technical Details:

  • Modified: plugin/hooks/hooks.json:4 (added "matcher": "startup|clear|compact")
  • Impact: Hooks now skip execution when resuming existing sessions