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

12
CHANGELOG.md Normal file
View File

@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
### Changed
- Migrated Telegram notification hook from shell script (`.sh`) to TypeScript (`.ts`) using Bun for better reliability and maintenance.
- Updated `.gemini/settings.json` to use the new TypeScript hook and increased timeout to 10 seconds.
### Removed
- Deleted `.gemini/hooks/telegram-notify.sh`.