File tree Expand file tree Collapse file tree 11 files changed +25
-22
lines changed Expand file tree Collapse file tree 11 files changed +25
-22
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,22 @@ jobs:
1111 matrix :
1212 include :
1313 - type : " ai"
14- name : " qiniu-ai"
14+ name : " qiniu"
15+ filename : " qiniu-ai"
1516 label_en : " Qiniu AI"
1617 label_zh : " 七牛云 AI"
1718 keep_models : true
1819 keep_tools : false
1920 - type : " kodo"
2021 name : " qiniu-tools"
22+ filename : " qiniu-storage"
2123 label_en : " Qiniu Storage"
2224 label_zh : " 七牛云存储"
2325 keep_models : false
2426 keep_tools : true
2527 - type : " all"
26- name : " qiniu"
28+ name : " qiniu-all"
29+ filename : " qiniu-all"
2730 label_en : " Qiniu Cloud"
2831 label_zh : " 七牛云"
2932 keep_models : true
@@ -101,7 +104,7 @@ jobs:
101104 id : get_version
102105 run : |
103106 VERSION=$(yq eval '.version' /tmp/plugin-build/manifest.yaml)
104- PACKAGE_NAME="${{ matrix.name }}-${VERSION}.difypkg"
107+ PACKAGE_NAME="${{ matrix.filename }}-${VERSION}.difypkg"
105108 echo "version=$VERSION" >> $GITHUB_OUTPUT
106109 echo "package_name=$PACKAGE_NAME" >> $GITHUB_OUTPUT
107110 echo "Extracted version: $VERSION"
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ resource:
3737 tool :
3838 enabled : true
3939type : plugin
40- version : 0.1.2
40+ version : 0.1.3
Original file line number Diff line number Diff line change 11model : deepseek-r1
22label :
3- zh_Hans : deepseek-r1
4- en_US : deepseek-r1
3+ zh_Hans : DeepSeek R1
4+ en_US : DeepSeek R1
55model_type : llm
66features :
77 - agent-thought
Original file line number Diff line number Diff line change 11model : deepseek-v3
22label :
3- zh_Hans : deepseek-v3
4- en_US : deepseek-v3
3+ zh_Hans : DeepSeek V3
4+ en_US : DeepSeek V3
55model_type : llm
66features :
77 - agent-thought
Original file line number Diff line number Diff line change 11model : glm-4.5-air
22label :
3- zh_Hans : glm -4.5-air
4- en_US : glm -4.5-air
3+ zh_Hans : GLM -4.5 Air
4+ en_US : GLM -4.5 Air
55model_type : llm
66features :
77 - agent-thought
Original file line number Diff line number Diff line change 11model : glm-4.5
22label :
3- zh_Hans : glm -4.5
4- en_US : glm -4.5
3+ zh_Hans : GLM -4.5
4+ en_US : GLM -4.5
55model_type : llm
66features :
77 - agent-thought
Original file line number Diff line number Diff line change 11model : gpt-oss-120b
22label :
3- zh_Hans : gpt-oss-120b
4- en_US : gpt-oss-120b
3+ zh_Hans : GPT-OSS 120B
4+ en_US : GPT-OSS 120B
55model_type : llm
66features :
77 - tool-call
Original file line number Diff line number Diff line change 11model : gpt-oss-20b
22label :
3- zh_Hans : gpt-oss-20b
4- en_US : gpt-oss-20b
3+ zh_Hans : GPT-OSS 20B
4+ en_US : GPT-OSS 20B
55model_type : llm
66features :
77 - tool-call
Original file line number Diff line number Diff line change 11model : kimi-k2
22label :
3- zh_Hans : kimi-k2
4- en_US : kimi-k2
3+ zh_Hans : Kimi K2
4+ en_US : Kimi K2
55model_type : llm
66features :
77 - agent-thought
Original file line number Diff line number Diff line change 11model : qwen-turbo
22label :
3- zh_Hans : qwen-turbo
4- en_US : qwen-turbo
3+ zh_Hans : Qwen Turbo
4+ en_US : Qwen Turbo
55model_type : llm
66features :
77 - agent-thought
You can’t perform that action at this time.
0 commit comments