feat(hooks): add telemetry handlers for codex/copilot/gemini
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user