Files
OmniRoute/tests/unit/chat-helpers.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

616 lines
21 KiB
TypeScript

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";
import net from "node:net";
const TEST_DATA_DIR = fs.mkdtempSync(path.join(os.tmpdir(), "omniroute-chat-helpers-"));
process.env.DATA_DIR = TEST_DATA_DIR;
const core = await import("../../src/lib/db/core.ts");
const providersDb = await import("../../src/lib/db/providers.ts");
const combosDb = await import("../../src/lib/db/combos.ts");
const {
resolveModelOrError,
checkPipelineGates,
executeChatWithBreaker,
handleNoCredentials,
safeResolveProxy,
safeLogEvents,
withSessionHeader,
} = await import("../../src/sse/handlers/chatHelpers.ts");
const { getCircuitBreaker, resetAllCircuitBreakers, STATE } =
await import("../../src/shared/utils/circuitBreaker.ts");
// DATA_DIR must be fixed before these modules load; keep this test seam dynamic.
const { setTlsClientForTest } = await import("../../open-sse/utils/proxyFetch.ts");
async function resetStorage() {
resetAllCircuitBreakers();
core.resetDbInstance();
fs.rmSync(TEST_DATA_DIR, { recursive: true, force: true });
fs.mkdirSync(TEST_DATA_DIR, { recursive: true });
}
async function seedConnection(provider, overrides = {}) {
return providersDb.createProviderConnection({
provider,
authType: "apikey",
name: overrides.name || `${provider}-helper-${Math.random().toString(16).slice(2, 8)}`,
apiKey: overrides.apiKey || `sk-${provider}-helper`,
isActive: overrides.isActive ?? true,
testStatus: overrides.testStatus || "active",
providerSpecificData: overrides.providerSpecificData || {},
defaultModel: overrides.defaultModel,
});
}
test.beforeEach(async () => {
await resetStorage();
});
test.after(async () => {
await resetStorage();
fs.rmSync(TEST_DATA_DIR, { recursive: true, force: true });
});
test("resolveModelOrError resolves built-in auto catalog ids without persisted combo rows", async () => {
await seedConnection("openai", { defaultModel: "gpt-4o-mini" });
const result = await resolveModelOrError(
"auto/best-coding",
{ messages: [{ role: "user", content: "echo hi" }] },
"/v1/chat/completions"
);
assert.equal(result.error, undefined);
assert.ok(result.combo);
assert.equal(result.combo.id, "auto/best-coding");
assert.equal(result.combo.name, "auto/best-coding");
assert.equal(result.provider, "auto");
assert.equal(result.model, "best-coding");
assert.ok(Array.isArray(result.combo.models));
assert.ok(result.combo.models.length > 0);
assert.equal(result.combo.models[0].providerId, "openai");
});
test("resolveModelOrError rejects unknown built-in auto catalog ids", async () => {
await seedConnection("openai", { defaultModel: "gpt-4o-mini" });
const result = await resolveModelOrError(
"auto/not-a-real-template",
{ messages: [{ role: "user", content: "echo hi" }] },
"/v1/chat/completions"
);
assert.ok(result.error);
assert.equal(result.error.status, 400);
const json = (await result.error.json()) as any;
assert.match(json.error.message, /Unknown built-in auto combo/i);
});
test("resolveModelOrError preserves persisted fuzzy auto combos before virtual catalog ids", async () => {
await combosDb.createCombo({
id: "persisted-auto-best-legacy",
name: "auto/best-legacy",
strategy: "priority",
models: [{ providerId: "openai", model: "gpt-4o-mini" }],
});
const result = await resolveModelOrError(
"auto/legacy",
{ messages: [{ role: "user", content: "echo hi" }] },
"/v1/chat/completions"
);
assert.equal(result.error, undefined);
assert.ok(result.combo);
assert.equal(result.combo.id, "persisted-auto-best-legacy");
assert.equal(result.combo.name, "auto/best-legacy");
assert.equal(result.provider, "auto");
assert.equal(result.model, "legacy");
});
test("resolveModelOrError rejects ambiguous aliases without a provider prefix", async () => {
const result = await resolveModelOrError(
"claude-sonnet-4-6",
{ messages: [{ role: "user", content: "hello" }] },
"/v1/chat/completions"
);
assert.ok(result.error);
assert.equal(result.error.status, 400);
const json = (await result.error.json()) as any;
assert.match(json.error.message, /Ambiguous model/i);
});
test("resolveModelOrError rejects ambiguous slashful canonical ids instead of misrouting them", async () => {
const result = await resolveModelOrError(
"openai/gpt-oss-120b",
{ messages: [{ role: "user", content: "hello" }] },
"/v1/chat/completions"
);
assert.ok(result.error);
assert.equal(result.error.status, 400);
const json = (await result.error.json()) as any;
assert.match(json.error.message, /Ambiguous model/i);
assert.match(json.error.message, /openai\/gpt-oss-120b/i);
});
test("resolveModelOrError rejects malformed model strings", async () => {
const result = await resolveModelOrError(
"../etc/passwd",
{ messages: [{ role: "user", content: "hello" }] },
"/v1/chat/completions"
);
assert.ok(result.error);
assert.equal(result.error.status, 400);
const json = (await result.error.json()) as any;
assert.match(json.error.message, /Invalid model format/i);
});
test("resolveModelOrError routes Codex native compact gpt-5.5 requests to Codex", async () => {
const result = await resolveModelOrError(
"gpt-5.5",
{ model: "gpt-5.5", input: "compact this session", reasoning: { effort: "xhigh" } },
"/v1/responses/compact",
{ "user-agent": "codex-cli/0.128.0" }
);
assert.equal(result.provider, "codex");
assert.equal(result.model, "gpt-5.5");
});
test("resolveModelOrError routes bare gpt-5.5 Responses requests to Codex regardless of client user-agent", async () => {
// #9275: gpt-5.5 is in CODEX_NATIVE_UNPREFIXED_MODELS — bare-id requests
// route to codex even from a non-Codex-CLI client, so the Codex CLI default
// is honored deterministically instead of racing other providers that also
// catalog the id. #9447 bounded that precedence: it only PREEMPTS another
// provider when a codex connection is actually ACTIVE, so this case seeds
// one first. Prefix the model id (e.g. openai/gpt-5.5) to opt into a
// different provider.
await seedConnection("codex");
const result = await resolveModelOrError(
"gpt-5.5",
{ model: "gpt-5.5", input: "hello" },
"/v1/responses",
{ "user-agent": "OpenAI/Node" }
);
assert.equal(result.provider, "codex");
assert.equal(result.model, "gpt-5.5");
});
test("resolveModelOrError routes bare gpt-5.5 to Codex medium when Codex is the only active account", async () => {
await seedConnection("codex");
const result = await resolveModelOrError(
"gpt-5.5",
{ model: "gpt-5.5", input: "hello" },
"/v1/responses",
{ "user-agent": "OpenAI/Node" }
);
assert.equal(result.provider, "codex");
assert.equal(result.model, "gpt-5.5");
assert.equal(result.targetFormat, "openai-responses");
});
test("resolveModelOrError keeps bare gpt-5.5 on OpenAI when OpenAI is the only active account", async () => {
// #9447 bounded the #9275 codex-first default: the Codex-native preference
// may only PREEMPT another provider when a codex connection is ACTIVE. An
// OpenAI-only install must not have bare gpt-5.5 sent to codex only to fail
// with "no active credentials for provider: codex" on a model OpenAI
// serves — it routes to the provider that can actually serve it.
await seedConnection("openai");
const result = await resolveModelOrError(
"gpt-5.5",
{ model: "gpt-5.5", input: "hello" },
"/v1/responses",
{ "user-agent": "OpenAI/Node" }
);
assert.equal(result.provider, "openai");
assert.equal(result.model, "gpt-5.5");
});
test("resolveModelOrError honors a custom-model targetFormat override even when the model id also exists in the static provider registry", async () => {
// #8852-followup: "claude-sonnet-4-6" is a real static registry entry under
// "vertex" (see open-sse/config/providers/registry/vertex/index.ts) with no
// per-model targetFormat, so the provider default ("gemini") normally applies.
// A user who manually added the same id as a custom model with an explicit
// "claude" targetFormat override must have that override win — otherwise
// Vertex's native Anthropic response shape gets mistranslated as Gemini's,
// silently dropping all response content.
await seedConnection("vertex");
const modelsDb = await import("../../src/lib/db/models.ts");
await modelsDb.addCustomModel(
"vertex",
"claude-sonnet-4-6",
"Claude Sonnet 4.6 (Vertex)",
"manual",
"chat-completions",
["chat"],
"claude"
);
const result = await resolveModelOrError(
"vertex/claude-sonnet-4-6",
{ model: "vertex/claude-sonnet-4-6", messages: [{ role: "user", content: "hi" }] },
"/v1/chat/completions"
);
assert.equal(result.provider, "vertex");
assert.equal(result.model, "claude-sonnet-4-6");
assert.equal(result.targetFormat, "claude");
});
test("checkPipelineGates blocks providers with an open circuit breaker", async () => {
const breaker = getCircuitBreaker("openai");
breaker.state = STATE.OPEN;
breaker.lastFailureTime = Date.now();
breaker.resetTimeout = 5_000;
const response = await checkPipelineGates("openai", "gpt-4o-mini", {
providerProfile: {
failureThreshold: 5,
resetTimeoutMs: 5_000,
},
});
const json = (await response.json()) as any;
const retryAfter = Number(response.headers.get("Retry-After"));
assert.equal(response.status, 503);
assert.ok(retryAfter >= 4);
assert.ok(retryAfter <= 5);
assert.match(json.error.message, /circuit breaker is open/i);
assert.equal(json.error.code, "provider_circuit_open");
assert.equal(response.headers.get("X-OmniRoute-Provider-Breaker"), "open");
});
test("checkPipelineGates reapplies runtime breaker settings to existing breakers", async () => {
const breaker = getCircuitBreaker("openai", {
failureThreshold: 5,
resetTimeout: 30_000,
});
breaker.state = STATE.OPEN;
breaker.lastFailureTime = Date.now() - 6_000;
const response = await checkPipelineGates("openai", "gpt-4o-mini", {
providerProfile: {
failureThreshold: 60,
degradationThreshold: 30,
resetTimeoutMs: 5_000,
},
});
assert.equal(response, null);
assert.equal(breaker.resetTimeout, 5_000);
assert.equal(breaker.failureThreshold, 60);
assert.equal(breaker.degradationThreshold, 30);
});
test("handleNoCredentials reports missing provider credentials and exhausted accounts", async () => {
// Ported from upstream decolua/9router#336 (Ibrahim Ryan): when a provider has
// zero usable connections (all disabled, or none configured at all), the
// historical 400 BAD_REQUEST classified the failure as non-fallbackable, so a
// combo like `antigravity/opus → github/opus` died on the first leg with a
// hard 400 even though the next combo target was perfectly healthy.
//
// The combo target loop (open-sse/services/combo.ts) deliberately breaks on
// 400 to prevent infinite fallback loops with body-specific 4xx errors
// (#4279/PR#4316). 404 NOT_FOUND, by contrast, flows through checkFallbackError
// as `shouldFallback: true` (generic-error catch-all path,
// open-sse/services/accountFallback.ts:1593-1599) so the next combo target is
// tried. We surface "no active credentials" as 404 so combo can skip past a
// disabled-credentials provider instead of failing the whole request.
const missing = handleNoCredentials(null, null, "openai", "gpt-4o-mini", null, null);
const exhausted = handleNoCredentials(
null,
"conn_123",
"openai",
"gpt-4o-mini",
"Primary account failed",
500
);
const missingJson = (await missing.json()) as any;
const exhaustedJson = (await exhausted.json()) as any;
assert.equal(missing.status, 404);
assert.match(missingJson.error.message, /No active credentials for provider: openai/);
assert.equal(exhausted.status, 500);
assert.match(exhaustedJson.error.message, /Primary account failed/);
});
test("handleNoCredentials returns Retry-After when every account is rate limited", async () => {
const retryAfter = new Date(Date.now() + 45_000).toISOString();
const response = handleNoCredentials(
{
allRateLimited: true,
retryAfter,
retryAfterHuman: "reset after 45s",
lastErrorCode: 429,
lastError: "Quota exceeded",
},
"conn_123",
"openai",
"gpt-4o-mini",
null,
null
);
const json = (await response.json()) as any;
assert.equal(response.status, 429);
assert.ok(Number(response.headers.get("Retry-After")) >= 1);
assert.match(json.error.message, /\[openai\/gpt-4o-mini\] Quota exceeded/);
});
test("handleNoCredentials returns structured model_cooldown when every credential for the model is cooling down", async () => {
const retryAfter = new Date(Date.now() + 12_000).toISOString();
const response = handleNoCredentials(
{
allRateLimited: true,
retryAfter,
retryAfterHuman: "reset after 12s",
cooldownScope: "model",
cooldownModel: "gemini-2.5-pro",
lastErrorCode: 429,
lastError: "too many requests",
},
"conn_123",
"gemini",
"gemini-2.5-pro",
null,
null
);
const json = (await response.json()) as any;
assert.equal(response.status, 429);
assert.equal(Number(response.headers.get("Retry-After")) >= 1, true);
assert.equal(json.error.code, "model_cooldown");
assert.equal(json.error.type, "rate_limit_error");
assert.equal(json.error.model, "gemini-2.5-pro");
assert.ok(json.error.reset_seconds >= 1);
assert.match(json.error.message, /cooling down/i);
});
test("handleNoCredentials returns 401 with re-auth hint when every connection is in a terminal state", async () => {
// Classic scenario: AWS SSO refresh tokens hit their 90-day TTL, every Kiro
// connection flips to is_active=0 + testStatus=banned/expired. Surface as
// 401 with a reconnect hint instead of the misleading 400 "No credentials".
const response = handleNoCredentials(
{ allExpired: true, expiredCount: 1, expiredStatus: "banned" },
null,
"kiro",
"claude-sonnet-4.6",
null,
null
);
const json = (await response.json()) as any;
assert.equal(response.status, 401);
assert.match(json.error.message, /\[kiro\]/);
assert.match(json.error.message, /banned by upstream/);
assert.match(json.error.message, /please reconnect/i);
});
test("handleNoCredentials maps allExpired status='expired' to the 'authentication expired' reason", async () => {
const response = handleNoCredentials(
{ allExpired: true, expiredCount: 3, expiredStatus: "expired" },
null,
"cline",
"claude-sonnet-4.6",
null,
null
);
const json = (await response.json()) as any;
assert.equal(response.status, 401);
assert.match(json.error.message, /3 connection\(s\) authentication expired/);
});
test("safeResolveProxy returns the direct route when no proxy config is present", async () => {
const connection = await seedConnection("openai", { apiKey: "sk-openai-direct" });
const resolved = await safeResolveProxy((connection as any).id);
assert.deepEqual(resolved, {
proxy: null,
level: "direct",
levelId: null,
});
});
test("executeChatWithBreaker converts proxy fast-fail errors", async () => {
const originalFetch = globalThis.fetch;
globalThis.fetch = async () => {
const error = new Error("Proxy unreachable");
(error as Error & { code?: string }).code = "PROXY_UNREACHABLE";
throw error;
};
try {
const credentials = {
connectionId: "conn_helper",
apiKey: "sk-openai-helper",
providerSpecificData: {},
};
const breaker = getCircuitBreaker("openai");
const proxyResult = await executeChatWithBreaker({
bypassCircuitBreaker: false,
breaker,
body: { model: "openai/gpt-4o-mini" },
provider: "openai",
model: "gpt-4o-mini",
refreshedCredentials: credentials,
proxyInfo: null,
log: console,
clientRawRequest: null,
credentials,
apiKeyInfo: null,
userAgent: "",
comboName: null,
comboStrategy: null,
isCombo: false,
extendedContext: false,
comboStepId: null,
comboExecutionKey: null,
});
assert.equal(proxyResult.result.status, 502);
assert.match(String(proxyResult.result.error || ""), /Proxy unreachable/);
} finally {
globalThis.fetch = originalFetch;
}
});
test("executeChatWithBreaker preserves account TLS scope when a proxy bypasses to direct", async () => {
const server = net.createServer((socket) => socket.end());
const listening = Promise.withResolvers<void>();
server.listen(0, "127.0.0.1", listening.resolve);
await listening.promise;
const address = server.address();
assert.ok(address && typeof address !== "string");
const prior = {
enable: process.env.ENABLE_TLS_FINGERPRINT,
providers: process.env.TLS_FINGERPRINT_PROVIDERS,
noProxy: process.env.NO_PROXY,
};
process.env.ENABLE_TLS_FINGERPRINT = "true";
delete process.env.TLS_FINGERPRINT_PROVIDERS;
process.env.NO_PROXY = "api.openai.com";
let observedProxy: string | null | undefined;
let observedScope: string | undefined;
setTlsClientForTest({
available: true,
fetch: async (_url, options) => {
observedProxy = options?.proxy;
observedScope = options?.sessionScope;
return new Response(
JSON.stringify({
id: "chatcmpl-test",
object: "chat.completion",
created: 0,
model: "gpt-4o-mini",
choices: [
{
index: 0,
message: { role: "assistant", content: "ok" },
finish_reason: "stop",
},
],
usage: { prompt_tokens: 1, completion_tokens: 1, total_tokens: 2 },
}),
{ headers: { "content-type": "application/json" } },
);
},
});
try {
const credentials = {
connectionId: "conn_tls_scope",
apiKey: "sk-openai-helper",
providerSpecificData: {},
};
const result = await executeChatWithBreaker({
bypassCircuitBreaker: false,
breaker: getCircuitBreaker("openai"),
body: { model: "openai/gpt-4o-mini", messages: [] },
provider: "openai",
model: "gpt-4o-mini",
refreshedCredentials: credentials,
proxyInfo: {
proxy: `http://127.0.0.1:${address.port}`,
level: "connection",
levelId: credentials.connectionId,
},
log: console,
clientRawRequest: null,
credentials,
apiKeyInfo: null,
userAgent: "",
comboName: null,
comboStrategy: null,
isCombo: false,
extendedContext: false,
comboStepId: null,
comboExecutionKey: null,
});
assert.equal(result.tlsFingerprintUsed, true);
assert.equal(observedProxy, null);
assert.equal(observedScope, credentials.connectionId);
} finally {
setTlsClientForTest(null);
if (prior.enable === undefined) delete process.env.ENABLE_TLS_FINGERPRINT;
else process.env.ENABLE_TLS_FINGERPRINT = prior.enable;
if (prior.providers === undefined) delete process.env.TLS_FINGERPRINT_PROVIDERS;
else process.env.TLS_FINGERPRINT_PROVIDERS = prior.providers;
if (prior.noProxy === undefined) delete process.env.NO_PROXY;
else process.env.NO_PROXY = prior.noProxy;
const closed = Promise.withResolvers<void>();
server.close(() => closed.resolve());
await closed.promise;
}
});
test("safeLogEvents tolerates success and timeout payloads", () => {
const credentials = { connectionId: "conn_log_12345678" };
safeLogEvents({
result: { success: true, status: 200 },
proxyInfo: null,
proxyLatency: 12,
provider: "openai",
model: "gpt-4o-mini",
sourceFormat: "openai-chat",
targetFormat: "openai-chat",
credentials,
comboName: null,
clientRawRequest: { endpoint: "/v1/chat/completions" },
});
safeLogEvents({
result: { success: false, status: 504, error: "timeout" },
proxyInfo: { proxy: null, level: "direct", levelId: null },
proxyLatency: 25,
provider: "openai",
model: "gpt-4o-mini",
sourceFormat: "openai-chat",
targetFormat: "openai-chat",
credentials,
comboName: "combo-a",
clientRawRequest: { endpoint: "/v1/chat/completions" },
tlsFingerprintUsed: true,
});
});
test("withSessionHeader adds headers to mutable and immutable responses", async () => {
const mutable = withSessionHeader(new Response("ok"), "sess_mutable");
const immutable = withSessionHeader(Response.redirect("https://example.com"), "sess_redirect");
assert.equal(mutable.headers.get("X-OmniRoute-Session-Id"), "sess_mutable");
assert.equal(immutable.headers.get("X-OmniRoute-Session-Id"), "sess_redirect");
assert.equal(immutable.status, 302);
assert.equal(await immutable.text(), "");
});
test("resolveModelOrError returns model_not_found error for unrecognised bare model names", async () => {
const result = await resolveModelOrError(
"completely-unknown-model-xyz",
{ messages: [{ role: "user", content: "hello" }] },
"/v1/chat/completions"
);
assert.ok(result.error);
assert.equal(result.error.status, 400);
const json = (await result.error.json()) as any;
assert.match(json.error.message, /Unable to determine provider/i);
assert.match(json.error.message, /completely-unknown-model-xyz/i);
});