qwen-code/packages/channels/base/src
tanzhenxin 987eebd1c4 docs(channels): add plugin developer guide and rename mock to plugin-example
- Add comprehensive developer guide for building channel plugins
- Add user-facing docs for installing/configuring custom channel plugins
- Replace custom-channels.md with new plugins.md
- Rename @qwen-code/channel-mock to @qwen-code/channel-plugin-example
- Add messageId field to Envelope type for response correlation

This provides clear documentation for developers building custom channel
adapters and renames the mock package to better reflect its purpose as
a reference implementation example.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-27 03:19:34 +00:00
..
AcpBridge.ts feat(channels): add crash recovery and gateway mode support 2026-03-26 02:55:18 +00:00
ChannelBase.ts fix(channels): isolate sessions per chat and serialize prompts per session 2026-03-26 11:58:03 +00:00
GroupGate.ts feat(channels): add group chat support for Telegram 2026-03-25 02:04:27 +00:00
index.ts feat(channels): add ChannelPlugin interface and registry-based factory 2026-03-26 12:34:31 +00:00
PairingStore.ts feat(channels): add DM pairing flow for sender approval 2026-03-24 11:37:16 +00:00
SenderGate.ts feat(channels): add DM pairing flow for sender approval 2026-03-24 11:37:16 +00:00
SessionRouter.ts fix(channels): isolate sessions per chat and serialize prompts per session 2026-03-26 11:58:03 +00:00
types.ts docs(channels): add plugin developer guide and rename mock to plugin-example 2026-03-27 03:19:34 +00:00