SessionStart
01Hook
Runs when a session starts, executing session_start.py. From bledden/claude-recall-plugin.
23 1mo ago A
tokens not measured
original MIT
Cross-session, cross-project conversation recall for Claude Code — local SQLite + FTS5, auto-tagging, compaction recovery, highlight sharing, and an opt-in proactive recall assistant
Hook
Runs when a session starts, executing session_start.py. From bledden/claude-recall-plugin.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt_submit.py. From bledden/claude-recall-plugin.
Hook
Runs before the context is compacted, executing post_compact.py. From bledden/claude-recall-plugin.
Hook
Runs when a session ends, executing session_end.py. From bledden/claude-recall-plugin.