Files
OmniRoute/tests/unit/codebuddy-cn-provider.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

588 lines
21 KiB
TypeScript

import test from "node:test";
import assert from "node:assert/strict";
import {
AI_PROVIDERS,
USAGE_SUPPORTED_PROVIDERS,
supportsDualAuthProvider,
} from "../../src/shared/constants/providers.ts";
import { REGISTRY } from "../../open-sse/config/providerRegistry.ts";
import { getExecutor } from "../../open-sse/executors/index.ts";
import { CodeBuddyCnExecutor } from "../../open-sse/executors/codebuddy-cn.ts";
import {
PROVIDERS as OAUTH_PROVIDER_IDS,
CODEBUDDY_CN_CONFIG,
} from "../../src/lib/oauth/constants/oauth.ts";
import PROVIDERS_MAP from "../../src/lib/oauth/providers/index.ts";
import { supportsTokenRefresh } from "../../open-sse/services/tokenRefresh.ts";
const SENSITIVE_CONTENT_REJECTION =
"抱歉,系统检测到您当前输入的信息存在敏感内容,我无法响应您的请求,请检查后重新输入";
type CapturedRequest = {
url: string;
init?: RequestInit;
body: Record<string, unknown>;
};
type ToolDefinition = {
type: string;
function: {
name: string;
description?: string;
parameters: unknown;
};
};
type UsageResult = {
plan: string;
quotas: Record<string, { total: number; used: number }>;
};
async function executeWithMockedUpstream(
body: Record<string, unknown>,
responses: Response[]
): Promise<{ calls: CapturedRequest[]; responseBody: string; status: number }> {
const originalFetch = globalThis.fetch;
const calls: CapturedRequest[] = [];
globalThis.fetch = async (url: string | URL | Request, init?: RequestInit) => {
calls.push({
url: String(url),
init,
body: JSON.parse(String(init?.body ?? "{}")) as Record<string, unknown>,
});
const response = responses.shift();
assert.ok(response, "unexpected extra upstream dispatch");
return response;
};
try {
const executor = new CodeBuddyCnExecutor();
const result = await executor.execute({
model: "glm-5.2",
body,
stream: false,
credentials: { accessToken: "test-token" },
});
const response = result instanceof Response ? result : result.response;
return { calls, responseBody: await response.clone().text(), status: response.status };
} finally {
globalThis.fetch = originalFetch;
}
}
function rejectionResponse(message = SENSITIVE_CONTENT_REJECTION): Response {
return new Response(JSON.stringify({ error: { message } }), {
status: 400,
headers: { "Content-Type": "application/json" },
});
}
function successResponse(): Response {
return new Response("data: [DONE]\n\n", {
status: 200,
headers: { "Content-Type": "text/event-stream" },
});
}
function toolRequestBody(reasoningEffort?: string): Record<string, unknown> {
return {
model: "glm-5.2",
messages: [{ role: "user", content: "Use one of the tools" }],
stream: false,
tools: [
{
type: "function",
function: {
name: "read_file",
description: "Read a file from disk. ".repeat(2000),
parameters: {
type: "object",
properties: {
path: { type: "string", description: "The file path" },
},
required: ["path"],
},
},
},
{
type: "function",
function: {
name: "run_workflow",
description: "Run a named workflow. ".repeat(2000),
parameters: {
type: "object",
properties: { name: { type: "string" } },
},
},
},
],
tool_choice: { type: "function", function: { name: "read_file" } },
...(reasoningEffort ? { reasoning_effort: reasoningEffort } : {}),
};
}
test("codebuddy-cn is registered as an OAuth provider in the UI catalog", () => {
const p = AI_PROVIDERS["codebuddy-cn"];
assert.ok(p, "AI_PROVIDERS['codebuddy-cn'] must exist");
assert.equal(p.id, "codebuddy-cn");
assert.equal(p.alias, "cbcn");
assert.equal(p.name, "CodeBuddy CN");
});
test("codebuddy-cn registry entry has expected shape", () => {
const r = REGISTRY["codebuddy-cn"];
assert.ok(r, "REGISTRY['codebuddy-cn'] must exist");
assert.equal(r.alias, "cbcn");
assert.equal(r.executor, "codebuddy-cn");
assert.equal(r.baseUrl, "https://copilot.tencent.com/v2/chat/completions");
assert.equal(r.authHeader, "bearer");
// Headers carry the Tencent CodeBuddy CLI fingerprint
assert.equal(r.headers?.["X-Product"], "SaaS");
assert.equal(r.headers?.["X-IDE-Type"], "CLI");
assert.equal(r.headers?.["X-IDE-Name"], "CLI");
assert.equal(r.headers?.["x-requested-with"], "XMLHttpRequest");
assert.equal(r.headers?.["x-codebuddy-request"], "1");
// 15 models from the upstream catalog
const ids = r.models.map((m) => m.id);
for (const expected of [
"glm-5.2",
"glm-5.1",
"glm-5.0",
"glm-5.0-turbo",
"glm-5v-turbo",
"glm-4.7",
"minimax-m3",
"minimax-m2.7",
"kimi-k2.7",
"kimi-k2.6",
"kimi-k2.5",
"hy3-preview",
"deepseek-v4-pro",
"deepseek-v4-flash",
"deepseek-v3-2-volc",
]) {
assert.ok(ids.includes(expected), `model ${expected} must be registered`);
}
assert.equal(r.models.length, 15);
});
test("codebuddy-cn glm-5.2 carries 1M context and openai-style reasoning that cannot be disabled", () => {
const r = REGISTRY["codebuddy-cn"];
const m = r.models.find((x) => x.id === "glm-5.2");
assert.ok(m, "glm-5.2 must exist");
// contextLength is the OmniRoute analogue of upstream's contextWindow
assert.equal(m.contextLength, 1000000);
assert.equal(m.supportsReasoning, true);
});
test("codebuddy-cn vision flag is set on the visual models", () => {
const r = REGISTRY["codebuddy-cn"];
for (const id of ["glm-5v-turbo", "minimax-m3", "kimi-k2.7", "deepseek-v4-pro"]) {
const m = r.models.find((x) => x.id === id);
assert.ok(m, `${id} must exist`);
assert.equal(m.supportsVision, true, `${id} should have vision`);
}
});
test("getExecutor returns the CodeBuddyCnExecutor for 'codebuddy-cn' and the 'cbcn' alias", () => {
const e = getExecutor("codebuddy-cn");
assert.ok(e instanceof CodeBuddyCnExecutor, "executor must be CodeBuddyCnExecutor");
const aliasExec = getExecutor("cbcn");
assert.ok(aliasExec instanceof CodeBuddyCnExecutor, "alias 'cbcn' must resolve to same executor");
});
test("CodeBuddyCnExecutor.transformRequest forces stream:true and leaves reasoning unset for plain requests", () => {
const e = new CodeBuddyCnExecutor();
const out = e.transformRequest(
"glm-5.2",
{ model: "glm-5.2", messages: [{ role: "user", content: "hi" }], stream: false },
false,
{} as unknown as Parameters<typeof e.transformRequest>[3]
);
assert.ok(out && typeof out === "object" && !Array.isArray(out));
const body = out as Record<string, unknown>;
assert.equal(body.stream, true, "stream must be forced to true");
// Reasoning is opt-in (#5019): a plain request that did not ask for reasoning
// must not get reasoning_effort/reasoning_summary injected — forcing them makes
// CodeBuddy trip its content filter and error.
assert.equal(
Object.prototype.hasOwnProperty.call(body, "reasoning_effort"),
false,
"plain request must not inject reasoning_effort (opt-in only)"
);
assert.notEqual(
body.reasoning_summary,
"auto",
"plain request must not inject reasoning_summary"
);
});
test("CodeBuddyCnExecutor preserves explicit reasoning_effort", () => {
const e = new CodeBuddyCnExecutor();
const out = e.transformRequest(
"glm-5.2",
{ model: "glm-5.2", messages: [], reasoning_effort: "high" },
true,
{} as unknown as Parameters<typeof e.transformRequest>[3]
);
const body = out as Record<string, unknown>;
assert.equal(body.reasoning_effort, "high");
assert.equal(body.reasoning_summary, "auto");
});
test("CodeBuddyCnExecutor strips reasoning_effort when caller asks for none/off", () => {
const e = new CodeBuddyCnExecutor();
for (const effort of ["none", "off"]) {
const out = e.transformRequest(
"glm-5.2",
{ model: "glm-5.2", messages: [], reasoning_effort: effort },
true,
{} as unknown as Parameters<typeof e.transformRequest>[3]
);
const body = out as Record<string, unknown>;
assert.equal(
Object.prototype.hasOwnProperty.call(body, "reasoning_effort"),
false,
`reasoning_effort must be omitted for ${effort}`
);
assert.notEqual(
body.reasoning_summary,
"auto",
`reasoning_summary must not be auto for ${effort}`
);
}
});
test("CodeBuddyCnExecutor retries a sensitive-content rejection with compact tools", async () => {
const input = toolRequestBody();
const { calls, status } = await executeWithMockedUpstream(input, [
rejectionResponse(),
successResponse(),
]);
assert.equal(status, 200);
assert.equal(calls.length, 2, "known rejection should dispatch exactly one compact retry");
// #9723 (55c2b35eb7): transformRequest now proactively strips descriptions from
// oversized (>=64KB) tool payloads BEFORE the first dispatch, so the first
// request already ships compact tools — it is no longer sent unchanged.
const firstTools = calls[0].body.tools as ToolDefinition[];
assert.deepEqual(
firstTools.map((tool) => tool.function.name),
["read_file", "run_workflow"],
"the first request must preserve tool order and names"
);
assert.equal("description" in firstTools[0].function, false);
assert.equal("description" in firstTools[1].function, false);
const retryTools = calls[1].body.tools as ToolDefinition[];
assert.deepEqual(
retryTools.map((tool) => tool.function.name),
["read_file", "run_workflow"],
"the retry must preserve tool order and names"
);
assert.equal("description" in retryTools[0].function, false);
assert.equal("description" in retryTools[1].function, false);
assert.deepEqual(
retryTools.map((tool) => tool.function.parameters),
(input.tools as ToolDefinition[]).map((tool) => tool.function.parameters),
"parameter schemas, including nested descriptions, must remain unchanged"
);
assert.deepEqual(calls[1].body.tool_choice, input.tool_choice);
assert.deepEqual(calls[1].body.messages, input.messages);
assert.equal(calls[1].body.stream, true);
for (const call of calls) {
assert.equal(call.body.reasoning_effort, undefined);
assert.equal(call.body.reasoning_summary, undefined);
}
});
test("CodeBuddyCnExecutor sends successful oversized tool requests once, proactively compacted (#9723)", async () => {
const input = toolRequestBody();
const { calls, status } = await executeWithMockedUpstream(input, [successResponse()]);
assert.equal(status, 200);
assert.equal(calls.length, 1, "a successful request must not trigger the rejection retry");
// #9723: >=64KB of tool metadata is stripped up-front to dodge the content
// filter — names, order and parameter schemas survive; descriptions do not.
const sentTools = calls[0].body.tools as ToolDefinition[];
assert.deepEqual(
sentTools.map((tool) => tool.function.name),
["read_file", "run_workflow"]
);
assert.equal("description" in sentTools[0].function, false);
assert.equal("description" in sentTools[1].function, false);
assert.deepEqual(
sentTools.map((tool) => tool.function.parameters),
(input.tools as ToolDefinition[]).map((tool) => tool.function.parameters)
);
});
test("CodeBuddyCnExecutor sends normal-sized tool requests once and unchanged", async () => {
const input = toolRequestBody();
for (const tool of input.tools as ToolDefinition[]) {
tool.function.description = "A normal-sized tool description";
}
const { calls, status } = await executeWithMockedUpstream(input, [successResponse()]);
assert.equal(status, 200);
assert.equal(calls.length, 1);
assert.deepEqual(
calls[0].body.tools,
input.tools,
"sub-64KB tool payloads must pass through untouched"
);
});
test("CodeBuddyCnExecutor does not retry the rejection without tools", async () => {
const input = {
model: "glm-5.2",
messages: [{ role: "user", content: "hello" }],
};
const { calls, status } = await executeWithMockedUpstream(input, [rejectionResponse()]);
assert.equal(status, 400);
assert.equal(calls.length, 1);
});
test("CodeBuddyCnExecutor does not retry unrelated 400 responses with tools", async () => {
const { calls, status } = await executeWithMockedUpstream(toolRequestBody(), [
rejectionResponse("Invalid tool schema"),
]);
assert.equal(status, 400);
assert.equal(calls.length, 1);
});
test("CodeBuddyCnExecutor does not retry sensitive rejection for normal-sized tools", async () => {
const input = toolRequestBody();
for (const tool of input.tools as ToolDefinition[]) {
tool.function.description = "A normal-sized tool description";
}
const { calls, status } = await executeWithMockedUpstream(input, [rejectionResponse()]);
assert.equal(status, 400);
assert.equal(calls.length, 1);
});
test("CodeBuddyCnExecutor does not retry an already-compacted tool request", async () => {
const input = toolRequestBody();
for (const tool of input.tools as ToolDefinition[]) {
delete tool.function.description;
}
const { calls, status } = await executeWithMockedUpstream(input, [rejectionResponse()]);
assert.equal(status, 400);
assert.equal(calls.length, 1);
});
test("CodeBuddyCnExecutor stops after a rejected compact retry", async () => {
const secondRejection = new Response(
JSON.stringify({ error: { message: SENSITIVE_CONTENT_REJECTION }, request_id: "second" }),
{ status: 400, headers: { "Content-Type": "application/json" } }
);
const { calls, responseBody, status } = await executeWithMockedUpstream(toolRequestBody(), [
rejectionResponse(),
secondRejection,
]);
assert.equal(status, 400);
assert.equal(calls.length, 2);
assert.equal(JSON.parse(responseBody).request_id, "second");
});
test("CodeBuddyCnExecutor reuses refreshed credentials for the compact retry", async () => {
const originalFetch = globalThis.fetch;
let refreshCalls = 0;
const chatAuthorizations: string[] = [];
globalThis.fetch = async (url: string | URL | Request, init?: RequestInit) => {
if (String(url).includes("/auth/token/refresh")) {
refreshCalls++;
return new Response(
JSON.stringify({
code: 0,
data: {
accessToken: "fresh-access-token",
refreshToken: "rotated-refresh-token",
expiresIn: 3600,
},
}),
{ status: 200, headers: { "Content-Type": "application/json" } }
);
}
const headers = init?.headers as Record<string, string>;
chatAuthorizations.push(headers.Authorization);
return chatAuthorizations.length === 1 ? rejectionResponse() : successResponse();
};
try {
const executor = new CodeBuddyCnExecutor();
const result = await executor.execute({
model: "glm-5.2",
body: toolRequestBody(),
stream: false,
credentials: {
accessToken: "expired-access-token",
refreshToken: "original-refresh-token",
expiresAt: "2000-01-01T00:00:00.000Z",
},
});
const response = result instanceof Response ? result : result.response;
assert.equal(response.status, 200);
assert.equal(refreshCalls, 1, "the compact retry must not rotate credentials again");
assert.deepEqual(chatAuthorizations, [
"Bearer fresh-access-token",
"Bearer fresh-access-token",
]);
} finally {
globalThis.fetch = originalFetch;
}
});
test("CodeBuddyCnExecutor preserves reasoning transformations on compact retries", async () => {
for (const [effort, expectedEffort, expectedSummary] of [
["high", "high", "auto"],
["none", undefined, undefined],
["off", undefined, undefined],
] as const) {
const { calls, status } = await executeWithMockedUpstream(toolRequestBody(effort), [
rejectionResponse(),
successResponse(),
]);
assert.equal(status, 200);
assert.equal(calls.length, 2);
for (const call of calls) {
assert.equal(call.body.reasoning_effort, expectedEffort, `${effort} reasoning_effort`);
assert.equal(call.body.reasoning_summary, expectedSummary, `${effort} reasoning_summary`);
}
}
});
test("codebuddy-cn OAuth provider is wired with device_code flow and GET-poll on state", async () => {
assert.equal(OAUTH_PROVIDER_IDS.CODEBUDDY_CN, "codebuddy-cn");
const cb = PROVIDERS_MAP["codebuddy-cn"];
assert.ok(cb, "PROVIDERS map must include 'codebuddy-cn'");
assert.equal(cb.flowType, "device_code");
assert.equal(typeof cb.requestDeviceCode, "function");
assert.equal(typeof cb.pollToken, "function");
// Drive pollToken with a stubbed fetch and assert it hits the token URL via GET
// with the state as a query param (upstream's distinguishing detail).
const origFetch = globalThis.fetch;
const calls: { url: string; init?: RequestInit }[] = [];
globalThis.fetch = async (url: string | URL | Request, init?: RequestInit) => {
calls.push({ url: String(url), init });
return new Response(
JSON.stringify({
code: 0,
data: {
accessToken: "AT",
refreshToken: "RT",
tokenType: "Bearer",
expiresIn: 3600,
},
}),
{ status: 200, headers: { "Content-Type": "application/json" } }
) as unknown as Response;
};
try {
const result = await cb.pollToken(CODEBUDDY_CN_CONFIG, "STATE-123");
assert.ok(result?.ok, "successful poll should be ok:true");
assert.equal(result?.data?.access_token, "AT");
const got = calls.at(-1);
assert.ok(got, "fetch must have been called");
assert.equal(got.init?.method, "GET", "poll method must be GET");
assert.match(got.url, /\?state=STATE-123$/, "state must appear as ?state= query param");
} finally {
globalThis.fetch = origFetch;
}
});
test("codebuddy-cn token refresh handler is wired in tokenRefresh.ts", () => {
assert.equal(supportsTokenRefresh("codebuddy-cn"), true);
});
test("codebuddy-cn is in USAGE_SUPPORTED_PROVIDERS and quota handler parses Tencent accounts", async () => {
assert.ok(USAGE_SUPPORTED_PROVIDERS.includes("codebuddy-cn"));
const { getCodeBuddyCnUsage } = await import("../../open-sse/services/usage/codebuddy-cn.ts");
const origFetch = globalThis.fetch;
// Compose a mixed payload: one refill (CycleEndTime << DeductionEndTime) and
// two bonus packs (CycleEndTime == DeductionEndTime), out of expiry order.
const cycleEnd = "2026-08-01T00:00:00Z";
const deductionEnd = 32503680000; // very far future (seconds)
const bonus1End = "2026-07-01T00:00:00Z";
const bonus2End = "2026-06-25T00:00:00Z";
globalThis.fetch = async () => {
return new Response(
JSON.stringify({
code: 0,
data: {
Response: {
Data: {
Accounts: [
{
PackageName: "Refill Pack",
CycleStartTime: "2026-07-01T00:00:00Z",
CycleEndTime: cycleEnd,
DeductionEndTime: deductionEnd,
CycleCapacitySize: 500,
CycleCapacityUsed: 12.34,
},
{
PackageName: "Bonus A",
CycleStartTime: "2026-05-01T00:00:00Z",
CycleEndTime: bonus1End,
DeductionEndTime: new Date(bonus1End).getTime() / 1000,
CapacitySize: 50,
CapacityUsed: 1,
},
{
PackageName: "Bonus B",
CycleStartTime: "2026-05-01T00:00:00Z",
CycleEndTime: bonus2End,
DeductionEndTime: new Date(bonus2End).getTime() / 1000,
CapacitySize: 25,
CapacityUsed: 5,
},
],
},
},
},
}),
{ status: 200, headers: { "Content-Type": "application/json" } }
) as unknown as Response;
};
try {
const result = await getCodeBuddyCnUsage("ACCESS_TOKEN", undefined, undefined);
assert.ok(result && typeof result === "object");
const r = result as UsageResult;
assert.equal(r.plan, "Refill Pack");
assert.ok(r.quotas);
// Refill (Monthly) uses CycleCapacity*; Bonus packs use plain Capacity*; soonest-expiring first.
assert.ok(r.quotas.Monthly, "Monthly refill quota must be present");
assert.equal(r.quotas.Monthly.total, 500);
assert.equal(r.quotas.Monthly.used, 12.34);
assert.ok(r.quotas["Bonus Pack 1"], "first bonus must be present");
assert.ok(r.quotas["Bonus Pack 2"], "second bonus must be present");
// Soonest-expiring first: Bonus B (Jun 25) before Bonus A (Jul 1).
assert.equal(r.quotas["Bonus Pack 1"].total, 25, "Bonus Pack 1 should be the soonest (B)");
assert.equal(r.quotas["Bonus Pack 2"].total, 50, "Bonus Pack 2 should be the later (A)");
} finally {
globalThis.fetch = origFetch;
}
});
test("codebuddy-cn is treated as a managed dual-auth provider (oauth + apikey accepted by POST /api/providers)", async () => {
// OAuth-category providers that also accept a direct API key use the
// dedicated dual-auth gate so their primary dashboard action remains OAuth.
assert.ok(
supportsDualAuthProvider("codebuddy-cn"),
"codebuddy-cn must be admitted by the dual-auth gate"
);
});