fix(codex): invoke Windows hook command through PowerShell

This commit is contained in:
Jesse Vincent
2026-06-22 18:01:13 -07:00
parent bfa3e4137a
commit bc20cdaa55

View File

@@ -7,6 +7,7 @@
{ {
"type": "command", "type": "command",
"command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex", "command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
"commandWindows": "& \"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
"async": false "async": false
} }
] ]