mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
- 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>
26 lines
549 B
TypeScript
26 lines
549 B
TypeScript
export default {
|
|
'Contribute to Qwen Code': {
|
|
title: 'Contribute to Qwen Code',
|
|
type: 'separator',
|
|
},
|
|
architecture: 'Architecture',
|
|
roadmap: 'Roadmap',
|
|
contributing: 'Contributing Guide',
|
|
'Qwen Code SDK': {
|
|
title: 'Agent SDK',
|
|
type: 'separator',
|
|
},
|
|
'sdk-typescript': 'Typescript SDK',
|
|
'sdk-java': 'Java SDK(alpha)',
|
|
'Dive Into Qwen Code': {
|
|
title: 'Dive Into Qwen Code',
|
|
type: 'separator',
|
|
},
|
|
|
|
'channel-plugins': 'Channel Plugin Guide',
|
|
tools: 'Tools',
|
|
|
|
examples: {
|
|
display: 'hidden',
|
|
},
|
|
};
|