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

@@ -2,11 +2,12 @@
"hooks": { "hooks": {
"SessionStart": [ "SessionStart": [
{ {
"matcher": "startup|clear|compact", "matcher": "startup|resume|clear",
"hooks": [ "hooks": [
{ {
"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
} }
] ]