SessionStart
01Hook
Runs when a session starts, executing session_start.py with --quiet (2 commands). From wazionapps/nexo.
NEXO runtime core for NEXO Desktop: local memory, automation, MCP tools and update-managed runtime.
Hook
Runs when a session starts, executing session_start.py with --quiet (2 commands). From wazionapps/nexo.
Hook
Runs when the agent finishes a response, executing stop.py. From wazionapps/nexo.
Hook
Runs when you submit a prompt, before the agent sees it, executing auto_capture.py. From wazionapps/nexo.
Hook
Runs before the agent uses a tool, executing pre_tool_use.py. From wazionapps/nexo.
Hook
Runs after a tool call finishes, executing post_tool_use.py. From wazionapps/nexo.
Hook
Runs before the context is compacted, executing pre_compact.py. From wazionapps/nexo.
Hook
Runs after the context is compacted, executing post_compact.py. From wazionapps/nexo.
Hook
Runs when the agent sends a notification, executing notification.py. From wazionapps/nexo.
Hook
Runs when a subagent finishes, executing subagent_stop.py. From wazionapps/nexo.