17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"hooks": {
|
|
"AfterAgent": [
|
|
{
|
|
"matcher": "*",
|
|
"hooks": [
|
|
{
|
|
"name": "telegram-notify",
|
|
"type": "command",
|
|
"command": "bun $GEMINI_PROJECT_DIR/.gemini/hooks/telegram-notify.ts",
|
|
"timeout": 10000
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |