stop-hook-false-positive-during-active-wait-state
The Stop hook fires repeatedly when the agent is in an active waiting state (paused mid-conversation awaiting user input), not just when the agent actually initiates a stop action. This caused dozens of false-positive hook evaluations in a single session, flooding the conversation with hook feedback messages. The hook condition ‘Before allowing the agent to stop’ is being triggered by the runtime even when no stop() call or agent-initiated termination has occurred — likely firing on every turn completion where the agent produces output and pauses.
Related
- stop-hook-false-positive-during-waiting-state
- stop-hook-fires-false-positives-on-agent-waiting-state
- stop-hook-fires-on-agent-waiting-state-not-just-stop
- stop-hook-fires-false-positives-during-waiting-states
- stop-hook-false-positive-during-agent-wait-states
- stop-hook-fires-on-every-assistant-turn-not-just-stop
- stop-hook-fires-on-idle-wait-not-just-agent-stop
- stop-hook-fires-on-agent-wait-state-not-just-stop
- stop-hook-fires-on-waiting-state-not-just-on-stop
- stop-hook-fires-on-agent-idle-state-not-just-termination
- stop-hook-fires-during-active-waiting-state-false-positive-l
- stop-hook-fires-on-every-assistant-turn-not-just-stop-calls
- stop-hook-fires-on-waiting-state-not-only-stop-events
- stop-hook-fires-on-every-agent-waiting-state