| 1234567891011121314151617 |
- {
- "hooks": {
- "SessionStart": [
- {
- "matcher": "startup|resume|clear",
- "hooks": [
- {
- "type": "command",
- "command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
- "commandWindows": "& \"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
- "async": false
- }
- ]
- }
- ]
- }
- }
|