codex-hooks.json 212 B

1234567891011
  1. {
  2. "hooks": {
  3. "UserPromptSubmit": [
  4. {
  5. "hooks": [
  6. { "type": "command", "command": "echo 'The user has previously stated their favorite color is teal.'" }
  7. ]
  8. }
  9. ]
  10. }
  11. }