qwen-code/docs/users/features/channels
tanzhenxin 9c001ba61e feat(channels): add shared slash command system
- Add /help, /clear (aliases: /reset, /new), /status commands to ChannelBase
- Commands are handled locally without agent round-trip
- TelegramAdapter skips "Working..." indicator for local commands
- Update docs to reflect new command structure

This provides a consistent command interface across all channel types
(Telegram, WeChat, etc.) with platform-specific extensibility.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-26 03:24:44 +00:00
..
_meta.ts docs(channels): add Channels feature documentation 2026-03-24 11:12:52 +00:00
overview.md feat(channels): add shared slash command system 2026-03-26 03:24:44 +00:00
telegram.md feat(channels): add shared slash command system 2026-03-26 03:24:44 +00:00
weixin.md feat(channels): add crash recovery and gateway mode support 2026-03-26 02:55:18 +00:00