qwen-code/packages/channels
tanzhenxin b37e2110f5 feat(channels): add file and photo support for Telegram and WeChat
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

- Add photo message handling in Telegram adapter with base64 encoding

- Add document/file message handling with temp directory storage

- Extend WeChat adapter to support file downloads from CDN

- Refactor envelope building into reusable buildEnvelope method

- Rename ImageCdnRef to CdnRef for generic media handling

This enables users to send images and files through both Telegram and WeChat channels, with files saved to a temp directory for agent access.
2026-03-25 08:09:21 +00:00
..
base feat(channels): add multimodal support with image handling 2026-03-25 07:43:48 +00:00
telegram feat(channels): add file and photo support for Telegram and WeChat 2026-03-25 08:09:21 +00:00
weixin feat(channels): add file and photo support for Telegram and WeChat 2026-03-25 08:09:21 +00:00