qwen-code/packages/channels/plugin-example/src
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
..
index.ts feat(channels): make plugin-example package publishable 2026-03-27 04:21:56 +00:00
mock-server.ts feat(channels): add streaming response hooks to ChannelBase 2026-03-27 14:08:09 +00:00
MockPluginChannel.ts feat(channels): add streaming response hooks to ChannelBase 2026-03-27 14:08:09 +00:00
protocol.ts feat(channels): add streaming response hooks to ChannelBase 2026-03-27 14:08:09 +00:00
start-server.ts feat(channels): make plugin-example package publishable 2026-03-27 04:21:56 +00:00