feat: update Ucloud presets and add OpenClaw defaults for Ucloud/Micu

- Update Ucloud links to coding-plan page across READMEs
- Remove hardcoded model overrides from Claude preset
- Switch Codex model from zai-org/glm-5 to gpt-5.4
- Replace GLM-5/MiniMax models with claude-opus-4-6 in OpenClaw preset
- Add templateValues and suggestedDefaults for Ucloud and Micu OpenClaw presets
This commit is contained in:
Jason
2026-03-09 11:37:23 +08:00
parent cc15d7b1e3
commit e5838e0a10
6 changed files with 43 additions and 18 deletions
+3 -2
View File
@@ -283,12 +283,13 @@ requires_openai_auth = true`,
{
name: "Ucloud",
websiteUrl: "https://www.compshare.cn",
apiKeyUrl: "https://api.modelverse.cn/v1",
apiKeyUrl:
"https://www.compshare.cn/coding-plan?ytag=GPU_YY_YX_git_cc-switch",
auth: generateThirdPartyAuth(""),
config: generateThirdPartyConfig(
"ucloud",
"https://api.modelverse.cn/v1",
"zai-org/glm-5",
"gpt-5.4",
),
endpointCandidates: ["https://api.modelverse.cn/v1"],
category: "aggregator",