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 } ]