From fdb3eb11c35870f64427ee444d44f5b1bff6d0f0 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Mon, 29 Dec 2025 18:22:33 -0500 Subject: [PATCH] fix(hooks): reduce timeout values for worker service commands to improve responsiveness --- plugin/hooks/hooks.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugin/hooks/hooks.json b/plugin/hooks/hooks.json index 03c33dff..aba9df81 100644 --- a/plugin/hooks/hooks.json +++ b/plugin/hooks/hooks.json @@ -13,17 +13,17 @@ { "type": "command", "command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start", - "timeout": 180 + "timeout": 15 }, { "type": "command", "command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/context-hook.js\"", - "timeout": 300 + "timeout": 15 }, { "type": "command", "command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/user-message-hook.js\"", - "timeout": 10 + "timeout": 15 } ] } @@ -34,12 +34,12 @@ { "type": "command", "command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start", - "timeout": 180 + "timeout": 15 }, { "type": "command", "command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/new-hook.js\"", - "timeout": 300 + "timeout": 15 } ] } @@ -51,7 +51,7 @@ { "type": "command", "command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start", - "timeout": 180 + "timeout": 15 }, { "type": "command", @@ -67,7 +67,7 @@ { "type": "command", "command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start", - "timeout": 180 + "timeout": 15 }, { "type": "command",