replace agent-turn-complete with PreToolUse, PostToolUse, UserPromptSubmit disable flags

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Shayan Rais
2026-04-04 18:34:50 +05:00
parent 86dff3aadb
commit 347c509298
+3 -1
View File
@@ -1,6 +1,8 @@
{
"disableAgentTurnCompleteHook": false,
"disableSessionStartHook": false,
"disablePreToolUseHook": false,
"disablePostToolUseHook": false,
"disableStopHook": false,
"disableUserPromptSubmitHook": false,
"disableLogging": true
}