Files
dashboard-desaplus-noc/.gemini/settings.json
2026-02-09 16:20:27 +08:00

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
}
]
}
]
}
}