This commit is contained in:
afjcjsbx 2026-03-22 23:46:10 +01:00
parent 388505d7e0
commit f735b0551c

View file

@ -2201,6 +2201,7 @@ turnLoop:
toolArgs = toolReq.Arguments toolArgs = toolReq.Arguments
} }
case HookActionDenyTool: case HookActionDenyTool:
allResponsesHandled = false
denyContent := hookDeniedToolContent("Tool execution denied by hook", decision.Reason) denyContent := hookDeniedToolContent("Tool execution denied by hook", decision.Reason)
al.emitEvent( al.emitEvent(
EventKindToolExecSkipped, EventKindToolExecSkipped,
@ -2240,6 +2241,7 @@ turnLoop:
ChatID: ts.chatID, ChatID: ts.chatID,
}) })
if !approval.Approved { if !approval.Approved {
allResponsesHandled = false
denyContent := hookDeniedToolContent("Tool execution denied by approval hook", approval.Reason) denyContent := hookDeniedToolContent("Tool execution denied by approval hook", approval.Reason)
al.emitEvent( al.emitEvent(
EventKindToolExecSkipped, EventKindToolExecSkipped,