mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 05:31:02 +00:00
- Add ExtensionChannelConfig interface for declaring channels in extension manifests - Add loadChannelsFromExtensions() to discover and register channel plugins from active extensions - Integrate extension channel loading into channel start commands This enables extensions to contribute new channel types (e.g., Telegram, Slack) without modifying core code. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| src | ||
| index.ts | ||
| package.json | ||
| test-setup.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||