From bc20cdaa556dcaea0a8b9b31f8ff5216376820ef Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 22 Jun 2026 18:01:13 -0700 Subject: [PATCH] fix(codex): invoke Windows hook command through PowerShell --- hooks/hooks-codex.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/hooks-codex.json b/hooks/hooks-codex.json index 5c357fcc..f4c2f2ad 100644 --- a/hooks/hooks-codex.json +++ b/hooks/hooks-codex.json @@ -7,6 +7,7 @@ { "type": "command", "command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex", + "commandWindows": "& \"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex", "async": false } ]