SessionStart
01Hook
Runs when a session starts, executing ensure_project_dir.py and start_dashboard.py via python3 (2 commands). From dentiny/kon.
Hook
Runs when a session starts, executing ensure_project_dir.py and start_dashboard.py via python3 (2 commands). From dentiny/kon.
Hook
Runs when you submit a prompt, before the agent sees it, executing init_kon_session.py, record_orchestrator_model.py and log_begin_prompt.py via python3 (3 commands). From dentiny/kon.
Hook
Runs before the agent uses a tool for Bash tool calls, executing no_git_write.py via python3. From dentiny/kon.
Hook
Runs when the agent finishes a response, executing log_begin_response.py via python3. From dentiny/kon.
Hook
Runs when a subagent finishes, executing on_subagent_stop.py via python3. From dentiny/kon.
Hook
Runs before the context is compacted, executing on_pre_compact.py via python3. From dentiny/kon.