mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
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:
parent
1a272a12e9
commit
92c54ff309
9 changed files with 288 additions and 8 deletions
|
|
@ -43,6 +43,7 @@
|
|||
"@qwen-code/channel-base": "file:../channels/base",
|
||||
"@qwen-code/channel-telegram": "file:../channels/telegram",
|
||||
"@qwen-code/channel-weixin": "file:../channels/weixin",
|
||||
"@qwen-code/channel-dingtalk": "file:../channels/dingtalk",
|
||||
"@qwen-code/qwen-code-core": "file:../core",
|
||||
"@qwen-code/web-templates": "file:../web-templates",
|
||||
"@types/update-notifier": "^6.0.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue