Commit Graph

3 Commits

Author SHA1 Message Date
Harry 02101e6db9 chore: update dify_plugin version across multiple triggers to 0.6.0b14 2025-11-05 15:32:53 +08:00
Yeuoly 9948687009 bump sdk 2025-10-22 13:48:23 +08:00
Yeuoly c0c30d9378 feat: add comprehensive Lark trigger events implementation
Add Lark/Feishu webhook trigger with 10 event handlers:
- IM events: messages, member changes, reactions, read receipts
- Calendar events: event changes
- Approval events: approval status updates
- Drive events: file creation
- Contact events: employee onboarding, department creation

All events properly extract fields from Lark SDK models with:
- Explicit field declarations (no __dict__ usage)
- Correct data types (integers/booleans preserved)
- Human-friendly labels in EN/ZH/JA languages
- Organized subdirectory structure by domain

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-13 19:10:15 +08:00