Files
agentmon/hooks/codex/hooks.json
T
2026-03-20 13:59:51 -07:00

41 lines
846 B
JSON

{
"hooks": {
"sessionStart": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler start"
}
],
"sessionEnd": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler stop"
}
],
"notify": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler notification"
}
],
"userpromptsubmit": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler prompt"
}
],
"userPromptSubmit": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler prompt"
}
],
"userPromptSubmitted": [
{
"type": "command",
"command": "~/.local/bin/agentmon-codex-handler prompt"
}
]
}
}