mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-05-13 15:46:00 +00:00
1.0 KiB
1.0 KiB
Eggent v0.1.6 - Telegram Long Polling
Patch release focused on making Telegram integration usable without a public HTTPS webhook.
Highlights
- Added Telegram long polling support with status/start/stop API controls.
- Shared Telegram update handling between webhook and polling modes.
- Added Telegram connection modes:
auto,webhook, andpolling. - Auto mode now chooses polling for local, private, or non-HTTPS URLs.
- Moved Telegram lifecycle startup into Next.js instrumentation so polling can resume on server startup.
- Stopped polling during Telegram disconnect.
- Updated installation documentation for Docker, local Node.js, development, and PM2 setups.
- Version bump to
0.1.6across package metadata andGET /api/health.
Upgrade Notes
- No migration required.
- Existing webhook configurations continue to work.
- Use
AutoorLong Pollingfor installs without a public HTTPS URL.
Links
- Full release snapshot:
docs/releases/0.1.6-telegram-long-polling.md - Installation and update guide:
README.md