Compare commits

...

1 Commits

Author SHA1 Message Date
Jesse Vincent
bc20cdaa55 fix(codex): invoke Windows hook command through PowerShell 2026-06-22 18:11:50 -07:00

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