Johnson-LYS
e7848667b6
feat: refresh model sync and MiMo speech metadata ( #91 )
2026-08-31 14:35:53 +08:00
9f331d3f78
feat(compute): 新增 GitHub Copilot 订阅 Provider 预设 ( #90 )
...
- compute/providers/github-copilot.json:coding-plan + credentialSource
github-copilot,models 留空(可用集合随订阅档位与组织策略变化,由客户端
登录后经 /models 动态发现)
- schemas/provider.schema.json:credentialSource 枚举登记 github-copilot 及其语义
- _index.json 顺序追加;manifest presetDataVersion 105 → 106
- 测试计价归属表登记 github-copilot(USD)
Co-authored-by: yi-ge <jackyoncode@gmail.com >
2026-08-31 14:16:30 +08:00
59743a99b4
feat(compute): 默认话题/摘要模型改为裸 mimo-v2.5(lightweight 档) ( #89 )
...
defaultServiceMap.summary.modelName: mimo-v2.5-pro → mimo-v2.5。
mimo-v2.5-pro 是 flagship 档(model-specs/xiaomi.json 里 tier=flagship),
裸 mimo-v2.5 才是 lightweight 档、支持 vision 的全模态版本,更符合摘要
用轻量模型的本意。
已知:该模型目前尚未出现在 desirecore-cloud 账号实时同步的模型列表里
(compute/providers/xiaomi.json 静态目录同样只有 -pro/-asr/-tts 三个变体),
应用侧的 applySummaryModelPin 精确匹配当前会跳过钉选、原样透传(不报错,
但也不生效),账号后续同步到该模型后自动生效,无需再改代码或数据。
2026-08-29 00:58:52 +08:00
ec57989864
feat(compute): 默认话题/摘要模型改为 mimo-v2.5-pro ( #88 )
...
defaultServiceMap.summary.modelName: deepseek-v4-flash-0731 → mimo-v2.5-pro
(desirecore-cloud 下唯一的 mimo-v2.5 系通用对话/推理变体,另有 -asr/-tts
两个语音专用变体不适用;账号已同步确认可用)。
2026-08-29 00:29:01 +08:00
37ad16f612
feat(compute): 声明 Anthropic thinking 回放能力 ( #87 )
...
Co-authored-by: yige <yige@yigedeMacBook-Neo.local >
2026-08-28 18:55:12 +08:00
3dbb9f2d83
fix(compute): 修正 summary 映射的模型名,账号实际同步的是带日期后缀版本 ( #86 )
...
真机验证发现 desirecore-cloud 账号 /api/v1/me/models 同步下来的模型目录里
只有 deepseek-v4-flash-0731(isDefault=true),没有裸的 deepseek-v4-flash——
PR #85 用的裸模型名精确匹配不上,导致摘要模型钉选静默失效(原样透传,无报错)。
改为 deepseek-v4-flash-0731(当前账号实际的 flash 档默认模型,contextWindow
与 pro 档一致但 inputRatio/outputRatio 明显更低)。这类日期后缀模型名可能
随云端版本迭代变化,后续如再次不匹配,只需改这个文件重新同步,无需改代码。
2026-08-28 18:07:10 +08:00
fadc3375c2
feat(compute): 新增 summary 服务映射,摘要专用轻量模型可配置化 ( #85 )
...
desirecore 主仓库把话题摘要/会话摘要/只读深度摘要三处的 provider/model 钉选逻辑
统一收口,原先硬编码在代码里的 desirecore-cloud + deepseek-v4-flash 组合改为读取
这里的 defaultServiceMap.summary,命中该 providerId 时钉选为该轻量模型,避免摘要
任务沿用主会话的重型模型参数。
2026-08-28 16:33:31 +08:00
a998e18e6c
chore(compute): 下架零一万物 API 配置 ( #84 )
2026-08-28 14:52:05 +08:00
Johnson-LYS
de98a1ad1e
feat(compute): add GLM-5.3 Flash to Coding Plan ( #83 )
...
- add GLM-5.3 Flash to the Z.AI Coding Plan preset
- declare multimodal and always-on reasoning capabilities
- add regression coverage and bump preset data version
2026-08-28 14:30:03 +08:00
Johnson-LYS
d0e9bf5085
feat(compute): add DeepSeek V4 variants and Qwen3.8 Flash ( #82 )
...
- add DeepSeek V4 Flash Vision Exp provider and model specifications
- add DeepSeek V4 Flash 0731 and Qwen3.8 Flash model specifications
- add regression coverage and bump preset data version
2026-08-27 17:43:36 +08:00
c46cf07d2f
feat(compute): 补 GLM-5.3 系列规格并标注 Ox Alpha 真身 ( #81 )
...
* feat(compute): 补 GLM-5.3 系列规格并标注 Ox Alpha 真身
Ox Alpha 是智谱 GLM-5.3-Flash 的匿名发布别名(canonical_slug
z-ai/glm-5.3-flash-20260826,2026-08-26 揭晓后已从 OpenRouter 列表下架)。
改动:
- model-specs/zhipu.json 新增 glm-5.3 与 glm-5.3-flash 正式规格。两者均
强制思考(z.ai 文档:thinking.type 仅接受 enabled;OpenRouter models API:
reasoning.mandatory=true,supported_efforts=[max,high,low]),故
routing.reasoning.supportedModes 不含 off。按 #79 的教训只用 exact 匹配,
避免 glm-5.3* 误吞 glm-5.3-flash。
- model-specs/stealth.json 的 ox-alpha 用 spec.extra.modelOrigin 标注真身。
条目保留:云端算力可能仍以旧别名下发该模型。
- schemas/model-spec.schema.json 为 extra.thinkingOnly / thinkingDefault
补正式定义与 description。此前这两个键无任何说明,客户端因此从未消费,
用户选「关闭思考」即触发上游 400(见 desirecore#2307)。
- scripts/validate.mjs 新增静默失效键名巡检:extra 是开放对象,写错键名
既不报错也无告警。当前巡出 17 处扁平 extra.reasoningEffort。刻意只告警
不失败——存量取值需逐个核实各自接入面实际接受哪些 effort。
* docs(schema): 写明 extra.reasoning 与 thinkingOnly 的职责边界
provider schema 的 extra.reasoning 此前只有子字段 description、对象本身没有,
维护者看不出它与 model-spec 的 thinkingOnly 分别回答什么问题——issue
desirecore#2307 的误解正源于此。补上对象级说明:本键答「接入面接受哪些 effort
值」且只能写在 provider model;thinkingOnly 答「off 能不能用」、不声明深度档位。
2026-08-27 15:21:25 +08:00
fa2f10dd0d
feat: 添加万相 3.0 视频模型配置 ( #80 )
2026-08-25 08:35:44 -04:00
Johnson-LYS
61b5046117
fix(compute): split suffixed model specs ( #79 )
2026-08-25 11:17:02 +08:00
Johnson-LYS
b8f8f0ae58
fix(compute): add explicit Ox Alpha alias ( #78 )
2026-08-21 17:01:38 +08:00
Johnson-LYS
e627aef16a
feat(compute): add Ox Alpha model ( #77 )
2026-08-21 16:44:37 +08:00
e3b20e4790
fix: validate smart routing tier completeness ( #76 )
2026-08-10 19:32:41 +08:00
ad8c515938
refactor: consolidate smart routing into model specs ( #75 )
2026-08-10 19:13:08 +08:00
Johnson-LYS
ed0aeccf29
feat: add qwen3.8 max preview ( #67 )
2026-08-10 17:10:47 +08:00
d6f939af52
feat: 下发智能路由模型目录 ( #74 )
2026-08-10 17:03:06 +08:00
78ed93f127
feat(compute): Claude 系列 defaultEffort 统一为 xhigh,presetDataVersion → 87 ( #73 )
...
Anthropic 对 Fable 5 / Opus 5 / Sonnet 5 的建议是编程与智能体场景用 xhigh
(Claude Code 自身默认即 xhigh),而此前沿用的是 API 默认值 high。DesireCore
是智能体操作系统,主力场景就是编程与长程智能体任务,故对齐到 xhigh。
两个 Anthropic provider 的 fable-5 / opus-5 / sonnet-5 同步调整,
extra.reasoning.defaultEffort 与顶层文档性 extra.defaultEffort 保持一致。
Haiku 4.5 不支持 effort 参数,无 reasoning 声明,不受影响。
注意:这会抬高默认 token 消耗;用户仍可在模型选择器按会话下调档位。
OpenAI Codex 的 per-model defaultEffort(low/medium/medium)是按模型分别调过的,
不属于本次对齐范围。
2026-08-08 18:52:31 +08:00
7832ae26a9
feat(compute): 下线 Opus 4.8 / Opus 4.7 / Sonnet 4.6,presetDataVersion → 86 ( #72 )
...
Anthropic provider 保留 Fable 5 / Opus 5 / Sonnet 5 / Haiku 4.5;Claude 订阅
provider 保留 Fable 5 / Opus 5 / Sonnet 5 / Haiku 4.5。
三个模型同时写入 provider.tombstones —— 仅从 models 数组删除只会触发 deprecated
软降级(保留本地数据),写入 tombstones 才是真删除,且客户端 resolver 的
resolveMappingModel() 只对 tombstone 模型执行「回退到同 serviceType 的其他可用
模型」,未 tombstone 的缺失模型会原样透传。因此写 tombstones 才能让存量会话平滑
迁移到 Opus 5,而不是继续指向一个已消失的模型名。
model-specs/anthropic.json 中三者的规格条目保留:规格库按 model_name 匹配任意
上游(含 OpenRouter 风格 vendor 前缀),与 provider 清单解耦——该文件本来就有
claude-sonnet-4-5 这类无 provider 条目的规格。删除会让经其他网关访问这些模型的
用户丢失上下文窗口/能力元数据。
用户侧 user-added / synced / ollama-discovery 来源的同名模型不受 tombstones 影响。
2026-08-08 18:44:57 +08:00
a752fddd0b
feat(compute): 新增 Claude Opus 5 + 补齐 Claude 系列 effort 档位,presetDataVersion → 85 ( #71 )
...
Opus 5 是 Anthropic Opus 系列当前旗舰(1M 上下文 / 128K 输出 / $5·$25 per MTok,
与 Opus 4.8 同价),此前 config-center 完全缺失,用户在模型选择器里看不到它。
变更:
- compute/providers/anthropic.json:新增 claude-opus-5(排在 fable-5 之后、
opus-4-8 之前);serverSideWebSearch.fallbackPriority 顺延重排
- compute/providers/anthropic-claude.json:Claude 订阅 provider 同步新增 claude-opus-5
- compute/model-specs/anthropic.json:补 claude-opus-5 与 claude-sonnet-5 规格
(sonnet-5 此前只有 provider 条目、没有规格)
- 补 extra.reasoning.supportedEfforts:客户端 parseReasoningEffortConfig 只读
extra.reasoning,原有的顶层 extra.defaultEffort 不被消费,导致 Claude 模型的
effort 档位在 UI 上始终不可选。按各模型实际支持声明档位(sonnet-4-6 无 xhigh)
- __tests__/validate.test.mjs:WebSearch 允许名单登记 claude-opus-5
- manifest.json:presetDataVersion 84 → 85
2026-08-08 17:59:09 +08:00
6befa8ebb6
feat(compute): 重新发布 Claude 订阅 provider(anthropic-claude),presetDataVersion → 84 ( #70 )
...
#47/#48/#49 曾因 credentialSource 硬 enum 毒丸老客户端而被 #50 回滚。毒丸根因已由
客户端 desirecore#1021 系统性修复(credentialSource 改开放 string + 合并 salvage +
能力门控降级),claude-oauth 检测器与 SDK 网关由 desirecore#1008 提供,
requiredClientVersion 运行时门槛由 desirecore#1038 提供,三者同在 v10.0.83 发布。
本次重新发布相较 #47 的变化:
- 声明 requiredClientVersion = 10.0.83,低版本客户端优雅门控为「需更新客户端」
- displayName 去掉冗余 (订阅) 后缀,对齐 #58 的 Codex 命名约定
- 文件名 anthropic-claude.json 与 _index.json basename 一致(#48 的修正一并纳入)
2026-08-08 17:12:10 +08:00
89b292dc12
fix: correct MiMo V2.5 Pro multimodal capability ( #69 )
2026-07-28 09:47:26 +08:00
130b8f9ef9
feat(compute): 添加 qwen3.8-max-preview 模型 ( #66 )
...
- 新增 Qwen3.8-Max Preview 到 dashscope provider 和 model-specs
- 100万上下文,支持视觉理解(serviceType 含 vision)、Agent、推理
- supportsReasoning: true
- 定价:输入 ¥12/M token,输出 ¥36/M token
- presetDataVersion 81 → 82
2026-07-25 15:31:40 +08:00
2ddf3045d6
fix: account for native search request pricing ( #65 )
2026-07-24 12:28:07 +08:00
96842d2080
feat: configure tiered web search providers ( #64 )
2026-07-24 00:30:47 +08:00
Johnson-LYS
e59adbb166
feat: add Kimi K3 model spec ( #62 )
...
Co-authored-by: DesireCore CI <ci@desirecore.test >
2026-07-20 20:00:19 +08:00
Johnson-LYS
29ef625f32
fix(compute): match MiMo V2.5 ASR exactly ( #61 )
...
Co-authored-by: DesireCore CI <ci@desirecore.test >
2026-07-20 17:29:05 +08:00
523e667b40
fix(compute): enforce reasoning effort boundaries ( #60 )
2026-07-19 21:47:10 +08:00
55999ce633
feat(compute): declare GPT-5.6 reasoning efforts ( #59 )
...
Declare model-level reasoning effort capabilities for GPT-5.6 Sol, Terra, and Luna, extend validation schema, and bump preset data version.
2026-07-19 20:58:00 +08:00
d5d0dfafbd
fix(compute): Codex displayName 去掉冗余 (订阅) 后缀 ( #58 )
...
* fix(compute): Codex 模型 displayName 去掉多余的"(订阅)"后缀
整个 openai-codex provider 就是 ChatGPT 订阅接入,displayName 上
逐个标注"(订阅)"是冗余信息,用户在 provider 层面已经清楚。
* chore(manifest): bump presetDataVersion 74 -> 75
2026-07-19 17:46:40 +08:00
97bde1fe00
feat(compute): Codex 补充 GPT-5.6 家族并下线三个已停用 -codex 模型 ( #57 )
...
* feat(compute): Codex 订阅接入补充 GPT-5.6 家族并下线三个已停用 -codex 模型
新增 gpt-5.6-sol/terra/luna(2026-07-09 发布)、gpt-5.4-mini、
gpt-5.3-codex-spark(ChatGPT Pro 专属研究预览);将已从 ChatGPT 订阅接入
下线的 gpt-5.3-codex/gpt-5.2-codex/gpt-5.1-codex-mini 移入 tombstones。
presetDataVersion 73 -> 74。
* fix(compute): 补全 Luna 的 reasoning 与 Spark 的 tool_use 能力标签
采纳 Codex review 意见:GPT-5.6 Luna 官方文档确认支持 reasoning token;
GPT-5.3 Codex Spark 官方公告确认可做代码编辑、按需运行测试,属于 tool_use。
2026-07-19 15:30:16 +08:00
ce1a936284
fix: restore provider-based pricing currencies ( #56 )
...
Restore MiniMax domestic CNY pricing and enforce provider-based currency classification.
2026-07-13 16:16:03 +08:00
5a9b9c87c4
fix: align DeepSeek V4 model specs with official profile
...
Align the shared DeepSeek V4 Pro and Flash specifications with the official 1M context, 384K output, and high/max reasoning profile. Consolidate duplicate specs, add regression coverage, and bump presetDataVersion to 72.
2026-07-10 11:47:40 +08:00
6d7a3a70c3
feat(schemas): provider 加可选 requiredClientVersion 字段 + 向后兼容规约 ( #54 )
...
配合 desirecore #1038 的 provider 级版本门槛:新凭据源/新能力 provider 必须
声明最低客户端版本,≥#1038 的客户端据此优雅门控为「需更新客户端」。
带 pattern 收紧格式(客户端 schema 端故意开放 string + fail-open,源头把关
放这里)。CLAUDE.md 补充「enum 扩值 vs 新增可选字段」的风险区别与推送时序规约。
2026-07-09 18:25:16 +08:00
Johnson-LYS
0349473fd4
feat: add Seedance video generation models to volcengine ( #53 )
...
- Add 6 Seedance models: 2.0/2.0-fast/2.0-mini/1.5-pro/1.0-pro/1.0-pro-fast
- doubao-seedance-2.0: 4-15s 2K video, native synced audio, 9 images+3 videos+3 audio refs
- Data source: Volcengine Ark model list + seedance2-video.com version history
- Bump presetDataVersion 70→71
Co-authored-by: DesireCore CI <ci@desirecore.test >
2026-07-09 17:51:09 +08:00
Johnson-LYS
57937a93b7
feat: add Seedance video generation models to volcengine ( #52 )
...
- Add 6 Seedance models: 2.0/2.0-fast/2.0-mini/1.5-pro/1.0-pro/1.0-pro-fast
- doubao-seedance-2.0: 4-15s 2K video, native synced audio, 9 images+3 videos+3 audio refs
- Data source: Volcengine Ark model list + seedance2-video.com version history
- Bump presetDataVersion 70→71
Co-authored-by: DesireCore CI <ci@desirecore.test >
2026-07-09 17:29:47 +08:00
6ed4b1a66a
revert(compute): 回滚 Claude 订阅 provider(#47/#48/#49),presetDataVersion → 70 ( #50 )
...
* Revert "chore(compute): bump presetDataVersion to 69 (Claude provider now loads) (#49 )"
This reverts commit 717ae69635 .
* Revert "fix(compute): rename anthropic-claude provider file to match _index basename (#48 )"
This reverts commit a1ec69ee71 .
* Revert "feat(compute): 新增 Claude 订阅 provider(anthropic-claude) (#47 )"
This reverts commit 1261460734 .
* chore(compute): bump presetDataVersion to 70(推送回滚后的干净数据给已同步 v68/v69 的客户端)
2026-07-08 23:19:11 +08:00
717ae69635
chore(compute): bump presetDataVersion to 69 (Claude provider now loads) ( #49 )
...
PR #47 bumped to 68 but the provider file was misnamed and never loaded; the
rename (#48 ) kept v68, so clients that already synced v68 will not re-merge.
Bump to 69 so existing clients pick up the now-loadable anthropic-claude provider.
2026-07-07 22:52:02 +08:00
a1ec69ee71
fix(compute): rename anthropic-claude provider file to match _index basename ( #48 )
...
provider-loader loads <basename>.json from _index order; the file must be
anthropic-claude.json (was anthropic-claude-plan.json) or it is not loaded.
2026-07-07 22:47:39 +08:00
1261460734
feat(compute): 新增 Claude 订阅 provider(anthropic-claude) ( #47 )
...
* feat(compute): 新增 Claude 订阅 provider(anthropic-claude,credentialSource=claude-oauth)
* chore(schemas): credentialSource enum 增加 claude-oauth
2026-07-07 21:29:37 +08:00
4c17911630
chore(schemas): runtime-recommended 收紧 sha256 为必填(6 平台齐全) ( #46 )
...
与主仓库 lib/schemas/agent-service/runtime-manifest.ts 同源导出,强化归档防篡改校验
2026-07-07 19:23:22 +08:00
c67dfc2143
chore: refresh vendor model presets
...
Refresh vendor model presets and bump config data version.
2026-07-07 16:31:24 +08:00
92e0d4651a
chore: refresh GLM model configs
...
## Summary
- add GLM-5.2 and GLM-4.7-FlashX to Zhipu provider config
- update GLM context/output/pricing tiers from official BigModel docs and pricing
- align Zhipu Coding Plan with official GLM-5.2, GLM-5-Turbo, and GLM-4.7 availability
- sync existing GLM max output values in DashScope configs
- address Copilot review by using extra.pricingTiers consistently
## Validation
- npm run validate
- npm test
- git diff --check
2026-07-07 16:25:21 +08:00
255e5a5b1b
feat(runtimes): 新增推荐运行时清单与离线兜底版本清单 ( #44 )
...
- runtimes/recommended.json:Python 3.13.9 (hatch 1.16.5 pin) + Node.js 24.18.0 LTS,
含 6 平台归档路径与 SHA-256,供主仓库构建时打包离线运行时与首启导入
- runtimes/versions-fallback.json:Node/Python/包管理器版本快照,
客户端联网查询失败时的兜底列表
- schemas + validate.mjs 映射 + 测试(与主仓库 lib/schemas/agent-service/runtime-manifest.ts 同源导出)
- 不递增 presetDataVersion:runtimes/ 由客户端直接读取,不参与 compute.json 合并
2026-07-07 16:04:14 +08:00
847f4bd139
更新 Kimi 模型配置 ( #40 )
...
更新 Kimi 模型配置
- 更新 Moonshot/Kimi 官方 provider 模型清单
- 新增 K2.7 Code、K2.7 Code HighSpeed 和 V1 vision-preview 模型
- 移除已下线 K2 系列并添加 tombstones
- 同步 Kimi Code coding plan 参数
验证:
- npm run validate
- npm test
2026-07-07 15:51:36 +08:00
f0e14a8b5e
更新 DeepSeek 官方模型配置
...
更新 DeepSeek 官方模型配置
2026-07-07 15:47:06 +08:00
66113b06cf
更新 Qwen 模型配置 ( #41 )
...
更新 Qwen 模型配置
2026-07-07 15:41:24 +08:00
da0397f74b
feat(compute): 补齐媒体生成 provider 能力声明(Seedream/Seedance/快乐马) ( #34 )
...
- volcengine:services 增 image_gen/video_gen;新增 doubao-seedream-4-0-250828(真 img2img/多图融合)与 doubao-seedance-2-0-260128(多素材视频)模型
- dashscope:新增快乐马 happyhorse-1.0-t2v/i2v/r2v 视频模型
- service-map:默认 image_gen→minimax/image-01、video_gen→minimax/MiniMax-Hailuo-2.3(指向已有内置工具适配器的后端)
使算力配置 UI 能展示这些 provider 的图像/视频能力标签与模型,用户填 key 时即可显式知晓其用途。
2026-07-06 14:41:57 +08:00