41 lines
846 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|