Skip to content

v0.2.1 - Hooks System Update

Choose a tag to compare

@danielmiessler danielmiessler released this 27 Sep 01:39

🚀 PAI v0.2.1 - Hooks System Update

What's Changed

🪝 Hooks System Overhaul

  • Sanitized for Public Use: All hook files cleaned of sensitive data
  • Portable Installation: All hooks now use ${PAI_DIR} variable
  • Voice Integration: Enhanced intelligent voice responses
  • Tab Title System: Improved terminal tab title generation
  • Session Management: Better initialization and state tracking

📁 Files Updated

  • session-start-hook.ts - Session initialization with voice notifications
  • stop-hook.ts - Terminal tab titles and completion announcements
  • user-prompt-submit-hook.ts - Voice greeting system
  • subagent-stop-hook.ts - Agent-specific voice notifications
  • load-dynamic-requirements.ts - Dynamic context loading wrapper
  • hooks/README.md - Hook system documentation

📚 Documentation

  • Fixed date formatting issues in main README
  • Removed redundant configuration warnings
  • Updated September 26, 2025 release notes

Installation Note

Remember to set the PAI_DIR environment variable to your PAI installation's .claude directory for the hooks to work correctly.

Full Changelog: v0.2...v0.2.1