qwen-code/packages/channels
tanzhenxin f7979aa902 feat(channels): add streaming response hooks to ChannelBase
- Add onResponseChunk hook for progressive text display during streaming
- Add onResponseComplete hook for customizing response delivery
- Update mock plugin channel to support streaming chunks

This enables channels to display AI responses progressively as they stream,
improving user experience with real-time feedback.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-27 14:08:09 +00:00
..
base feat(channels): add streaming response hooks to ChannelBase 2026-03-27 14:08:09 +00:00
dingtalk feat(channels): configure channel adapters for compiled distribution 2026-03-27 08:46:54 +00:00
plugin-example feat(channels): add streaming response hooks to ChannelBase 2026-03-27 14:08:09 +00:00
telegram feat(channels): configure channel adapters for compiled distribution 2026-03-27 08:46:54 +00:00
weixin feat(channels): configure channel adapters for compiled distribution 2026-03-27 08:46:54 +00:00