18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"hooks": {
|
|
"AfterAgent": [
|
|
{
|
|
"matcher": "*",
|
|
"hooks": [
|
|
{
|
|
"name": "telegram-notify",
|
|
"type": "command",
|
|
"command": "$GEMINI_PROJECT_DIR/.gemini/hooks/telegram-notify.sh",
|
|
"timeout": 8000
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|