Codex App Transfer v2.4.4
中文
接入 QoderWork CN 供应商 + QoderWork / WorkBuddy 模型选择器显示 Credit 折扣倍率
本版本接入阿里 QoderWork CN 供应商(账号登录 + 模型路由,无需另装 Qoder),并在 Codex 模型选择器里为 QoderWork 与 WorkBuddy 的模型显示各自的 Credit 消耗倍率(如 GLM-5.2 · 0.6×)。
- QoderWork CN 接入(#581):纯客户端 PKCE 账号登录 + 自动 refresh;模型请求走网关
gateway.qoder.com.cn的 Cosy 签名协议(内嵌官方qoder_auth_wasm);多账号池与 WorkBuddy 复用同一account_pool。 - QoderWork 细节优化(#582):per-account 设备隔离、模型显示名、context window、reasoning 档位、额度面板与官方图标;修复
auto等通用别名撞名导致 reasoning / context 误套的回归。 - QoderWork 模型倍率显示(#583):模型选择器显示
GLM-5.2 · 0.6×这类倍率,优先取官方文档docs.qoder.com/zh/cli/model.md;Auto无固定倍率不显示。 - WorkBuddy 模型倍率显示(#584):同口径显示
GLM-5.2 · 0.79×等,倍率取 WorkBuddy 客户端下发的 product 配置;与 QoderWork 共用同一渲染逻辑。 - 倍率漂移检测(#585):新增每周定时
provider-rate-driftworkflow,拉官方文档对比仓库倍率表,发现漂移或检测器失效即开 / 更新 issue。
验证:registry / codex_integration / src-tauri 相关单测全绿,cargo fmt --check 干净,rate-drift 脚本本地实测无漂移退 0、篡改倍率退 1。
English
QoderWork CN provider integration + Credit discount multipliers in the QoderWork / WorkBuddy model picker
This release integrates the Alibaba QoderWork CN provider (account login + model routing, no separate Qoder install), and shows each QoderWork / WorkBuddy model's Credit consumption multiplier in the Codex model picker (e.g. GLM-5.2 · 0.6×).
- QoderWork CN integration (#581): pure-client PKCE login + auto refresh; model requests use the
gateway.qoder.com.cnCosy-signature protocol (embedded officialqoder_auth_wasm); the multi-account pool reuses the sameaccount_poolas WorkBuddy. - QoderWork refinements (#582): per-account device isolation, model display names, context window, reasoning tiers, quota panel and official icon; fixes a regression where generic aliases like
autocollided with other providers and mis-applied reasoning / context. - QoderWork multipliers (#583): the model picker shows multipliers like
GLM-5.2 · 0.6×, sourced primarily from the officialdocs.qoder.com/zh/cli/model.md;Autohas no fixed multiplier and shows none. - WorkBuddy multipliers (#584): the same styling shows
GLM-5.2 · 0.79×and so on, with multipliers from WorkBuddy's client-delivered product config; QoderWork and WorkBuddy share one rendering path. - Rate-drift detection (#585): a new weekly
provider-rate-driftworkflow pulls the official docs and diffs them against the in-repo multiplier tables, opening / updating an issue on drift or detector failure.
Verification: registry / codex_integration / src-tauri unit tests pass, cargo fmt --check is clean, and the rate-drift script exits 0 on no drift and 1 on a tampered rate locally.