chore: migrate telegram hook to typescript and update settings

This commit is contained in:
bipproduction
2026-02-10 09:51:35 +08:00
parent 4496094edd
commit 75bc7a65fb
4 changed files with 77 additions and 33 deletions

View File

@@ -7,11 +7,11 @@
{
"name": "telegram-notify",
"type": "command",
"command": "$GEMINI_PROJECT_DIR/.gemini/hooks/telegram-notify.sh",
"timeout": 8000
"command": "bun $GEMINI_PROJECT_DIR/.gemini/hooks/telegram-notify.ts",
"timeout": 10000
}
]
}
]
}
}
}