feat(channels): add DingTalk channel adapter

- Add @qwen-code/channel-dingtalk package with stream-based bot integration
- Support clientId/clientSecret authentication for DingTalk
- Add message deduplication and group chat mention handling
- Update ChannelConfig type to include dingtalk channel type

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-03-26 08:03:43 +00:00
parent 1a272a12e9
commit 92c54ff309
9 changed files with 288 additions and 8 deletions

View file

@ -9,7 +9,8 @@
"packages/*",
"packages/channels/base",
"packages/channels/telegram",
"packages/channels/weixin"
"packages/channels/weixin",
"packages/channels/dingtalk"
],
"repository": {
"type": "git",