mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-26 17:13:32 +00:00
* feat(extensions): support Agent Plugins v1 * fix(extensions): address Agent Plugins review blockers * fix(extensions): address second review blockers
10 lines
208 B
TypeScript
10 lines
208 B
TypeScript
export default {
|
|
introduction: 'Introduction',
|
|
'agent-plugins': 'Agent Plugins v1',
|
|
'getting-started-extensions': {
|
|
display: 'hidden',
|
|
},
|
|
'extension-releasing': {
|
|
display: 'hidden',
|
|
},
|
|
};
|