Runs before the agent uses a tool, executing pre_tool_use.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs after a tool call finishes, executing post_tool_use.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs when the agent sends a notification, executing notification.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs when the agent finishes a response, executing stop.py and send_event.py via uv with --chat, --source-app, --event-type and --add-chat (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs when a subagent finishes, executing subagent_stop.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs before the context is compacted, executing pre_compact.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py and send_event.py via uv with --log-only, --store-last-prompt, --name-agent, --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs when a session starts, executing session_start.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs when a session ends, executing session_end.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs when the agent asks permission for an action, executing permission_request.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs when a tool call fails, executing post_tool_use_failure.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From disler/claude-code-hooks-multi-agent-observability.
Runs when a subagent starts, executing subagent_start.py and send_event.py via uv with --source-app and --event-type (2 commands). From disler/claude-code-hooks-multi-agent-observability.