hooks-codex.json 303 B

12345678910111213141516
  1. {
  2. "hooks": {
  3. "SessionStart": [
  4. {
  5. "matcher": "startup|resume|clear",
  6. "hooks": [
  7. {
  8. "type": "command",
  9. "command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
  10. "async": false
  11. }
  12. ]
  13. }
  14. ]
  15. }
  16. }