feat(hooks): add telemetry handlers for codex/copilot/gemini
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"hooks": {
|
||||
"onStart": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "~/.local/bin/agentmon-gemini-handler start"
|
||||
}
|
||||
],
|
||||
"onStop": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "~/.local/bin/agentmon-gemini-handler stop"
|
||||
}
|
||||
],
|
||||
"onToolCall": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "~/.local/bin/agentmon-gemini-handler tool-call"
|
||||
}
|
||||
],
|
||||
"onToolResult": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "~/.local/bin/agentmon-gemini-handler tool-result"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user