From 347c509298cb43aa0501d313e77180b565f5d53f Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Sat, 4 Apr 2026 18:34:50 +0500 Subject: [PATCH] replace agent-turn-complete with PreToolUse, PostToolUse, UserPromptSubmit disable flags Co-Authored-By: Claude --- .codex/hooks/config/hooks-config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.codex/hooks/config/hooks-config.json b/.codex/hooks/config/hooks-config.json index 8d95d73..c4e7ce5 100644 --- a/.codex/hooks/config/hooks-config.json +++ b/.codex/hooks/config/hooks-config.json @@ -1,6 +1,8 @@ { - "disableAgentTurnCompleteHook": false, "disableSessionStartHook": false, + "disablePreToolUseHook": false, + "disablePostToolUseHook": false, "disableStopHook": false, + "disableUserPromptSubmitHook": false, "disableLogging": true }