Files
OmniRoute/tests/unit/combo-provider-wildcard.test.ts
Diego Rodrigues de Sa e Souza d259d9fcba fix(ci): clear base-reds on release/v3.8.50 (round 3) (#10213)
* fix(ci): clear base-reds on release/v3.8.50 (round 3)

- CHANGELOG.md: restore the top [Unreleased] section dropped by the #10189
  reconcile (docs-sync gate: first section must be Unreleased)
- env-doc-sync: document CONDUCTOR_ORCHESTRATOR_TOKEN + CONDUCTOR_SPOKESPERSON_URL
  in .env.example/ENVIRONMENT.md; allowlist the CI-only GITHUB_STEP_SUMMARY and
  TS7_BASE_REF (ts7 ratchet signals); drop a stray merge artifact line
- providers: restore the audited chatanywhere metadata entry that base-reds
  round 2 dropped together with its duplicate — the provider was half-wired
  (registry+endpoint without APIKEY metadata), which is what the wave3 test
  catches; re-pin providers-constants-split at the measured 228
- docs counts: 338 -> 339 (today's +2 void-ai/helixmind, -1 Puter) via
  gen:provider-reference + README/AGENTS/llm.txt/package.json/diagrams/i18n mirrors
- file-size ratchet: annotated rebaseline for the two pre-existing drifts
  (ModelSelectModal 1138, gateways 1250) following the 2026-08-11 precedent

Refs #9985

* fix(ci): base-reds round 3b — stale sibling tests + mode-pack weight contract

- check-docs-counts-sync.test.ts: drop the imports/subtests of the four helpers
  #10196 removed from the gate script (readMcpFactsFromSource, listLocalizedDocs,
  makeRequiredCountsValidator, checkFreeTierInventory) — the new-API tests that
  #10196 added stay; the file now loads again under the node runner
- quota-connection-recovery.test.ts: convert from vitest APIs to node:test —
  the file lives in tests/unit/*.test.ts (node-runner glob) and the vitest
  runtime crashes when imported outside vitest, killing the whole shard entry
- modePacks.ts: re-normalize all six mode packs to sum 1.0 — #8940 added
  sessionAvailability: 0.05 to every pack without rebalancing (1.05 total);
  ratios preserved exactly (÷1.05), so post-normalizeScoringWeights behavior
  is unchanged; restores the declared sum-to-1.0 contract the 4235 test pins

Refs #9985

* fix(ci): base-reds round 3c — vitest siblings, weights default, secrets FP, mutation tap

- DistributeProxiesButton.test.tsx: wrap renders in NextIntlClientProvider —
  #9245 localized the component (useTranslations) and left the test without
  the intl context, failing all 14 cases
- scoring.ts: re-normalize DEFAULT_WEIGHTS to sum 1.0 (same #8940 class as the
  mode packs — sessionAvailability added without rebalancing; ratios preserved)
- .gitleaks.toml: generalize the kimi sponsor-banner localStorage-key allowlist
  to -v\d+ — #10200 bumped v1→v2 and the stale regex regressed the secrets
  ratchet with a false positive
- stryker.conf.json: register 6 covering unit tests in tap.testFiles (4 modules)
  so their mutant kills count — unblocks check:mutation-test-coverage --strict

Refs #9985

* fix(ci): base-reds round 3d — inspector factor gap, stale registry/gap tests, i18n key sync

- comboScoringInspector: add cacheAffinity/sessionAvailability/connectionDensity
  to FACTOR_KEYS + the factor-key type — calculateScore() weighs them but the
  breakdown omitted them, so the explained contributions never summed to the
  reported score (inspector bug, red on the pure tip)
- combo-scoring-inspector.test: make the explicit-weights override sum-neutral
  (±0.05 shift) so it stays valid for any DEFAULT_WEIGHTS values — the hardcoded
  override only summed to 1.0 against the pre-#8940 defaults, which is also why
  explicit weights silently fell back to 'default' on the tip
- unorouter-registry.test: align to the canonical .com host (api.unorouter.ai
  301-redirects there, verified live) and to wave4's live model discovery
  (passthrough, no static seed) — the .ai/auto-model expectations were stale
- check-migration-numbering.test: 147 left KNOWN_GAPS when
  147_api_keys_model_access_mode.sql landed — assert absent (same as 143)
- i18n: sync-ui pass — 35,914 missing UI keys stamped as __MISSING__ placeholders
  across 42 locales (mechanical; greens the pt-BR key-presence integrity test;
  coverage pct unchanged by design — translation is a separate workstream)

Refs #9985

* fix(ci): base-reds round 3e — 2 real defects + 14 stale sibling tests (waves A-E)

Real defects fixed:
- src/lib/db/apiKeys.ts: #9313's empty-allowlist early return bypassed the group
  permission check, silently disabling group deny rules (#8817) for every key
  without a per-key allowlist; fall-through restored, restricted+[] deny-all kept
- open-sse/utils/proxyFetch.ts: #10032 re-appended the raw transport error to the
  propagated message, reintroducing the proxy user:password leak #9837 closed;
  new redactProxyDetailsInMessage() keeps the reason, redacts URL/credentials
- .github/workflows/quality.yml: #10134 added the TS7 ratchet as a separate
  blocking step AFTER the aggregated gates — the exact #8542 masking mechanism;
  folded into the non-fail-fast loop (still blocking, still PR-only) ⚠️ CI edit,
  gate-strengthening — explicit owner sign-off requested on the PR
- src/i18n/messages/ko.json: 3 machine-mistranslation regressions caught by the
  #8244 glossary checker (장애인→비활성화됨, 양말5://→socks5://, 비클로드→Claude가 아닌)

Stale sibling tests aligned to deliberately-moved contracts (each cites its mover):
request-log-detail-layout + -stream (#9245 intl provider), repro-8542 pin update,
quality-rail-gate-membership (#10134 shape), agentSkills-routes 45→46 (#9058),
cloudflare-ai-catalog-8717 (#8804 supersedes #8808), executor-xai (#9994),
vision-bridge-claude-wire (#9463 minimax→openai), sse-auth forced-pin (#8893),
tls-proxy-context (strengthened leak guards), rate-limit-local-error-classification
(#9164/#9342), minimax-thinking-signature (#9463), codebuddy-cn (#9723 +1 test),
github-copilot-custom-model (#9050), providers-g4f-batch3 (#9584),
synced-capability-warmup (#9199, stricter), sidebar-tools-group (#8221),
oauth-modal-grok-cli-paste (#9245); agentSkills/catalog.ts comment 45→46;
file-size rebaseline for proxyFetch (+19, annotated)

Refs #9985

* fix(ci): base-reds round 3f — waves F-J: 9 more real defects + stale sibling sweep

Real production defects fixed (all red on the pure tip, each with its origin):
- routeGuard.ts: #8949 accidentally DELETED the /api/providers/[id]/login
  local-only pattern — the route spawns a browser, so the loopback gate for a
  process-spawning route was gone (Hard Rules #15/#17); restored (314 guard
  tests green)
- agentSkills generator: #9058's category dispatch gave the config category an
  empty body, wiping skills/config-codex-cli/SKILL.md at the #10131 sync;
  fixed + SKILL.md regenerated via the official generator
- imageRegistry: #9982 broke same-provider bare aliasing (antigravity preview
  id sent upstream unresolved); new resolveSameProviderBareAlias() keeps the
  fal cross-provider fix intact
- imageRegistry: #9982's prefix strip handed the bare nano-banana ids to fal-ai,
  violating the pinned 2026-07-31 operator decision (adobe-firefly owns them);
  fal entries made prefix-only (dispatch already re-prefixes)
- mediaGeneration/fal.ts: the missing-credential 401 guard was lost when #10198
  deleted the superseded falHandler — tests were hitting the live network
- bottleneckPatch/rateLimitManager: #9041's merge clobbered #9604, resurrecting
  the Bottleneck v2.19.5 heartbeat bug (reservoir never refills); patched the
  library defect at the root and re-aligned chat-rate-limit-body-lock to the
  working reservoir contract
- processSupervisor.mjs: #9761 regressed the Node spawn to bare "node" (the
  #9156 launchd bug) and dropped #9209's ipv4first args; both restored
- openai-responses/pureHelpers: #9423's Agent null-sentinel was unreachable on
  the schemaless JSON-string path; gate extended
- i18n en.json: #8222's regen reverted the #9976 unclosed-tag fix and #8559's
  combo-cooldown copy; #9038 shipped 40 t() calls with no messages (runtime
  MISSING_MESSAGE); all restored/added + official sync-ui stamps, and vi's
  zero-marker policy re-established via the sanctioned translation backend

Stale sibling tests aligned (movers cited inline): chat-helpers (#9447),
executor-antigravity (#9351), video-fal-grok (#9982), visionBridge (#9759),
web-session-credentials (#8974), production-build-module-integrity (positive
anchor added), agentSkills-generator/skillManifestsLint/skills-injection/
agentSkillTools-mcp/listCapabilities-a2a (#9058), memory-settings (#10010),
model-catalog-policy-invalidation (#8906), model-alias-seed (#9485),
reactive-context-compaction (#8949), combo-provider-wildcard (broken upsert
helper), oauth-google-loopback (43-locale resurrected-key removal)

Validation: 501/501 across the 47 touched test files; typecheck:core, lint,
file-size, docs-sync all green.

Refs #9985

* fix(ci): base-reds round 3g — wave K/L: 4 more real defects + stale alignments

Real defects:
- base/reasoningEffort.ts: the stale duplicate cherry-pick #9612 re-added the
  codex minimal→low rewrite that #9883 had deliberately removed (OMP minimal
  passthrough); block removed again
- cursorImages.ts: #9840 wired prepareCursorImageForWire (sharp re-encode,
  fail-closed) into the SHARED resolveCursorImages, breaking zai-web and
  conol-web image uploads (HTTP 400 'undecodable'); new prepareForWire opt-out,
  Cursor default path unchanged (8 cursor suites green)
- modelCapabilities/snapshot: catalog prepare still issued 323 per-model reads
  of model_context_overrides + max_input_tokens overrides, violating #9199's
  bulk-load contract; both now resolve from the snapshot single pass
- v1-models-discovery-conformance: re-pinned to the bounded 30s SWR window
  (#9199/#10198) — the old 'stale-first regardless of age' contract is gone

Stale tests aligned (movers cited inline): codex-tools-strict-default (#9828
redundant-oneOf strip), devin-providers (#9245 i18n), db-migrationrunner-
constants-split (147→151 renumber #8228), gitlab-duo-oauth-setup (#9245),
chatcore-extracted-modules (#9161 outbound-protocol keying)

compression-api CI failures were cascade artifacts of codex-tools-strict-default
failing in the same force-exit shard process — no own defect (171/171 local).

Refs #9985

* fix(test): compression-api — register both describes before the runner starts

The DATA_DIR setup + route/db top-level awaits sat BETWEEN the two describes;
under --test-force-exit (the CI unit-runner flag) the process exits once the
already-registered tests finish, so on slow CI machines the whole second
describe died as 'Promise resolution is still pending' — the recurring
CI-only shard-2 failure that never reproduced locally without the flag.
Moved to the top of the file; 10/10 under --test-force-exit locally.

Refs #9985

* fix(quality): freeze modelCapabilities.ts at 1006 (annotated) — snapshot routing growth

Refs #9985

* fix(quality): move the modelCapabilities freeze into the frozen map (nested schema)

Refs #9985

* fix(i18n): translate all 39,718 pending UI keys across 42 locales (owner-approved)

Mass-translated every __MISSING__ placeholder via the official i18n:sync-ui
--translate-markers pipeline (operator backend), restoring i18nUiCoverage to the
100 baseline (was 89.9 after the merge-storm UI landings + the 42 keys #9038
never shipped).

Post-pass repairs, all caught by the existing gates:
- glossary: retired renderings the machine reintroduced normalized again
  (提供商→提供者 zh-CN/zh-TW, 鏈接→連結, 文檔→文件, 調用→呼叫, 供應商→提供者,
  響應→回應, 不活躍→未啟用 zh-TW; 클로드→Claude, 옴니루트→OmniRoute ko);
  DATA_DIR forbidden rendering avoided via 数据文件夹 rephrase
- ICU integrity: 120 values with renamed/dropped {params} repaired (39
  positional renames, 81 reset to the en source — functional over fluent)

Validation: glossary/pt-BR/vi/deno-relay/settings-keys/value-drift/google-
loopback suites 76/76; placeholder diff en×42 locales = 0; worst-locale
coverage = 100.0%.

Refs #9985

---------

Co-authored-by: backryun <bakryun0718@proton.me>
2026-08-13 00:02:25 -03:00

514 lines
21 KiB
TypeScript

/**
* Unit tests for provider-wildcard combo expansion (#2562).
*
* Tests cover:
* - Detection of wildcard notation in combo models
* - Expansion against static providerRegistry models
* - Expansion against synced DB models (mocked)
* - Glob pattern filtering (`prefix*`)
* - Preservation of step metadata (weight, label, connectionId, allowedConnectionIds)
* - Graceful no-op when no models found (keeps original entry)
* - Non-wildcard entries pass through unchanged
* - Object-form `{ kind: "provider-wildcard", ... }` syntax
* - Collection-level expansion
*/
import test from "node:test";
import assert from "node:assert/strict";
import fs from "node:fs";
import os from "node:os";
import path from "node:path";
const TEST_DATA_DIR = fs.mkdtempSync(path.join(os.tmpdir(), "omniroute-provider-wildcard-"));
process.env.DATA_DIR = TEST_DATA_DIR;
// ── Imports ─────────────────────────────────────────────────────────────────
const {
isProviderWildcardEntry,
expandProviderWildcardsInCombo,
expandProviderWildcardsInCollection,
} = await import("../../open-sse/services/combo/providerWildcard.ts");
const { replaceSyncedAvailableModelsForConnection, getSyncedAvailableModels } =
await import("../../src/lib/db/models.ts");
const providersDb = await import("../../src/lib/db/providers.ts");
const core = await import("../../src/lib/db/core.ts");
core.getDbInstance(); // initialise DB + run migrations
const { normalizeComboRecord } = await import("../../src/lib/combos/steps.ts");
// ── Helpers ──────────────────────────────────────────────────────────────────
function makeCombo(models: unknown[], name = "test-combo") {
return { name, models, id: "test-id" };
}
// Seed synced models for a provider into the DB.
async function seedSyncedModels(
providerId: string,
connectionId: string,
modelIds: string[],
isActive = true
) {
const db = core.getDbInstance();
const now = new Date().toISOString();
// Upsert, not REPLACE: REPLACE deletes+reinserts the whole row, silently wiping
// provider_specific_data on connections pre-created via createProviderConnection()
// (which the Alibaba drained-models test depends on).
db.prepare(
`INSERT INTO provider_connections
(id, provider, is_active, created_at, updated_at)
VALUES (?, ?, ?, ?, ?)
ON CONFLICT(id) DO UPDATE SET
provider = excluded.provider,
is_active = excluded.is_active,
updated_at = excluded.updated_at`
).run(connectionId, providerId, isActive ? 1 : 0, now, now);
await replaceSyncedAvailableModelsForConnection(
providerId,
connectionId,
modelIds.map((id) => ({ id, name: id, source: "imported" as const }))
);
}
// ── isProviderWildcardEntry ───────────────────────────────────────────────────
test("isProviderWildcardEntry: detects string wildcard `provider/*`", () => {
assert.equal(isProviderWildcardEntry("fta/*"), true);
assert.equal(isProviderWildcardEntry("openai/*"), true);
assert.equal(isProviderWildcardEntry("opc/deepseek*"), true);
assert.equal(isProviderWildcardEntry("openai/gpt-4*"), true);
});
test("isProviderWildcardEntry: rejects plain model strings", () => {
assert.equal(isProviderWildcardEntry("fta/some-model"), false);
assert.equal(isProviderWildcardEntry("openai/gpt-4o"), false);
assert.equal(isProviderWildcardEntry("openai"), false);
assert.equal(isProviderWildcardEntry(""), false);
assert.equal(isProviderWildcardEntry(null), false);
assert.equal(isProviderWildcardEntry(42), false);
});
test("isProviderWildcardEntry: detects object form `{ kind: 'provider-wildcard' }`", () => {
assert.equal(
isProviderWildcardEntry({ kind: "provider-wildcard", providerId: "fta", modelPattern: "*" }),
true
);
});
test("isProviderWildcardEntry: rejects object without kind=provider-wildcard", () => {
assert.equal(isProviderWildcardEntry({ kind: "model", model: "fta/some-model" }), false);
assert.equal(isProviderWildcardEntry({ kind: "provider-wildcard" }), false); // missing providerId
});
// ── expandProviderWildcardsInCombo — static registry ─────────────────────────
test("expandProviderWildcardsInCombo: expands `openai/*` against static registry", async () => {
// `openai` is a built-in provider with models in providerRegistry
const combo = makeCombo(["openai/*"]);
const result = await expandProviderWildcardsInCombo(combo);
// Should have expanded to at least 1 model
assert.ok(result.models.length > 0, "should have expanded to ≥1 model");
// Every expanded entry should be a model step object with `kind: "model"`
for (const entry of result.models) {
assert.equal(typeof entry, "object");
assert.equal((entry as any).kind, "model");
assert.ok(
typeof (entry as any).model === "string" && (entry as any).model.startsWith("openai/"),
`model should start with openai/, got: ${(entry as any).model}`
);
}
});
test("expandProviderWildcardsInCombo: `_expandedFromWildcard` tag is set on expanded entries", async () => {
const combo = makeCombo(["openai/*"]);
const result = await expandProviderWildcardsInCombo(combo);
for (const entry of result.models) {
assert.equal((entry as any)._expandedFromWildcard, "openai/*");
}
});
// ── expandProviderWildcardsInCombo — synced DB models ────────────────────────
test("expandProviderWildcardsInCombo: expands against synced DB models", async () => {
const providerId = "test-custom-provider-" + Date.now();
await seedSyncedModels(providerId, "conn-1", ["model-alpha", "model-beta", "model-gamma"]);
const combo = makeCombo([`${providerId}/*`]);
const result = await expandProviderWildcardsInCombo(combo);
assert.equal(result.models.length, 3);
const modelStrs = result.models.map((e) => (e as any).model);
assert.ok(modelStrs.includes(`${providerId}/model-alpha`));
assert.ok(modelStrs.includes(`${providerId}/model-beta`));
assert.ok(modelStrs.includes(`${providerId}/model-gamma`));
});
test("expandProviderWildcardsInCombo: glob prefix filter `provider/pre*`", async () => {
const providerId = "test-prefix-provider-" + Date.now();
await seedSyncedModels(providerId, "conn-1", [
"deepseek-v4-pro",
"deepseek-v4-flash",
"qwen3-free",
"minimax-m3",
]);
const combo = makeCombo([`${providerId}/deepseek*`]);
const result = await expandProviderWildcardsInCombo(combo);
assert.equal(result.models.length, 2);
const ids = result.models.map((e) => (e as any).model);
assert.ok(ids.includes(`${providerId}/deepseek-v4-pro`));
assert.ok(ids.includes(`${providerId}/deepseek-v4-flash`));
assert.ok(!ids.includes(`${providerId}/qwen3-free`));
assert.ok(!ids.includes(`${providerId}/minimax-m3`));
});
// ── Step metadata preservation ────────────────────────────────────────────────
test("expandProviderWildcardsInCombo: weight is inherited on expanded entries", async () => {
const providerId = "test-weight-provider-" + Date.now();
await seedSyncedModels(providerId, "conn-1", ["model-a", "model-b"]);
const combo = makeCombo([
{ kind: "provider-wildcard", providerId, modelPattern: "*", weight: 50, label: "fast" },
]);
const result = await expandProviderWildcardsInCombo(combo);
for (const entry of result.models) {
assert.equal((entry as any).weight, 50, "weight should be inherited");
assert.equal((entry as any).label, "fast", "label should be inherited");
}
});
test("expandProviderWildcardsInCombo: connectionId is inherited on expanded entries", async () => {
const providerId = "test-conn-provider-" + Date.now();
await seedSyncedModels(providerId, "conn-42", ["model-x"]);
const combo = makeCombo([
{ kind: "provider-wildcard", providerId, modelPattern: "*", connectionId: "conn-42" },
]);
const result = await expandProviderWildcardsInCombo(combo);
assert.equal(result.models.length, 1);
assert.equal((result.models[0] as any).connectionId, "conn-42");
});
test("expandProviderWildcardsInCombo: allowedConnectionIds is inherited", async () => {
const providerId = "test-acl-provider-" + Date.now();
await seedSyncedModels(providerId, "conn-a", ["model-m"]);
const combo = makeCombo([
{
kind: "provider-wildcard",
providerId,
modelPattern: "*",
allowedConnectionIds: ["conn-a", "conn-b"],
},
]);
const result = await expandProviderWildcardsInCombo(combo);
assert.equal(result.models.length, 1);
assert.deepEqual((result.models[0] as any).allowedConnectionIds, ["conn-a", "conn-b"]);
});
// ── Non-wildcard pass-through ─────────────────────────────────────────────────
test("expandProviderWildcardsInCombo: non-wildcard string entries pass through unchanged", async () => {
const combo = makeCombo(["anthropic/claude-opus-4", "openai/gpt-4o"]);
const result = await expandProviderWildcardsInCombo(combo);
assert.equal(result.models.length, 2);
assert.equal(result.models[0], "anthropic/claude-opus-4");
assert.equal(result.models[1], "openai/gpt-4o");
});
test("expandProviderWildcardsInCombo: mixed combo — wildcards expand, explicit entries preserved", async () => {
const providerId = "test-mixed-provider-" + Date.now();
await seedSyncedModels(providerId, "conn-1", ["model-1", "model-2"]);
const combo = makeCombo(["anthropic/claude-opus-4", `${providerId}/*`, "openai/gpt-4o"]);
const result = await expandProviderWildcardsInCombo(combo);
// anthropic/claude-opus-4, model-1, model-2, openai/gpt-4o
assert.equal(result.models.length, 4);
assert.equal(result.models[0], "anthropic/claude-opus-4");
assert.equal((result.models[1] as any).model, `${providerId}/model-1`);
assert.equal((result.models[2] as any).model, `${providerId}/model-2`);
assert.equal(result.models[3], "openai/gpt-4o");
});
// ── No models found — graceful fallback ──────────────────────────────────────
test("expandProviderWildcardsInCombo: keeps original entry when no models found for provider", async () => {
const combo = makeCombo(["nonexistent-provider-xyz/*"]);
const result = await expandProviderWildcardsInCombo(combo);
// Should not silently drop the step
assert.equal(result.models.length, 1);
assert.equal(result.models[0], "nonexistent-provider-xyz/*");
});
test("expandProviderWildcardsInCombo: keeps original entry when pattern matches nothing", async () => {
const providerId = "test-nomatch-provider-" + Date.now();
await seedSyncedModels(providerId, "conn-1", ["some-model"]);
const combo = makeCombo([`${providerId}/zzzz*`]);
const result = await expandProviderWildcardsInCombo(combo);
// Pattern matches nothing — original entry preserved
assert.equal(result.models.length, 1);
});
// ── Collection expansion ──────────────────────────────────────────────────────
test("expandProviderWildcardsInCollection: expands wildcards in every combo in the collection", async () => {
const p1 = "test-col-p1-" + Date.now();
const p2 = "test-col-p2-" + Date.now();
await seedSyncedModels(p1, "c1", ["m1", "m2"]);
await seedSyncedModels(p2, "c2", ["m3"]);
const combos = [
makeCombo([`${p1}/*`], "combo-a"),
makeCombo([`${p2}/*`, "openai/gpt-4o"], "combo-b"),
makeCombo(["anthropic/claude-opus-4"], "combo-c"), // no wildcard
];
const results = await expandProviderWildcardsInCollection(combos);
assert.equal(results[0].models.length, 2); // m1, m2
assert.equal(results[1].models.length, 2); // m3, gpt-4o
assert.equal(results[2].models.length, 1); // unchanged
assert.equal(results[2].models[0], "anthropic/claude-opus-4");
});
// ── Return identity when no wildcards ────────────────────────────────────────
test("expandProviderWildcardsInCombo: returns same object when no wildcards", async () => {
const combo = makeCombo(["openai/gpt-4o"]);
const result = await expandProviderWildcardsInCombo(combo);
// Same reference — no allocation when nothing to expand
assert.strictEqual(result, combo);
});
test("expandProviderWildcardsInCombo: returns same object for empty models array", async () => {
const combo = makeCombo([]);
const result = await expandProviderWildcardsInCombo(combo);
assert.strictEqual(result, combo);
});
// ── Multi-provider wildcard combo ─────────────────────────────────────────────
// Validates the primary use-case from issue #2562:
// a single combo that spans multiple providers, each expressed as a wildcard.
// e.g. freetheai/* + deepseek-web/* (or any other provider)
// The expanded model list is the ordered union of all providers' model catalogs.
test("expandProviderWildcardsInCombo: two provider wildcards expand independently and maintain order", async () => {
const p1 = "test-multi-p1-" + Date.now();
const p2 = "test-multi-p2-" + Date.now();
await seedSyncedModels(p1, "conn-1", ["fast-model", "smart-model"]);
await seedSyncedModels(p2, "conn-2", ["web-search-model", "reasoning-model"]);
// Simulate: freetheai/* + deepseek-web/*
const combo = makeCombo([`${p1}/*`, `${p2}/*`]);
const result = await expandProviderWildcardsInCombo(combo);
// Should have all 4 models, p1 first then p2 (insertion order preserved)
assert.equal(result.models.length, 4);
const models = result.models.map((e) => (e as any).model);
assert.ok(
models.indexOf(`${p1}/fast-model`) < models.indexOf(`${p2}/web-search-model`),
"p1 models should come before p2 models"
);
assert.ok(models.includes(`${p1}/fast-model`));
assert.ok(models.includes(`${p1}/smart-model`));
assert.ok(models.includes(`${p2}/web-search-model`));
assert.ok(models.includes(`${p2}/reasoning-model`));
});
test("expandProviderWildcardsInCombo: two providers with prefix filters", async () => {
const p1 = "test-prefix-p1-" + Date.now();
const p2 = "test-prefix-p2-" + Date.now();
await seedSyncedModels(p1, "conn-1", ["free-fast", "free-smart", "paid-pro"]);
await seedSyncedModels(p2, "conn-2", ["web-basic", "web-turbo", "local-model"]);
// Only free models from p1, only web models from p2
const combo = makeCombo([`${p1}/free*`, `${p2}/web*`]);
const result = await expandProviderWildcardsInCombo(combo);
assert.equal(result.models.length, 4); // free-fast, free-smart, web-basic, web-turbo
const models = result.models.map((e) => (e as any).model);
assert.ok(models.includes(`${p1}/free-fast`));
assert.ok(models.includes(`${p1}/free-smart`));
assert.ok(!models.includes(`${p1}/paid-pro`)); // filtered out
assert.ok(models.includes(`${p2}/web-basic`));
assert.ok(models.includes(`${p2}/web-turbo`));
assert.ok(!models.includes(`${p2}/local-model`)); // filtered out
});
test("expandProviderWildcardsInCombo: three providers mixed with explicit entries", async () => {
const p1 = "test-three-p1-" + Date.now();
const p2 = "test-three-p2-" + Date.now();
await seedSyncedModels(p1, "conn-1", ["m-a", "m-b"]);
await seedSyncedModels(p2, "conn-2", ["m-c"]);
// anchor explicit entry first, then two wildcards, then another explicit
const combo = makeCombo(["anthropic/claude-opus-4", `${p1}/*`, `${p2}/*`, "openai/gpt-4o"]);
const result = await expandProviderWildcardsInCombo(combo);
// anthropic + 2 (p1) + 1 (p2) + openai = 5
assert.equal(result.models.length, 5);
assert.equal(result.models[0], "anthropic/claude-opus-4");
assert.equal((result.models[1] as any).model, `${p1}/m-a`);
assert.equal((result.models[2] as any).model, `${p1}/m-b`);
assert.equal((result.models[3] as any).model, `${p2}/m-c`);
assert.equal(result.models[4], "openai/gpt-4o");
});
test("#8926: active synced catalog replaces static wildcard entries", async () => {
const providerId = "github";
const liveModelId = "live-only-model-8926";
await seedSyncedModels(providerId, "github-live-8926", [liveModelId]);
const result = await expandProviderWildcardsInCombo(
makeCombo([`${providerId}/*`], "github-live-authority-8926")
);
assert.deepEqual(
result.models.map((entry) => (entry as { model: string }).model),
[`${providerId}/${liveModelId}`],
"an active non-empty synced catalog must replace, not union with, static models"
);
const aliasResult = await expandProviderWildcardsInCombo(
makeCombo(["gh/*"], "github-live-alias-8926")
);
assert.deepEqual(
aliasResult.models.map((entry) => (entry as { model: string }).model),
[`gh/${liveModelId}`],
"the public provider alias must use the canonical provider's active catalog"
);
});
test("#8926: inactive synced catalog does not override static wildcard fallback", async () => {
const providerId = "openai";
const inactiveModelId = "inactive-only-model-8926";
await seedSyncedModels(providerId, "openai-inactive-8926", [inactiveModelId], false);
const result = await expandProviderWildcardsInCombo(
makeCombo([`${providerId}/*`], "openai-static-fallback-8926")
);
const expanded = result.models.map((entry) => (entry as { model: string }).model);
assert.ok(expanded.length > 0, "static fallback should remain available");
assert.ok(
!expanded.includes(`${providerId}/${inactiveModelId}`),
"an inactive connection must not make its synced catalog authoritative"
);
});
test("expandProviderWildcardsInCombo: skips Alibaba free-tier drained models for pinned connections", async () => {
const connection = await providersDb.createProviderConnection({
provider: "alibaba",
authType: "apikey",
name: "alibaba-free-wildcard",
apiKey: "test-dashscope-key",
providerSpecificData: {
alibabaBillingMode: "free",
alibabaFreeDrainedModels: ["qwen3.7-max-preview"],
},
});
await seedSyncedModels("alibaba", connection.id, [
"qwen3.7-max-preview",
"qwen3.6-plus",
"glm-5.2",
]);
const combo = makeCombo([
{
kind: "provider-wildcard",
providerId: "alibaba",
modelPattern: "*",
connectionId: connection.id,
},
]);
const result = await expandProviderWildcardsInCombo(combo);
const models = result.models.map((entry) => (entry as { model: string }).model);
assert.equal(models.includes("alibaba/qwen3.7-max-preview"), false);
assert.ok(models.includes("alibaba/qwen3.6-plus"));
assert.ok(models.includes("alibaba/glm-5.2"));
assert.equal(models.includes("alibaba/kimi-k2.7-code"), false);
});
test("expandProviderWildcardsInCombo: alibabafree combo uses strict console allowlist only", async () => {
const connection = await providersDb.createProviderConnection({
provider: "alibaba",
authType: "apikey",
name: "alibaba-free-strict",
apiKey: "test-dashscope-key-strict-allowlist",
providerSpecificData: {
alibabaBillingMode: "free",
alibabaFreeTierCapableModels: ["qwen3.6-plus"],
alibabaNoFreeTierModels: ["glm-5.2-fast-preview", "qwen3.7-max"],
},
});
await seedSyncedModels("alibaba", connection.id, [
"qwen3.6-plus",
"qwen3.7-max",
"glm-5.2-fast-preview",
"glm-5.2",
]);
const combo = makeCombo(
[
{
kind: "provider-wildcard",
providerId: "alibaba",
modelPattern: "*",
connectionId: connection.id,
},
],
"alibabafree"
);
const result = await expandProviderWildcardsInCombo(combo);
const models = result.models.map((entry) => (entry as { model: string }).model);
assert.ok(models.includes("alibaba/qwen3.6-plus"));
assert.ok(models.includes("alibaba/glm-5.2"));
assert.equal(models.includes("alibaba/qwen3.7-max"), false);
assert.equal(models.includes("alibaba/glm-5.2-fast-preview"), false);
});
test("normalizeComboRecord: preserves provider-wildcard steps for DB round-trip", () => {
const normalized = normalizeComboRecord({
name: "alibabafree",
models: [
{
kind: "provider-wildcard",
providerId: "alibaba",
modelPattern: "*",
connectionId: "conn-main",
label: "main",
},
"alibaba/qwen*",
],
});
assert.equal(normalized.models.length, 2);
assert.equal(normalized.models[0].kind, "provider-wildcard");
assert.equal((normalized.models[0] as { providerId: string }).providerId, "alibaba");
assert.equal((normalized.models[0] as { connectionId?: string }).connectionId, "conn-main");
assert.equal(normalized.models[1].kind, "provider-wildcard");
assert.equal((normalized.models[1] as { modelPattern: string }).modelPattern, "qwen*");
});