diff --git a/docs/agents/reference/hooks-reference.md b/docs/agents/reference/hooks-reference.md index a869339add..c7133705c2 100644 --- a/docs/agents/reference/hooks-reference.md +++ b/docs/agents/reference/hooks-reference.md @@ -166,7 +166,9 @@ The `SessionStart` hook can inject additional context into the agent's conversat ## Stop -The `Stop` hook fires when the agent session ends. When scoped to a custom agent, the `Stop` hook is also treated as `SubagentStop`. +The `Stop` hook fires when the current agent execution stops. When scoped to a custom agent, the `Stop` hook is also treated as `SubagentStop`. + +The hook firing does not indicate stopping of a session or that the session has become inactive. ### Stop input