v1.3.0 - Lark/Feishu Webhook Support
🎉 New Feature: Lark/Feishu Webhook Integration
This release adds comprehensive support for Lark (飞书) webhooks, enabling notifications to be sent directly to Lark/Feishu group chats with beautiful interactive cards.
✨ Highlights
- Interactive Card Messages — Rich card-based notifications with colored headers based on status
- Status-Colored Headers — Visual distinction for different notification types:
- 🟢 Green — Task Complete
- 🟡 Yellow — Review Complete
- 🔴 Red — Question (needs attention)
- 🔵 Blue — Plan Ready
- Wide Screen Mode — Better readability on desktop clients
- Session ID Support — Track which session triggered the notification
📦 Configuration
{
"webhook": {
"enabled": true,
"url": "https://open.larksuite.com/open-apis/bot/v2/hook/xxx",
"preset": "lark"
}
}📚 Documentation
- Lark Setup Guide — Complete setup instructions
- Webhook Configuration — All configuration options
🌏 Supported Platforms
Works with both:
- Lark (International) —
open.larksuite.com - Feishu (飞书, China) —
open.feishu.cn
Full Changelog: v1.2.2...v1.3.0