From b8f8f0ae582013725de90db2e3dcab66702e90f0 Mon Sep 17 00:00:00 2001 From: Johnson-LYS Date: Fri, 21 Aug 2026 17:01:38 +0800 Subject: [PATCH] fix(compute): add explicit Ox Alpha alias (#78) --- __tests__/validate.test.mjs | 2 +- compute/model-specs/stealth.json | 1 + manifest.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/__tests__/validate.test.mjs b/__tests__/validate.test.mjs index c2f8c1a..2d23c68 100644 --- a/__tests__/validate.test.mjs +++ b/__tests__/validate.test.mjs @@ -268,7 +268,7 @@ describe('真实数据全量校验', () => { assert.equal(model.extra.thinking.disableSupported, false) assert.equal(model.inputPrice, 0) assert.equal(model.outputPrice, 0) - assert.deepEqual(modelSpec.match.exact, ['stealth/ox-alpha']) + assert.deepEqual(modelSpec.match.exact, ['ox-alpha', 'stealth/ox-alpha']) assert.equal(modelSpec.spec.supportsReasoning, true) assert.equal(modelSpec.spec.releasedAt, '2026-08-21') }) diff --git a/compute/model-specs/stealth.json b/compute/model-specs/stealth.json index d472e68..0fbdcd4 100644 --- a/compute/model-specs/stealth.json +++ b/compute/model-specs/stealth.json @@ -7,6 +7,7 @@ "family": "ox-alpha", "match": { "exact": [ + "ox-alpha", "stealth/ox-alpha" ] }, diff --git a/manifest.json b/manifest.json index e50fb1a..d0c324c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 91, + "presetDataVersion": 92, "updatedAt": "2026-08-21", "description": "DesireCore 官方配置中心" }