mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 04:42:10 +03:00
* fix(gemini): preserve structured tool calls for antigravity * fix(gemini): parse prefixed textual tool calls * fix(antigravity): preserve textual SSE tool calls * fix(stream): normalize textual passthrough tool calls * fix(stream): normalize split textual tool calls * fix(stream): suppress malformed textual tool calls * fix(stream): suppress compact malformed tool calls * fix(stream): emit structured textual tool calls * fix(stream): suppress unknown textual tool calls * fix(stream): normalize responses textual tool calls * chore: ignore .claude/settings.local.json (per-user Claude Code permissions) * fix(opencode-go): route qwen3.x via claude messages + repair fixMissingToolResponses for Claude-shape upstreams (#2791) Integrated into release/v3.8.6 * fix: resolve npm install warnings — remove dead deps, relax engine constraint (#2792) Integrated into release/v3.8.6 * fix: register missing web-cookie validators (claude-web, gemini-web, copilot-web, t3-web) (#2793) Integrated into release/v3.8.6 * fix: Error: Unable to inspect existing database #2771 (#2795) Integrated into release/v3.8.6 * fix(oauth): repair Google loopback callback flow (#2796) Integrated into release/v3.8.6 * feat(logs): add clean history button (#2799) Integrated into release/v3.8.6 * [codex] home: restore settings-driven home layout and quota auto-refresh (#2800) Integrated into release/v3.8.6 * fix(gemini): emit signaturelessToolCallMode:text for GEMINI format models (#2801) Integrated into release/v3.8.6 * feat(modelSpecs): align opencode-go family with upstream provider limits (#2802) Integrated into release/v3.8.6 * chore: apply unit test fixes, polyfills, and environment precedence fixes * docs(agents): atualiza fluxos de release e triagem Expande os workflows de release para incluir auditoria de segurança, CHANGELOG completo por commits, quality gate obrigatório, homologação em VPS local, publicação oficial, deploy em Akamai e validação de artefatos. Reorganiza a triagem de features com arquivos permanentes por bucket, suporte a itens em andamento, regra de reclaim após 15 dias e novo tratamento para ideias viáveis catalogadas. Corrige a orientação de revisão de discussões para usar a ordem cronológica real dos comentários e respostas ao identificar a última atividade. * fix(lockout): classify Gemini Antigravity resource exhaustion as quota_exhausted * fix(reasoning): gate replay by interleaved field * docs(rule-16): permit human Co-authored-by, restrict only AI/bot trailers Rule #16 previously banned all `Co-Authored-By` trailers absolutely. That blocked the upstream-port workflows (`/port-upstream-features` and `/port-upstream-issues`), which must credit human upstream PR authors and issue reporters in OmniRoute commits. Refine the rule to ban only AI/bot-attributed trailers (Claude, GPT, Copilot, Bot; anthropic.com / openai.com / bot-owned noreply.github.com emails) while allowing standard human `Co-authored-by: Name <email>` attribution. Sync the rule across the source CLAUDE.md, the E2E shakedown doc note, and 41 i18n translations. * fix(gitlawb): add specialty validators for connection test — bypass /models probe GitLawB OpenGateway API (xiaomi-mimo compatible) does not expose a /models endpoint, causing validateOpenAILikeProvider to 404 on the initial probe and report 'Provider validation endpoint not supported'. Add specialty validators for both gitlawb and gitlawb-gmi that follow the same pattern as the existing xiaomi-mimo validator: skip GET /models, validate directly via POST /chat/completions with a minimal test message. Any 401/403 response means an invalid key; all other responses mean auth is OK. Fixes test-connection returning 404 for GitLawB providers. * test(gitlawb): add 12 unit tests for gitlawb and gitlawb-gmi specialty validators Covers success, auth failure (401/403), non-auth acceptance (400/422/429), network errors, and custom baseUrl overrides for both providers. * feat(gitlawb): serve models from static registry without API-unavailable warning GitLawB's OpenGateway API does not expose a /models endpoint per provider-path. Previously the models route fell through to the generic fallback which returned static catalog models with the misleading 'API unavailable — using local catalog' warning. Now gitlawb and gitlawb-gmi are handled as static model providers (same pattern as reka and qwen OAuth) — models are served from the provider registry without any warning, since all registered models are functional via POST /chat/completions. * refactor(gitlawb): extract shared opengateway validator factory, fix docs path in test - Extract gitlawb/gitlawb-gmi validators into buildOpengatewayValidator factory - Fix dockerignore-docs-coverage test: update stale docs/AUTO-COMBO.md -> docs/routing/AUTO-COMBO.md * fix(reasoning): guard interleaved capability lookup * feat(gitlawb): dynamic model fetch with gmi-cloud fallback Hybrid approach: - gitlawb (xiaomi-mimo): dynamic /models endpoint → 356 models - gitlawb-gmi (gmi-cloud): 404 fallback → local catalog gracefully Mimics Gitlawb/openclaude's model-routing pattern * i18n(pt-BR): complete missing translations and sync with en.json * feat(build): nix multi-OS package manager install (#2806) Integrated into release/v3.8.6 * fix(i18n): translate 144 new __MISSING__ pt-BR strings (#2816) Integrated into release/v3.8.6 * chore(docs): set coverage gate to 40/40/40/40 in CLAUDE.md Aligns the documented coverage gate with the v3.8.6 release decision (lowered from 75/75/75/70). Matches the threshold already set in package.json by the large feature PRs (planos 11-22). * fix(cli): respect PORT env var in serve command (#2845) Integrated into release/v3.8.6. * fix(deepseek-web): return 400 when client sends tools[] - chat.deepseek.com has no tool support (#2854) Integrated into release/v3.8.6. * fix(qoder): reject invalid/expired PATs returning Cosy 500 error (#2860) Integrated into release/v3.8.6. * fix(cli): register openclaw in tool-detector (#2833) (#2850) Integrated into release/v3.8.6. * fix(api): include noAuth providers in /v1/models catalog (#2798) (#2814) Integrated into release/v3.8.6. * fix(combo): resolve custom provider targets via combo name (#2778) (#2812) Integrated into release/v3.8.6. * fix(translator): strip safety_identifier in openai-responses cleanup (#2770) (#2809) Integrated into release/v3.8.6. * fix(quota): honor explicit per-connection preflight opt-out (#2831) (#2844) Integrated into release/v3.8.6. * fix(usage): un-invert GitHub Copilot Free/limited quota — limited_user_quotas is remaining (#2876) (#2881) Integrated into release/v3.8.6. * fix(nous-research): correct baseUrl to include /chat/completions (#2826) (#2835) Integrated into release/v3.8.6. * fix(opencode): qwen3.x max/plus models lack vision support (#2822) (#2836) Integrated into release/v3.8.6. * fix(translator): pass-through tool_search built-in tool type (#2766) (#2811) Integrated into release/v3.8.6. * fix(github): route claude-opus-4.6 via chat completions (#2821) Integrated into release/v3.8.6. * docs(oauth): add Windsurf login fix design (Phase 1 hotfix + Phase 2 Firebase OAuth) Two-phase plan to fix the broken Windsurf OAuth flow: - Phase 1: drop the dead app.devin.ai/editor/signin PKCE path, promote import-token from windsurf.com/show-auth-token as the primary path - Phase 2: port Firebase OAuth + RegisterUser flow from fendoushaonian/WindSurf-gRPC-API for full browser-based automation Spec only - no code changes yet. * docs(plan): Phase 1 windsurf login hotfix implementation plan 10 tasks covering: - TDD assertions for flowType + 410 Gone responses - Provider switch to import_token - Route handler retiring authorize/start-callback-server/poll-callback - OAuthModal UI override - i18n sync - Verification + PR steps * fix(cli): replace cli-table3 with hand-rolled formatter (#2752) (#2813) Integrated into release/v3.8.6. * fix(skills): skip interception for unregistered client-native tools (#2815) (#2817) Integrated into release/v3.8.6. * feat(sse): add RTK filters for kubectl, docker-build, composer, gh (#2824) Integrated into release/v3.8.6. * fix(geminiHelper): support rec.image content shape + warn on dropped remote URLs (refs #2807) (#2855) Integrated into release/v3.8.6. * fix(cli): allow nullable/optional apiKey in cliMitmStartSchema (#2857) Integrated into release/v3.8.6. * fix(combo): preserve system messages during context handoff summary generation (#2865) Integrated into release/v3.8.6. * fix: wire CLIProxyAPI fallback settings into chatCore routing engine (#2866) Integrated into release/v3.8.6. * fix(usage): add opencode quota fetcher (#2852) (#2867) Integrated into release/v3.8.6. * feat(claude): default xhigh support for newer Opus models (#2874) Integrated into release/v3.8.6. * fix(cli): restore omniroute logs command stream (#2756) (#2810) Integrated into release/v3.8.6. * fix(combo): normalize upstream Headers for Node 24 undici interop (#2751) (#2823) Integrated into release/v3.8.6. * Rename proxy log Public IP to Client IP (#2880) Integrated into release/v3.8.6. * fix(claude): preserve max effort for supported models (#2875) Integrated into release/v3.8.6. * fix(oauth): switch windsurf provider to import_token flow The PKCE auth URL targeting app.devin.ai/editor/signin returns 404 post-rebrand. Until Phase 2 ports Firebase OAuth + RegisterUser, the only supported path is import-token via windsurf.com/show-auth-token. - windsurf.ts: drop buildAuthUrl, set flowType=import_token - generateAuthData returns supported:false + helpful error for windsurf/devin-cli - tests: assert flowType + disabled stub * fix(oauth): return 410 Gone for retired windsurf/devin-cli PKCE actions start-callback-server, authorize, and poll-callback (GET + POST) now return 410 Gone with a pointer to /import-token. The 410 short-circuit runs before auth so the response is honest about the action being permanently gone, not gated. Codex PKCE flow unchanged. Tests: 5 new assertions cover GET + POST 410 paths and a Codex regression check. * refactor(oauth): annotate retired PKCE fields in WINDSURF_CONFIG No behaviour change - comment-only update documenting that authorizeUrl, codeChallengeMethod, callbackPort, callbackPath, apiServerUrl, and exchangePath are no longer consumed. Active fields (inferenceUrl, showAuthTokenUrl, firebaseApiKey, ideName) called out separately. * fix(cli,docs): use requireCliToolsAuth in logs route + document OPENCODE quota env Post-merge contract fixes for v3.8.6: - src/app/api/cli-tools/logs/route.ts (#2810) now uses the shared requireCliToolsAuth guard (param renamed req->request) to satisfy the cli-tools-auth-hardening contract test. - Document OMNIROUTE_OPENCODE_QUOTA_URL (#2867) in docs/reference/ENVIRONMENT.md to satisfy the env/docs sync contract. * fix(dashboard): force import-token panel for windsurf/devin-cli Phase 1 hotfix: hide the 'Browser Login' tab and start in Paste API Key mode. Removes windsurf/devin-cli from PKCE_CALLBACK_SERVER_PROVIDERS so no callback server is started for them. Codex still uses the PKCE flow. The 'Get token' link continues to point at windsurf.com/show-auth-token via the existing supportsTokenPaste form copy. * fix(oauth): windsurf import-token mapTokens signature mismatch The route at `src/app/api/oauth/[provider]/[action]/route.ts` invokes `providerData.mapTokens({ accessToken: token })` (object), matching the cursor/kiro signature. The windsurf provider was declared with `mapTokens(token: string)` instead, so the entire object was stored as `accessToken`. When the connection record reached the SQLite layer it crashed with: SQLite3 can only bind numbers, strings, bigints, buffers, and null Fix by aligning windsurf's `mapTokens` signature with the route caller and the cursor/kiro convention. Also dedupe a copy-pasted second `if (action === "import-token")` block in the route handler — the second block was unreachable but identical to the first. Adds two regression tests asserting that `provider.mapTokens({ accessToken })` returns a string `accessToken` for both windsurf and devin-cli, so a future signature drift trips the gate instead of the SQLite bind error in production. * feat(compression): expand pt-BR pack with troglodita rules (15 → 49) (#2818) Integrated into release/v3.8.6 * fix(sse): repair RTK engine defaults so dedup and direct calls work (#2825) Integrated into release/v3.8.6 * fix(mcp): redirect console.log/warn to stderr in --mcp stdio mode (#2840) Integrated into release/v3.8.6 * fix(gemini-cli): prefer real project IDs over default-project (#2841) Integrated into release/v3.8.6 * fix(opencode-go): add provider limits quota fetcher (#2861) Integrated into release/v3.8.6 * Audit & add web cookie providers: fix 4 missing registry entries + DuckDuckGo (#2862) Integrated into release/v3.8.6 * fix(antigravity): harden signatureless tool history (#2878) Integrated into release/v3.8.6 * fix: provider model sync pruning and dynamic antigravity MITM proxy mappings (#2886) Integrated into release/v3.8.6 * feat(usage): per-API-key token limits scoped to model/provider/global (#2888) Integrated into release/v3.8.6 * fix(audio): build multipart body manually to preserve Content-Type (#2842) Integrated into release/v3.8.6 * refactor: remove agent skill documentation files and streamline maintenance workflows * test(stabilization): resolve unit test failures in blackbox-web, schema-coercion, translator-helper-branches, usage-service-hardening, and audio-transcription * fix(security): mitigate Socket.dev supply-chain findings + secrets opt-in + minimal build profile (#2863) (#2871) Two real security gaps closed and four cosmetic Socket.dev fingerprints removed. See docs/security/SOCKET_DEV_FINDINGS.md for the per-finding maintainer attestation. Real bugs fixed: - cloudSync: HMAC verification of `X-Cloud-Sig` + opt-in `OMNIROUTE_CLOUD_SYNC_SECRETS=true` before overwriting `accessToken` / `refreshToken` / `providerSpecificData` from a remote response. Closes the silent-credential-swap surface (a misconfigured or hostile CLOUD_URL could previously replace local tokens unverified). - Zed import: split into 2-step `/discover` + `/import` flow. `/import` now requires `confirmedAccounts: [{ service, account, fingerprint }]` and re-reads the keychain server-side to filter by fingerprint, so a tampered discover response cannot trick the endpoint into saving an unrelated token. Cosmetic Socket.dev mitigations: - runElevatedPowerShell writes the elevated payload to a per-call temp `.ps1` file (mode 0o600) and references it via `-File`. Removes the textbook `-EncodedCommand <base64utf16le>` pattern flagged as malware by Socket's AI classifier. - Maintainer attestation `SECURITY-AUDITOR-NOTE:` blocks added at every flagged call site pointing to `docs/security/SOCKET_DEV_FINDINGS.md`. Build-time hardening: - `OMNIROUTE_BUILD_PROFILE=minimal` (`npm run build:secure`) physically removes the four sensitive modules from the standalone bundle via webpack `NormalModuleReplacementPlugin`. Stubs throw `FeatureDisabledError` at runtime. Intended for the `omniroute-secure` artifact. Tests: - 24 new unit tests in `tests/unit/security/` covering the wrapper builder, HMAC verification (4 cases), credential fingerprint determinism (5 cases), confirmedAccounts validation + fingerprint filtering (6 cases), and the minimal-build stubs (5 cases). Docs: - New `docs/security/SOCKET_DEV_FINDINGS.md` — per-finding attestation. - New `socket.yml` — Socket.dev v2 config pointing at the attestation. - Updated `SECURITY.md` — supply-chain scanner section. - Updated `.env.example` — three new env vars documented. Backwards compatibility: - Cloud sync token overwrite is OFF by default. Users who relied on it must set `OMNIROUTE_CLOUD_SYNC_SECRETS=true`. Breaking change documented in CHANGELOG. - Zed import 2-step is the new default; legacy 1-step preserved behind `OMNIROUTE_ZED_IMPORT_LEGACY_ONE_STEP=true` and will be removed in v3.9. Closes #2863 * fix(security): redact public Firebase Web key from windsurf spec; doc SHA-256 cache-key rationale (#2894) Two security-scanning findings on release/v3.8.6: - Secret-scanning alert 7 (google_api_key): the windsurf login-fix design spec embedded the literal public Firebase Web API key on two lines. Firebase Web API keys are non-sensitive by design (they identify the project; access is gated by Firebase Security Rules + key restrictions), but the literal trips secret scanning. Redacted to a placeholder; the embedded default still goes through resolvePublicCred per rule #11. - Code-scanning alert 261 (js/insufficient-password-hash): tokenCacheKey() uses SHA-256 to derive an in-memory cache key from the session token, not for password-at-rest storage. Added a comment documenting why CWE-916 KDFs do not apply (false positive). * fix(ci): resolve release/v3.8.6 gate failures (docs-sync, any-budget, pack-artifact) (#2895) * fix(ci): resolve release/v3.8.6 gate failures (docs-sync, any-budget, pack-artifact) Three CI gates failed on release/v3.8.6 (run 26630300877): - docs-sync: CHANGELOG had a spurious "## [3.8.6-patch]" section above "## [3.8.6]", so the latest release no longer matched package.json (3.8.6) and the 41 i18n CHANGELOG mirrors were flagged as missing that section. Fold the lone #2752 entry into [3.8.6] and drop the patch heading. - any-budget:t11: open-sse/handlers/chatCore.ts regressed to 1 explicit `any` (budget 0). Type the persist callback arg as Record<string, unknown>, which matches runWithOnPersist's RefreshPersistFn contract exactly. - pack-artifact: open-sse/utils/setupPolyfill.ts ships via package.json "files" (bin/omniroute.mjs imports it at startup) but was missing from the pack policy allowlist. Allow it and add a regression test. * fix(security): redact public Firebase Web key from windsurf spec Redact the literal public Firebase Web API key (secret-scanning #7) to a placeholder, mirroring the redaction on release/v3.8.6 (PR #2894) and the windsurf fix branch. Non-sensitive public Web key; trips secret scanning. * feat(combo): Zero-Latency Combos (Hedging, Proactive Compression, Predictive TTFT) (#2868) * feat(combo): implement zero-latency combo optimizations (hedging, proactive compression, predictive TTFT) * fix(combo): fix predictive TTFT skip logic and unhandled promise rejections --------- Co-authored-by: Automation <automation@omniroute> * feat: implement automated skill workflows and update system configuration and validation schemas * test: eliminate dynamic cast warnings in cloud-sync unit test * test: isolate services-branch-hardening database directory to avoid concurrency issues * feat(providers): add 7 new web-cookie providers + research catalog + discovery tool New providers: - huggingchat: free LLM chat via huggingface.co/chat (no subscription) - phind: free dev-focused AI chat via phind.com/api/agent - poe-web: multi-model chat via poe.com GraphQL (p-b cookie) - venice-web: privacy-focused AI chat via venice.ai (session cookie) - v0-vercel-web: Vercel v0 code gen via v0.dev (session cookie) - kimi-web: Moonshot Kimi chat via kimi.moonshot.cn (session cookie) - doubao-web: ByteDance Doubao chat via doubao.com (session cookie) Additional: - Research catalog: docs/research/UNLIMITED_LLM_ACCESS.md - Discovery tool design + stub: src/lib/discovery/ + migration 073 - Unit tests: 33 tests for all 7 providers - Shared helpers consolidated in error.ts (slop cleanup) - All registered in WEB_COOKIE_PROVIDERS + providerRegistry + webSessionCredentials Closes #2885 * fix(typecheck): resolve typecheck errors in combo spec and compression modules * feat(api,oauth): add `agy` (Antigravity CLI) standalone provider with CLI token import (#2899) Add a standalone OAuth provider `agy` (Antigravity CLI) next to gemini-cli/antigravity. It reuses the antigravity inference backend (identical Google client_id + daily-cloudcode-pa.googleapis.com endpoint, executor and token-refresh) but ships its own model catalog — including the Claude models the backend exposes (claude-opus-4-6-thinking, claude-sonnet-4-6) — its own account pool, and four ways to connect: - token-file import (paste/upload the agy oauth token JSON) - auto-detect a local CLI login (~/.gemini/antigravity-cli/antigravity-oauth-token) - browser OAuth (via the shared OAuthModal Google loopback flow) - bulk / ZIP import New routes: POST /api/providers/agy-auth/{import,import-bulk,zip-extract,apply-local}. Catalog pinned from the live :fetchAvailableModels endpoint. Docs (openapi.yaml, ENVIRONMENT.md, .env.example, CHANGELOG) updated; new unit tests for registration, the token parser, and route auth-hardening. * fix(security): redact public Firebase Web key from windsurf spec (#2896) Redact the literal public Firebase Web API key (secret-scanning #7) to a placeholder. Firebase Web API keys are non-sensitive by design but the literal trips GitHub secret scanning. Mirrors the redaction landed on release/v3.8.6 (PR #2894). Embedded default still flows through resolvePublicCred (rule #11). * Pr 2871 (#2897) * fix(security): mitigate Socket.dev supply-chain findings + secrets opt-in + minimal build profile (#2863) Two real security gaps closed and four cosmetic Socket.dev fingerprints removed. See docs/security/SOCKET_DEV_FINDINGS.md for the per-finding maintainer attestation. Real bugs fixed: - cloudSync: HMAC verification of `X-Cloud-Sig` + opt-in `OMNIROUTE_CLOUD_SYNC_SECRETS=true` before overwriting `accessToken` / `refreshToken` / `providerSpecificData` from a remote response. Closes the silent-credential-swap surface (a misconfigured or hostile CLOUD_URL could previously replace local tokens unverified). - Zed import: split into 2-step `/discover` + `/import` flow. `/import` now requires `confirmedAccounts: [{ service, account, fingerprint }]` and re-reads the keychain server-side to filter by fingerprint, so a tampered discover response cannot trick the endpoint into saving an unrelated token. Cosmetic Socket.dev mitigations: - runElevatedPowerShell writes the elevated payload to a per-call temp `.ps1` file (mode 0o600) and references it via `-File`. Removes the textbook `-EncodedCommand <base64utf16le>` pattern flagged as malware by Socket's AI classifier. - Maintainer attestation `SECURITY-AUDITOR-NOTE:` blocks added at every flagged call site pointing to `docs/security/SOCKET_DEV_FINDINGS.md`. Build-time hardening: - `OMNIROUTE_BUILD_PROFILE=minimal` (`npm run build:secure`) physically removes the four sensitive modules from the standalone bundle via webpack `NormalModuleReplacementPlugin`. Stubs throw `FeatureDisabledError` at runtime. Intended for the `omniroute-secure` artifact. Tests: - 24 new unit tests in `tests/unit/security/` covering the wrapper builder, HMAC verification (4 cases), credential fingerprint determinism (5 cases), confirmedAccounts validation + fingerprint filtering (6 cases), and the minimal-build stubs (5 cases). Docs: - New `docs/security/SOCKET_DEV_FINDINGS.md` — per-finding attestation. - New `socket.yml` — Socket.dev v2 config pointing at the attestation. - Updated `SECURITY.md` — supply-chain scanner section. - Updated `.env.example` — three new env vars documented. Backwards compatibility: - Cloud sync token overwrite is OFF by default. Users who relied on it must set `OMNIROUTE_CLOUD_SYNC_SECRETS=true`. Breaking change documented in CHANGELOG. - Zed import 2-step is the new default; legacy 1-step preserved behind `OMNIROUTE_ZED_IMPORT_LEGACY_ONE_STEP=true` and will be removed in v3.9. Closes #2863 * feat: implement automated skill workflows and update system configuration and validation schemas * test: eliminate dynamic cast warnings in cloud-sync unit test * test: isolate services-branch-hardening database directory to avoid concurrency issues * chore(docs): refresh generated docs collection index Update the generated Fumadocs browser collection mapping to keep documentation imports in sync with the current docs structure. * docs: update generated browser docs collection manifest Refresh the generated Fumadocs browser collection mapping so the docs site can resolve the current documentation files correctly. --------- Co-authored-by: OpenClaw <openclaw@kuzhomesrv.local> Co-authored-by: Dmitry Kuznetsov <139351986+dmitry@users.noreply.local> Co-authored-by: KuzyaBot <kuzya@local> Co-authored-by: JeferssonLemes <jeferssondev@gmail.com> Co-authored-by: Paijo <14921983+oyi77@users.noreply.github.com> Co-authored-by: Markus Hartung <mail@hartmark.se> Co-authored-by: akarray <akarray@users.noreply.github.com> Co-authored-by: Apostol Apostolov <theapoapostolov@gmail.com> Co-authored-by: Hernan Javier Ardila Sanchez <hjasgr@gmail.com> Co-authored-by: Dmitry Kuznetsov <dmitry@kuznetsov.me> Co-authored-by: Nikolay Alafuzov <alafuzov_nn@rusklimat.ru> Co-authored-by: oyi77 <oyi77@users.noreply.github.com> Co-authored-by: Ronaldo Davi <alltomatos@users.noreply.github.com> Co-authored-by: levonk <277861+levonk@users.noreply.github.com> Co-authored-by: Lenine Júnior <lenine@engrene.com.br> Co-authored-by: Annas Alghoffar <aag.annas@gmail.com> Co-authored-by: Tushar Agarwal <76201310+Tushar49@users.noreply.github.com> Co-authored-by: GreatLiu <eurasiaxz@qq.com> Co-authored-by: yuna amelia <230527278+yunaamelia@users.noreply.github.com> Co-authored-by: Randi <55005611+rdself@users.noreply.github.com> Co-authored-by: Container <78986709+disonjer@users.noreply.github.com> Co-authored-by: nickwizard <35692452+nickwizard@users.noreply.github.com> Co-authored-by: Rajvardhan Patil <rajvardhanpatil7890@gmail.com> Co-authored-by: Raxxoor <manker_lol@hotmail.com> Co-authored-by: Muhammad Mugni Hadi <mugnimaestra3@gmail.com> Co-authored-by: mi <123757457+soyelmismo@users.noreply.github.com> Co-authored-by: Automation <automation@omniroute>
2555 lines
91 KiB
TypeScript
2555 lines
91 KiB
TypeScript
import test from "node:test";
|
|
import assert from "node:assert/strict";
|
|
|
|
const {
|
|
validateProviderApiKey,
|
|
validateClaudeCodeCompatibleProvider,
|
|
validateCommandCodeProvider,
|
|
} = await import("../../src/lib/providers/validation.ts");
|
|
|
|
const { __setTlsFetchOverrideForTesting: __setPplxTlsFetchOverride } =
|
|
await import("../../open-sse/services/perplexityTlsClient.ts");
|
|
|
|
const originalFetch = globalThis.fetch;
|
|
|
|
test.afterEach(() => {
|
|
globalThis.fetch = originalFetch;
|
|
__setPplxTlsFetchOverride(null);
|
|
});
|
|
|
|
function toPlainHeaders(headers: any) {
|
|
if (headers instanceof Headers) return Object.fromEntries(headers.entries());
|
|
return Object.fromEntries(
|
|
Object.entries(headers || {}).map(([key, value]) => [key, String(value)])
|
|
);
|
|
}
|
|
|
|
function metaAiSseText(content: string, streamingState = "DONE") {
|
|
return `event: next
|
|
data: ${JSON.stringify({
|
|
data: {
|
|
sendMessageStream: {
|
|
__typename: "AssistantMessage",
|
|
id: "meta-msg-1",
|
|
content,
|
|
streamingState,
|
|
error:
|
|
streamingState === "ERROR"
|
|
? { message: content, code: null, stack: "Error: " + content }
|
|
: null,
|
|
contentRenderer: { __typename: "TextContentRenderer", text: content },
|
|
},
|
|
},
|
|
})}
|
|
|
|
event: complete
|
|
data:
|
|
|
|
`;
|
|
}
|
|
|
|
test("specialty provider validators cover Deepgram, AssemblyAI, NanoBanana, ElevenLabs and Inworld branches", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
const headers = init.headers || {};
|
|
|
|
if (target.match(/deepgram/i)) {
|
|
assert.equal(headers.Authorization, "Token dg-key");
|
|
return new Response(JSON.stringify({ ok: true }), { status: 200 });
|
|
}
|
|
if (target.match(/assemblyai/i)) {
|
|
assert.equal(headers.Authorization, "aa-key");
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 403 });
|
|
}
|
|
if (target.match(/nanobanana/i)) {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
if (target.match(/elevenlabs/i)) {
|
|
return new Response(JSON.stringify({ voices: [] }), { status: 200 });
|
|
}
|
|
if (target.match(/inworld/i)) {
|
|
return new Response(JSON.stringify({ error: "bad request" }), { status: 400 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const deepgram = await validateProviderApiKey({ provider: "deepgram", apiKey: "dg-key" });
|
|
const assembly = await validateProviderApiKey({ provider: "assemblyai", apiKey: "aa-key" });
|
|
const banana = await validateProviderApiKey({ provider: "nanobanana", apiKey: "nb-key" });
|
|
const eleven = await validateProviderApiKey({ provider: "elevenlabs", apiKey: "el-key" });
|
|
const inworld = await validateProviderApiKey({ provider: "inworld", apiKey: "iw-key" });
|
|
|
|
assert.equal(deepgram.valid, true);
|
|
assert.equal(assembly.error, "Invalid API key");
|
|
assert.equal(banana.error, "Invalid API key");
|
|
assert.equal(eleven.valid, true);
|
|
assert.equal(inworld.valid, true);
|
|
});
|
|
|
|
test("validateCommandCodeProvider ignores caller baseUrl and chatPath overrides", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
assert.equal(String(url), "https://api.commandcode.ai/alpha/generate");
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer cc-key");
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(body.params.model, "command-code-validation-model");
|
|
return new Response(JSON.stringify({ ok: true }), { status: 200 });
|
|
};
|
|
|
|
const result = await validateCommandCodeProvider({
|
|
apiKey: "cc-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://evil.example/api",
|
|
chatPath: "/v1/chat/completions",
|
|
validationModelId: "command-code-validation-model",
|
|
},
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
});
|
|
|
|
test("validateCommandCodeProvider defaults probe model to DeepSeek flash", async () => {
|
|
globalThis.fetch = async (_url, init = {}) => {
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(body.params.model, "deepseek/deepseek-v4-flash");
|
|
return new Response("", { status: 400 });
|
|
};
|
|
|
|
const result = await validateCommandCodeProvider({ apiKey: "cc-key" });
|
|
|
|
assert.deepEqual(result, { valid: true, error: null });
|
|
});
|
|
|
|
test("specialty providers surface network failures and non-auth upstream failures", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
if (target.match(/deepgram/i)) {
|
|
throw new Error("deepgram offline");
|
|
}
|
|
if (target.match(/nanobanana/i)) {
|
|
throw new Error("nanobanana offline");
|
|
}
|
|
if (target.match(/elevenlabs/i)) {
|
|
return new Response(JSON.stringify({ error: "server" }), { status: 500 });
|
|
}
|
|
if (target.match(/inworld/i)) {
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
}
|
|
if (target.match(/longcat/i)) {
|
|
throw new Error("longcat offline");
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const deepgram = await validateProviderApiKey({ provider: "deepgram", apiKey: "dg-key" });
|
|
const banana = await validateProviderApiKey({ provider: "nanobanana", apiKey: "nb-key" });
|
|
const eleven = await validateProviderApiKey({ provider: "elevenlabs", apiKey: "el-key" });
|
|
const inworld = await validateProviderApiKey({ provider: "inworld", apiKey: "iw-key" });
|
|
const longcat = await validateProviderApiKey({ provider: "longcat", apiKey: "lc-key" });
|
|
|
|
assert.equal(deepgram.error, "deepgram offline");
|
|
assert.equal(banana.error, "nanobanana offline");
|
|
assert.equal(eleven.error, "Validation failed: 500");
|
|
assert.equal(inworld.error, "Invalid API key");
|
|
assert.equal(longcat.error, "longcat offline");
|
|
});
|
|
|
|
test("embedding and rerank specialty validators cover Voyage AI and Jina AI", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.voyageai.com/v1/embeddings") {
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer voyage-key");
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(body.model, "voyage-4-large");
|
|
return new Response(JSON.stringify({ data: [{ embedding: [0.1, 0.2] }] }), { status: 200 });
|
|
}
|
|
|
|
if (target === "https://api.jina.ai/v1/rerank") {
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer jina-key");
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(body.model, "jina-reranker-v3");
|
|
return new Response(JSON.stringify({ results: [{ index: 0, relevance_score: 0.99 }] }), {
|
|
status: 200,
|
|
});
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const voyage = await validateProviderApiKey({ provider: "voyage-ai", apiKey: "voyage-key" });
|
|
const jina = await validateProviderApiKey({ provider: "jina-ai", apiKey: "jina-key" });
|
|
|
|
assert.equal(voyage.valid, true);
|
|
assert.equal(jina.valid, true);
|
|
});
|
|
|
|
test("AWS Polly specialty validator signs DescribeVoices with SigV4", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
const headers = init.headers as Record<string, string>;
|
|
|
|
assert.equal(target, "https://polly.us-east-2.amazonaws.com/v1/voices?Engine=standard");
|
|
assert.match(
|
|
headers.Authorization,
|
|
/^AWS4-HMAC-SHA256 Credential=AKIA_POLLY\/\d{8}\/us-east-2\/polly\/aws4_request,/
|
|
);
|
|
assert.equal(headers.host, "polly.us-east-2.amazonaws.com");
|
|
assert.equal(headers["x-amz-content-sha256"].length, 64);
|
|
return new Response(JSON.stringify({ Voices: [] }), { status: 200 });
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "aws-polly",
|
|
apiKey: "aws-secret",
|
|
providerSpecificData: {
|
|
accessKeyId: "AKIA_POLLY",
|
|
region: "us-east-2",
|
|
},
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
});
|
|
|
|
test("AWS Polly specialty validator requires an access key id", async () => {
|
|
const result = await validateProviderApiKey({
|
|
provider: "aws-polly",
|
|
apiKey: "aws-secret",
|
|
providerSpecificData: {
|
|
region: "us-east-2",
|
|
},
|
|
});
|
|
|
|
assert.equal(result.error, "Missing AWS accessKeyId");
|
|
});
|
|
|
|
test("embedding and rerank specialty validators surface auth failures for Voyage AI and Jina AI", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
if (target === "https://api.voyageai.com/v1/embeddings") {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
if (target === "https://api.jina.ai/v1/rerank") {
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const voyage = await validateProviderApiKey({ provider: "voyage-ai", apiKey: "voyage-key" });
|
|
const jina = await validateProviderApiKey({ provider: "jina-ai", apiKey: "jina-key" });
|
|
|
|
assert.equal(voyage.error, "Invalid API key");
|
|
assert.equal(jina.error, "Invalid API key");
|
|
});
|
|
|
|
test("gitlab specialty validator accepts PAT auth on the direct access endpoint", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
assert.equal(String(url), "https://gitlab.com/api/v4/code_suggestions/direct_access");
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer glpat-test");
|
|
return new Response(JSON.stringify({ token: "short-lived" }), { status: 200 });
|
|
};
|
|
|
|
const result = await validateProviderApiKey({ provider: "gitlab", apiKey: "glpat-test" });
|
|
assert.equal(result.valid, true);
|
|
});
|
|
|
|
test("gitlab specialty validator treats 401 as invalid PAT", async () => {
|
|
globalThis.fetch = async () =>
|
|
new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
|
|
const result = await validateProviderApiKey({ provider: "gitlab", apiKey: "glpat-bad" });
|
|
assert.equal(result.error, "Invalid API key");
|
|
});
|
|
|
|
test("web-cookie provider validators accept valid Grok, Perplexity, Blackbox and Muse Spark session cookies", async () => {
|
|
const calls = [];
|
|
|
|
// Perplexity now uses tlsFetchPerplexity (TLS-impersonating client) instead of globalThis.fetch
|
|
// to bypass Cloudflare Enterprise. Use the test-only override hook to intercept calls.
|
|
let pplxTlsCall: { url: string; options: Record<string, unknown> } | null = null;
|
|
__setPplxTlsFetchOverride(async (url, options) => {
|
|
pplxTlsCall = { url, options };
|
|
return { status: 200, headers: new Headers(), text: null, body: null };
|
|
});
|
|
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
calls.push({ url: target, init });
|
|
|
|
if (target.includes("grok.com/rest/app-chat/conversations/new")) {
|
|
return new Response(JSON.stringify({ ok: true }), { status: 200 });
|
|
}
|
|
if (target.includes("app.blackbox.ai/api/auth/session")) {
|
|
return new Response(
|
|
JSON.stringify({
|
|
user: { id: "bb-user-1", email: "premium@example.com" },
|
|
}),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
if (target.includes("app.blackbox.ai/api/check-subscription")) {
|
|
return new Response(
|
|
JSON.stringify({
|
|
hasActiveSubscription: true,
|
|
isTrialSubscription: false,
|
|
plan: "pro",
|
|
}),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
if (target.includes("meta.ai/api/graphql")) {
|
|
return new Response(metaAiSseText("Muse Spark says hello"), {
|
|
status: 200,
|
|
headers: { "Content-Type": "text/event-stream" },
|
|
});
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const grok = await validateProviderApiKey({ provider: "grok-web", apiKey: "sso=grok-cookie" });
|
|
const perplexity = await validateProviderApiKey({
|
|
provider: "perplexity-web",
|
|
apiKey: "__Secure-next-auth.session-token=pplx-cookie",
|
|
});
|
|
const blackbox = await validateProviderApiKey({
|
|
provider: "blackbox-web",
|
|
apiKey: "__Secure-authjs.session-token=bb-cookie",
|
|
});
|
|
const museSpark = await validateProviderApiKey({
|
|
provider: "muse-spark-web",
|
|
apiKey: "abra_sess=meta-cookie",
|
|
});
|
|
|
|
assert.equal(grok.valid, true);
|
|
assert.equal(perplexity.valid, true);
|
|
assert.equal(blackbox.valid, true);
|
|
assert.equal(museSpark.valid, true);
|
|
|
|
const grokCall = calls.find((call) =>
|
|
call.url.includes("grok.com/rest/app-chat/conversations/new")
|
|
);
|
|
const blackboxSessionCall = calls.find((call) =>
|
|
call.url.includes("app.blackbox.ai/api/auth/session")
|
|
);
|
|
const blackboxSubscriptionCall = calls.find((call) =>
|
|
call.url.includes("app.blackbox.ai/api/check-subscription")
|
|
);
|
|
const museSparkCall = calls.find((call) => call.url.includes("meta.ai/api/graphql"));
|
|
|
|
assert.equal(grokCall?.init.headers.Cookie, "sso=grok-cookie");
|
|
const grokBody = JSON.parse(String(grokCall?.init.body || "{}"));
|
|
assert.equal(grokBody.modeId, "fast");
|
|
assert.equal("modelName" in grokBody, false);
|
|
assert.equal("modelMode" in grokBody, false);
|
|
// Perplexity goes through tlsFetchPerplexity (TLS override), not globalThis.fetch.
|
|
// options.headers is a plain object; the validator sets Cookie from the session token.
|
|
assert.ok(pplxTlsCall, "perplexity TLS override was called");
|
|
assert.ok(pplxTlsCall!.url.includes("perplexity.ai/rest/sse/perplexity_ask"));
|
|
assert.equal(
|
|
(pplxTlsCall!.options.headers as Record<string, string>)["Cookie"],
|
|
"__Secure-next-auth.session-token=pplx-cookie"
|
|
);
|
|
assert.equal(blackboxSessionCall?.init.headers.Cookie, "__Secure-authjs.session-token=bb-cookie");
|
|
assert.equal(
|
|
blackboxSubscriptionCall?.init.headers.Cookie,
|
|
"__Secure-authjs.session-token=bb-cookie"
|
|
);
|
|
assert.equal(museSparkCall?.init.headers.Cookie, "abra_sess=meta-cookie");
|
|
assert.equal(museSparkCall?.init.headers["X-FB-Friendly-Name"], "useEctoSendMessageSubscription");
|
|
});
|
|
|
|
test("web-cookie provider validators surface auth and subscription failures", async () => {
|
|
// Perplexity uses tlsFetchPerplexity (TLS-impersonating client). Return 403 to simulate
|
|
// an invalid session cookie so the validator emits the expected error message.
|
|
__setPplxTlsFetchOverride(async () => {
|
|
return { status: 403, headers: new Headers(), text: null, body: null };
|
|
});
|
|
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
if (target.includes("grok.com/rest/app-chat/conversations/new")) {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
if (target.includes("app.blackbox.ai/api/auth/session")) {
|
|
const cookie = (init.headers as Record<string, string>)?.Cookie || "";
|
|
if (cookie.includes("expired-cookie")) {
|
|
return new Response("null", { status: 200 });
|
|
}
|
|
return new Response(
|
|
JSON.stringify({
|
|
user: { id: "bb-user-2", email: "free@example.com" },
|
|
}),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
if (target.includes("app.blackbox.ai/api/check-subscription")) {
|
|
return new Response(
|
|
JSON.stringify({
|
|
hasActiveSubscription: false,
|
|
isTrialSubscription: false,
|
|
previouslySubscribed: true,
|
|
plan: "free",
|
|
}),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
if (target.includes("meta.ai/api/graphql")) {
|
|
return new Response(metaAiSseText("Authentication required to send messages", "ERROR"), {
|
|
status: 200,
|
|
headers: { "Content-Type": "text/event-stream" },
|
|
});
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const grok = await validateProviderApiKey({ provider: "grok-web", apiKey: "grok-cookie" });
|
|
const perplexity = await validateProviderApiKey({
|
|
provider: "perplexity-web",
|
|
apiKey: "pplx-cookie",
|
|
});
|
|
const blackboxExpired = await validateProviderApiKey({
|
|
provider: "blackbox-web",
|
|
apiKey: "expired-cookie",
|
|
});
|
|
const blackboxNoSubscription = await validateProviderApiKey({
|
|
provider: "blackbox-web",
|
|
apiKey: "free-account-cookie",
|
|
});
|
|
const museSpark = await validateProviderApiKey({
|
|
provider: "muse-spark-web",
|
|
apiKey: "meta-cookie",
|
|
});
|
|
|
|
assert.match(grok.error || "", /Invalid SSO cookie/i);
|
|
assert.match(perplexity.error || "", /Invalid Perplexity session cookie/i);
|
|
assert.match(blackboxExpired.error || "", /Invalid Blackbox session cookie/i);
|
|
assert.match(blackboxNoSubscription.error || "", /no active paid subscription/i);
|
|
assert.match(museSpark.error || "", /Invalid Meta AI session cookie/i);
|
|
});
|
|
|
|
test("grok-web validator: full DevTools cookie blob is parsed for the sso value", async () => {
|
|
let capturedCookie = "";
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
if (target.includes("grok.com/rest/app-chat/conversations/new")) {
|
|
capturedCookie = ((init.headers as Record<string, string>) || {}).Cookie || "";
|
|
return new Response(JSON.stringify({ result: { conversation: {} } }), { status: 200 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const blob = "i18nextLng=en; stblid=foo; __cf_bm=bar; sso=eyJTARGET.abc.def; cf_clearance=baz;";
|
|
const result = await validateProviderApiKey({ provider: "grok-web", apiKey: blob });
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(capturedCookie, "sso=eyJTARGET.abc.def");
|
|
});
|
|
|
|
test("grok-web validator: empty/missing sso in input returns 'Missing sso cookie'", async () => {
|
|
globalThis.fetch = async () => {
|
|
throw new Error("validator should short-circuit before fetching");
|
|
};
|
|
const result = await validateProviderApiKey({
|
|
provider: "grok-web",
|
|
apiKey: "foo=1; bar=2;",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Missing sso cookie/i);
|
|
});
|
|
|
|
test("grok-web validator: non-auth 403 is reported as failure with upstream body, not silently passed", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
if (target.includes("grok.com/rest/app-chat/conversations/new")) {
|
|
return new Response(
|
|
JSON.stringify({ error: { code: 7, message: "Model is not found", details: [] } }),
|
|
{ status: 403 }
|
|
);
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const result = await validateProviderApiKey({ provider: "grok-web", apiKey: "good-cookie" });
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Grok rejected validation \(403\)/);
|
|
assert.match(result.error || "", /Model is not found/);
|
|
});
|
|
|
|
test("grok-web validator: generic 403 forbidden is rejected, not silently passed", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
if (target.includes("grok.com/rest/app-chat/conversations/new")) {
|
|
return new Response("Forbidden", { status: 403 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const result = await validateProviderApiKey({ provider: "grok-web", apiKey: "any-cookie" });
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Grok rejected validation \(403\)/);
|
|
});
|
|
|
|
test("grok-web validator: 403 with credential-rejection body is treated as auth-failed", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
if (target.includes("grok.com/rest/app-chat/conversations/new")) {
|
|
return new Response(
|
|
JSON.stringify({
|
|
error: {
|
|
code: 16,
|
|
message: "Failed to look up session ID. [WKE=unauthenticated:invalid-credentials]",
|
|
details: [],
|
|
},
|
|
}),
|
|
{ status: 403 }
|
|
);
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const result = await validateProviderApiKey({ provider: "grok-web", apiKey: "bad-cookie" });
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Invalid SSO cookie/i);
|
|
});
|
|
|
|
// ─── chatgpt-web validator ──────────────────────────────────────────────────
|
|
// Mocks the TLS-impersonating fetch so unit tests don't need the native binding.
|
|
|
|
const { __setTlsFetchOverrideForTesting } =
|
|
await import("../../open-sse/services/chatgptTlsClient.ts");
|
|
|
|
function makeTlsResponse(status: number, body: string, headers: Record<string, string> = {}): any {
|
|
const h = new Headers();
|
|
for (const [k, v] of Object.entries(headers)) h.set(k, v);
|
|
return { status, headers: h, text: body, body: null };
|
|
}
|
|
|
|
test.afterEach(() => {
|
|
__setTlsFetchOverrideForTesting(null);
|
|
});
|
|
|
|
test("chatgpt-web validator: accepts a valid session response with accessToken", async () => {
|
|
let captured: { url: string; opts: any } | null = null;
|
|
__setTlsFetchOverrideForTesting(async (url, opts) => {
|
|
captured = { url, opts };
|
|
return makeTlsResponse(
|
|
200,
|
|
JSON.stringify({ accessToken: "tok-abc", expires: "2030-01-01T00:00:00Z" }),
|
|
{ "content-type": "application/json" }
|
|
);
|
|
});
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "chatgpt-web",
|
|
apiKey: "__Secure-next-auth.session-token=eyJSESSION",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(captured?.url, "https://chatgpt.com/api/auth/session");
|
|
assert.equal(
|
|
(captured?.opts.headers as Record<string, string>).Cookie,
|
|
"__Secure-next-auth.session-token=eyJSESSION"
|
|
);
|
|
});
|
|
|
|
test("chatgpt-web validator: prepends session-token name to bare values", async () => {
|
|
let capturedCookie = "";
|
|
__setTlsFetchOverrideForTesting(async (_url, opts) => {
|
|
capturedCookie = (opts.headers as Record<string, string>).Cookie || "";
|
|
return makeTlsResponse(200, JSON.stringify({ accessToken: "tok" }), {
|
|
"content-type": "application/json",
|
|
});
|
|
});
|
|
|
|
await validateProviderApiKey({ provider: "chatgpt-web", apiKey: "eyJBARE" });
|
|
assert.equal(capturedCookie, "__Secure-next-auth.session-token=eyJBARE");
|
|
});
|
|
|
|
test("chatgpt-web validator: passes full DevTools cookie blob through verbatim", async () => {
|
|
let capturedCookie = "";
|
|
__setTlsFetchOverrideForTesting(async (_url, opts) => {
|
|
capturedCookie = (opts.headers as Record<string, string>).Cookie || "";
|
|
return makeTlsResponse(200, JSON.stringify({ accessToken: "tok" }), {
|
|
"content-type": "application/json",
|
|
});
|
|
});
|
|
|
|
const blob =
|
|
"Cookie: oai-did=foo; __Secure-next-auth.session-token.0=eyJchunk0; __Secure-next-auth.session-token.1=eyJchunk1; cf_clearance=cf123;";
|
|
await validateProviderApiKey({ provider: "chatgpt-web", apiKey: blob });
|
|
assert.equal(
|
|
capturedCookie,
|
|
"oai-did=foo; __Secure-next-auth.session-token.0=eyJchunk0; __Secure-next-auth.session-token.1=eyJchunk1; cf_clearance=cf123;"
|
|
);
|
|
});
|
|
|
|
test("chatgpt-web validator: 401 without cf-mitigated → invalid session cookie", async () => {
|
|
__setTlsFetchOverrideForTesting(async () =>
|
|
makeTlsResponse(401, JSON.stringify({ error: "unauthorized" }), {
|
|
"content-type": "application/json",
|
|
})
|
|
);
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "chatgpt-web",
|
|
apiKey: "stale-token",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Invalid ChatGPT session cookie/i);
|
|
});
|
|
|
|
test("chatgpt-web validator: 403 with cf-mitigated header → Cloudflare hint", async () => {
|
|
__setTlsFetchOverrideForTesting(async () =>
|
|
makeTlsResponse(403, "<html>Just a moment...</html>", {
|
|
"content-type": "text/html",
|
|
"cf-mitigated": "challenge",
|
|
})
|
|
);
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "chatgpt-web",
|
|
apiKey: "good-but-no-cf-cookies",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Cloudflare blocked the validator/i);
|
|
});
|
|
|
|
test("chatgpt-web validator: 200 without accessToken → session expired", async () => {
|
|
__setTlsFetchOverrideForTesting(async () =>
|
|
makeTlsResponse(200, JSON.stringify({}), { "content-type": "application/json" })
|
|
);
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "chatgpt-web",
|
|
apiKey: "expired-token",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /session expired/i);
|
|
});
|
|
|
|
test("chatgpt-web validator: 5xx → ChatGPT unavailable", async () => {
|
|
__setTlsFetchOverrideForTesting(async () =>
|
|
makeTlsResponse(503, "service unavailable", { "content-type": "text/plain" })
|
|
);
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "chatgpt-web",
|
|
apiKey: "any-token",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /ChatGPT unavailable \(503\)/);
|
|
});
|
|
|
|
test("chatgpt-web validator: 200 non-JSON content-type surfaces a cookie hint", async () => {
|
|
__setTlsFetchOverrideForTesting(async () =>
|
|
makeTlsResponse(200, "<html>blocked</html>", {
|
|
"content-type": "text/html",
|
|
"cf-ray": "ray-123",
|
|
})
|
|
);
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "chatgpt-web",
|
|
apiKey: "any-token",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /non-JSON.*text\/html.*cf-ray=ray-123/i);
|
|
});
|
|
|
|
test("chatgpt-web validator: TlsClientUnavailableError surfaces a clear message", async () => {
|
|
const { TlsClientUnavailableError } = await import("../../open-sse/services/chatgptTlsClient.ts");
|
|
__setTlsFetchOverrideForTesting(async () => {
|
|
throw new TlsClientUnavailableError("native binding failed to load");
|
|
});
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "chatgpt-web",
|
|
apiKey: "any-token",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /chatgpt-web requires this/i);
|
|
});
|
|
|
|
test("search provider validators cover success, client errors, server errors and custom user agent injection", async () => {
|
|
const calls = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), init });
|
|
const target = String(url);
|
|
if (target.match(/search\.brave\.com/i)) {
|
|
return new Response(JSON.stringify({ results: [] }), { status: 200 });
|
|
}
|
|
if (target.match(/api\.exa\.ai/i)) {
|
|
return new Response(JSON.stringify({ error: "bad key" }), { status: 403 });
|
|
}
|
|
if (target.match(/api\.tavily\.com/i)) {
|
|
return new Response(JSON.stringify({ error: "server" }), { status: 503 });
|
|
}
|
|
if (target.match(/api\.perplexity\.ai/i)) {
|
|
throw new Error("perplexity offline");
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const brave = await validateProviderApiKey({
|
|
provider: "brave-search",
|
|
apiKey: "brave-key",
|
|
providerSpecificData: { customUserAgent: "SearchSuite/1.0" },
|
|
});
|
|
const exa = await validateProviderApiKey({ provider: "exa-search", apiKey: "exa-key" });
|
|
const tavily = await validateProviderApiKey({ provider: "tavily-search", apiKey: "tv-key" });
|
|
const perplexity = await validateProviderApiKey({
|
|
provider: "perplexity-search",
|
|
apiKey: "px-key",
|
|
});
|
|
|
|
assert.equal(brave.valid, true);
|
|
assert.equal(exa.error, "Invalid API key");
|
|
assert.equal(tavily.error, "Validation failed: 503");
|
|
assert.equal(perplexity.error, "perplexity offline");
|
|
assert.equal(calls[0].init.headers["User-Agent"], "SearchSuite/1.0");
|
|
});
|
|
|
|
test("extended search provider validators cover Google PSE, Linkup, SearchAPI, You.com and SearXNG", async () => {
|
|
const originalAllowPrivateProviderUrls = process.env.OMNIROUTE_ALLOW_PRIVATE_PROVIDER_URLS;
|
|
process.env.OMNIROUTE_ALLOW_PRIVATE_PROVIDER_URLS = "true";
|
|
const calls = [];
|
|
try {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), init });
|
|
const target = String(url);
|
|
if (target.startsWith("https://www.googleapis.com/customsearch/v1")) {
|
|
return new Response(JSON.stringify({ items: [] }), { status: 200 });
|
|
}
|
|
if (target.startsWith("https://api.linkup.so/v1/search")) {
|
|
return new Response(JSON.stringify({ error: "bad request" }), { status: 400 });
|
|
}
|
|
if (target.startsWith("https://www.searchapi.io/api/v1/search")) {
|
|
return new Response(JSON.stringify({ organic_results: [] }), { status: 200 });
|
|
}
|
|
if (target.startsWith("https://ydc-index.io/v1/search")) {
|
|
return new Response(JSON.stringify({ results: { web: [] } }), { status: 200 });
|
|
}
|
|
if (target.startsWith("http://localhost:9999/search")) {
|
|
return new Response(JSON.stringify({ results: [] }), { status: 200 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const google = await validateProviderApiKey({
|
|
provider: "google-pse-search",
|
|
apiKey: "google-key",
|
|
providerSpecificData: { cx: "engine-id" },
|
|
});
|
|
const linkup = await validateProviderApiKey({
|
|
provider: "linkup-search",
|
|
apiKey: "linkup-key",
|
|
});
|
|
const searchapi = await validateProviderApiKey({
|
|
provider: "searchapi-search",
|
|
apiKey: "searchapi-key",
|
|
});
|
|
const youcom = await validateProviderApiKey({
|
|
provider: "youcom-search",
|
|
apiKey: "you-key",
|
|
});
|
|
const searxng = await validateProviderApiKey({
|
|
provider: "searxng-search",
|
|
providerSpecificData: { baseUrl: "http://localhost:9999/search" },
|
|
});
|
|
|
|
assert.equal(google.valid, true);
|
|
assert.equal(linkup.valid, true);
|
|
assert.equal(searchapi.valid, true);
|
|
assert.equal(youcom.valid, true);
|
|
assert.equal(searxng.valid, true);
|
|
assert.match(calls[0].url, /cx=engine-id/);
|
|
assert.equal(calls[1].init.headers.Authorization, "Bearer linkup-key");
|
|
assert.match(calls[2].url, /api_key=searchapi-key/);
|
|
assert.equal(calls[3].init.headers["X-API-Key"], "you-key");
|
|
} finally {
|
|
if (originalAllowPrivateProviderUrls === undefined) {
|
|
delete process.env.OMNIROUTE_ALLOW_PRIVATE_PROVIDER_URLS;
|
|
} else {
|
|
process.env.OMNIROUTE_ALLOW_PRIVATE_PROVIDER_URLS = originalAllowPrivateProviderUrls;
|
|
}
|
|
}
|
|
});
|
|
|
|
test("google PSE validator requires cx", async () => {
|
|
const result = await validateProviderApiKey({
|
|
provider: "google-pse-search",
|
|
apiKey: "google-key",
|
|
});
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.equal(result.error, "Programmable Search Engine ID (cx) is required");
|
|
});
|
|
|
|
test("Maritalk validates with Key auth against the models endpoint", async () => {
|
|
const calls = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), init });
|
|
assert.equal(String(url), "https://chat.maritaca.ai/api/models");
|
|
assert.equal(init.headers.Authorization, "Key maritalk-key");
|
|
return new Response(JSON.stringify({ data: [{ id: "sabia-4" }] }), {
|
|
status: 200,
|
|
});
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "maritalk",
|
|
apiKey: "maritalk-key",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(result.method, "maritalk_models");
|
|
assert.equal(calls.length, 1);
|
|
});
|
|
|
|
test("Maritalk falls back to chat probe when the models endpoint is unreachable", async () => {
|
|
const calls = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), init });
|
|
|
|
if (String(url) === "https://chat.maritaca.ai/api/models") {
|
|
return new Response(JSON.stringify({ error: "not found" }), { status: 404 });
|
|
}
|
|
|
|
assert.equal(String(url), "https://chat.maritaca.ai/api/chat/completions");
|
|
assert.equal(init.headers.Authorization, "Key maritalk-key");
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(body.model, "sabia-4");
|
|
return new Response(JSON.stringify({ choices: [{ message: { content: "ok" } }] }), {
|
|
status: 200,
|
|
});
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "maritalk",
|
|
apiKey: "maritalk-key",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(calls.length, 2);
|
|
});
|
|
|
|
test("Maritalk treats a rate-limited models probe as valid credentials", async () => {
|
|
const calls = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), init });
|
|
assert.equal(String(url), "https://chat.maritaca.ai/api/models");
|
|
assert.equal(init.headers.Authorization, "Key maritalk-key");
|
|
return new Response(JSON.stringify({ error: "rate limited" }), {
|
|
status: 429,
|
|
});
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "maritalk",
|
|
apiKey: "maritalk-key",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(result.warning, "Rate limited, but credentials are valid");
|
|
assert.equal(calls.length, 1);
|
|
});
|
|
|
|
test("local OpenAI-style providers validate without sending Authorization when apiKey is blank", async () => {
|
|
const originalAllowPrivateProviderUrls = process.env.OMNIROUTE_ALLOW_PRIVATE_PROVIDER_URLS;
|
|
process.env.OMNIROUTE_ALLOW_PRIVATE_PROVIDER_URLS = "true";
|
|
const calls = [];
|
|
|
|
try {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), headers: init.headers || {} });
|
|
return new Response(JSON.stringify({ data: [{ id: "local-model" }] }), { status: 200 });
|
|
};
|
|
|
|
const lmStudio = await validateProviderApiKey({
|
|
provider: "lm-studio",
|
|
providerSpecificData: { baseUrl: "http://localhost:1234/v1" },
|
|
});
|
|
const vllm = await validateProviderApiKey({
|
|
provider: "vllm",
|
|
providerSpecificData: { baseUrl: "http://localhost:8000/v1" },
|
|
});
|
|
const lemonade = await validateProviderApiKey({
|
|
provider: "lemonade",
|
|
providerSpecificData: { baseUrl: "http://localhost:13305/api/v1" },
|
|
});
|
|
const llamaCpp = await validateProviderApiKey({
|
|
provider: "llama-cpp",
|
|
providerSpecificData: { baseUrl: "http://127.0.0.1:8080/v1" },
|
|
});
|
|
|
|
assert.equal(lmStudio.valid, true);
|
|
assert.equal(vllm.valid, true);
|
|
assert.equal(lemonade.valid, true);
|
|
assert.equal(llamaCpp.valid, true);
|
|
assert.deepEqual(
|
|
calls.map((call) => call.url),
|
|
[
|
|
"http://localhost:1234/v1/models",
|
|
"http://localhost:8000/v1/models",
|
|
"http://localhost:13305/api/v1/models",
|
|
"http://127.0.0.1:8080/v1/models",
|
|
]
|
|
);
|
|
assert.equal(calls[0].headers.Authorization, undefined);
|
|
assert.equal(calls[1].headers.Authorization, undefined);
|
|
assert.equal(calls[2].headers.Authorization, undefined);
|
|
assert.equal(calls[3].headers.Authorization, undefined);
|
|
} finally {
|
|
if (originalAllowPrivateProviderUrls === undefined) {
|
|
delete process.env.OMNIROUTE_ALLOW_PRIVATE_PROVIDER_URLS;
|
|
} else {
|
|
process.env.OMNIROUTE_ALLOW_PRIVATE_PROVIDER_URLS = originalAllowPrivateProviderUrls;
|
|
}
|
|
}
|
|
});
|
|
|
|
test("OpenAI-compatible validator covers /responses mode and final ping fallback", async () => {
|
|
const calls = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), method: init.method || "GET" });
|
|
if (String(url).endsWith("/models")) {
|
|
return new Response(JSON.stringify({ error: "no models" }), { status: 500 });
|
|
}
|
|
if (String(url).endsWith("/responses")) {
|
|
return new Response(JSON.stringify({ id: "resp_123" }), { status: 200 });
|
|
}
|
|
if (String(url) === "https://openai-like.example.com/v1") {
|
|
return new Response("ok", { status: 418 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${url}`);
|
|
};
|
|
|
|
const responsesResult = await validateProviderApiKey({
|
|
provider: "openai-compatible-responses",
|
|
apiKey: "sk-test",
|
|
providerSpecificData: {
|
|
baseUrl: "https://openai-like.example.com/v1",
|
|
apiType: "responses",
|
|
validationModelId: "gpt-test",
|
|
},
|
|
});
|
|
|
|
globalThis.fetch = async (url) => {
|
|
if (String(url).endsWith("/models")) {
|
|
return new Response(JSON.stringify({ error: "server" }), { status: 500 });
|
|
}
|
|
if (String(url).endsWith("/chat/completions")) {
|
|
throw new Error("chat probe offline");
|
|
}
|
|
return new Response("teapot", { status: 418 });
|
|
};
|
|
|
|
const pingFallback = await validateProviderApiKey({
|
|
provider: "openai-compatible-ping-fallback",
|
|
apiKey: "sk-test",
|
|
providerSpecificData: {
|
|
baseUrl: "https://openai-like.example.com/v1",
|
|
validationModelId: "gpt-test",
|
|
},
|
|
});
|
|
|
|
assert.equal(responsesResult.valid, true);
|
|
assert.equal(responsesResult.method, "chat_completions");
|
|
assert.deepEqual(
|
|
calls.map((call) => call.url),
|
|
["https://openai-like.example.com/v1/models", "https://openai-like.example.com/v1/responses"]
|
|
);
|
|
assert.equal(pingFallback.valid, true);
|
|
assert.equal(pingFallback.error, null);
|
|
});
|
|
|
|
test("Anthropic-compatible and Claude Code compatible validators cover direct success and bridge fallbacks", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
if (target.match(/anthropic-compatible\.example\.com/i) && init.method === "GET") {
|
|
return new Response(JSON.stringify({ data: [] }), { status: 200 });
|
|
}
|
|
if (target.match(/cc-compatible\.example\.com/i) && init.method === "GET") {
|
|
return new Response(JSON.stringify({ error: "bridge unavailable" }), { status: 500 });
|
|
}
|
|
if (target.match(/cc-compatible\.example\.com/i) && init.method === "POST") {
|
|
return new Response(JSON.stringify({ error: "rate limited" }), { status: 429 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const anthropic = await validateProviderApiKey({
|
|
provider: "anthropic-compatible-direct",
|
|
apiKey: "sk-anthropic",
|
|
providerSpecificData: {
|
|
baseUrl: "https://anthropic-compatible.example.com/v1/messages",
|
|
modelsPath: "/custom-models",
|
|
},
|
|
});
|
|
|
|
const ccRateLimited = await validateClaudeCodeCompatibleProvider({
|
|
apiKey: "sk-cc",
|
|
providerSpecificData: {
|
|
baseUrl: "https://cc-compatible.example.com/v1/messages",
|
|
validationModelId: "claude-bridge-test",
|
|
},
|
|
});
|
|
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
if (init.method === "GET") {
|
|
return new Response(JSON.stringify({ error: "bridge unavailable" }), { status: 500 });
|
|
}
|
|
return new Response(JSON.stringify({ error: "bad gateway" }), { status: 502 });
|
|
};
|
|
|
|
const ccFailure = await validateClaudeCodeCompatibleProvider({
|
|
apiKey: "sk-cc",
|
|
providerSpecificData: {
|
|
baseUrl: "https://cc-compatible.example.com/v1/messages",
|
|
},
|
|
});
|
|
|
|
assert.equal(anthropic.valid, true);
|
|
assert.equal(ccRateLimited.valid, true);
|
|
assert.equal(ccRateLimited.method, "cc_bridge_request");
|
|
assert.match(ccRateLimited.warning, /Rate limited/i);
|
|
assert.equal(ccFailure.valid, false);
|
|
assert.equal(ccFailure.error, "Validation failed: 502");
|
|
});
|
|
|
|
test("Claude Code compatible validator rejects missing base URL and bridge auth failures", async () => {
|
|
const missingBase = await validateClaudeCodeCompatibleProvider({
|
|
apiKey: "sk-cc",
|
|
providerSpecificData: {},
|
|
});
|
|
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
if (init.method === "GET") {
|
|
throw new Error("models offline");
|
|
}
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
};
|
|
|
|
const invalidKey = await validateClaudeCodeCompatibleProvider({
|
|
apiKey: "sk-cc",
|
|
providerSpecificData: {
|
|
baseUrl: "https://cc-compatible.example.com/v1/messages",
|
|
},
|
|
});
|
|
|
|
assert.equal(missingBase.error, "No base URL configured for CC Compatible provider");
|
|
assert.equal(invalidKey.error, "Invalid API key");
|
|
});
|
|
|
|
test("registry providers cover remaining OpenAI-like and Claude-like validation branches", async () => {
|
|
const calls = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), method: init.method || "GET", headers: init.headers || {} });
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.openai.com/v1/models") {
|
|
return new Response(JSON.stringify({ data: [{ id: "gpt-4o-mini" }] }), { status: 200 });
|
|
}
|
|
if (target === "https://api.anthropic.com/v1/messages?beta=true") {
|
|
return new Response(JSON.stringify({ id: "msg_123" }), { status: 200 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const openaiModels = await validateProviderApiKey({ provider: "openai", apiKey: "sk-openai" });
|
|
const claudeSuccess = await validateProviderApiKey({ provider: "claude", apiKey: "sk-claude" });
|
|
|
|
globalThis.fetch = async (url) => {
|
|
if (String(url) === "https://api.openai.com/v1/models") {
|
|
return new Response(JSON.stringify({ error: "server" }), { status: 500 });
|
|
}
|
|
if (String(url) === "https://api.openai.com/v1/chat/completions") {
|
|
return new Response(JSON.stringify({ error: "method not allowed" }), { status: 405 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${url}`);
|
|
};
|
|
const openaiUnsupported = await validateProviderApiKey({
|
|
provider: "openai",
|
|
apiKey: "sk-openai",
|
|
});
|
|
|
|
globalThis.fetch = async (url) => {
|
|
if (String(url) === "https://api.openai.com/v1/models") {
|
|
return new Response(JSON.stringify({ error: "server" }), { status: 500 });
|
|
}
|
|
if (String(url) === "https://api.openai.com/v1/chat/completions") {
|
|
return new Response(JSON.stringify({ error: "unprocessable" }), { status: 422 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${url}`);
|
|
};
|
|
const openaiInference = await validateProviderApiKey({ provider: "openai", apiKey: "sk-openai" });
|
|
|
|
globalThis.fetch = async (url) => {
|
|
if (String(url) === "https://api.openai.com/v1/models") {
|
|
return new Response(JSON.stringify({ error: "server" }), { status: 500 });
|
|
}
|
|
if (String(url) === "https://api.openai.com/v1/chat/completions") {
|
|
return new Response(JSON.stringify({ error: "server" }), { status: 502 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${url}`);
|
|
};
|
|
const openaiUnavailable = await validateProviderApiKey({
|
|
provider: "openai",
|
|
apiKey: "sk-openai",
|
|
});
|
|
|
|
globalThis.fetch = async () =>
|
|
new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
const claudeInvalid = await validateProviderApiKey({ provider: "claude", apiKey: "sk-claude" });
|
|
|
|
globalThis.fetch = async () => {
|
|
throw new Error("anthropic offline");
|
|
};
|
|
const claudeOffline = await validateProviderApiKey({ provider: "claude", apiKey: "sk-claude" });
|
|
|
|
assert.equal(openaiModels.valid, true);
|
|
assert.equal(openaiModels.error, null);
|
|
assert.equal(claudeSuccess.valid, true);
|
|
assert.equal(openaiUnsupported.error, "Provider validation endpoint not supported");
|
|
assert.equal(openaiInference.valid, true);
|
|
assert.equal(openaiInference.error, null);
|
|
assert.equal(openaiUnavailable.error, "Provider unavailable (502)");
|
|
assert.equal(claudeInvalid.error, "Invalid API key");
|
|
assert.equal(claudeOffline.error, "anthropic offline");
|
|
assert.equal(calls[1].headers["x-api-key"], "sk-claude");
|
|
});
|
|
|
|
test("specialty validators cover remaining status branches for Deepgram, AssemblyAI, NanoBanana, ElevenLabs, Inworld, Bailian and LongCat", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
if (target.match(/deepgram/i)) {
|
|
return new Response(JSON.stringify({ error: "server" }), { status: 500 });
|
|
}
|
|
if (target.match(/assemblyai/i)) {
|
|
return new Response(JSON.stringify({ transcripts: [] }), { status: 200 });
|
|
}
|
|
if (target.match(/nanobanana/i)) {
|
|
return new Response(JSON.stringify({ error: "bad request" }), { status: 400 });
|
|
}
|
|
if (target.match(/elevenlabs/i)) {
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
}
|
|
if (target.match(/inworld/i)) {
|
|
throw new Error("inworld offline");
|
|
}
|
|
if (target.match(/dashscope\.aliyuncs\.com/i)) {
|
|
return new Response(JSON.stringify({ error: "server" }), { status: 500 });
|
|
}
|
|
if (target.match(/longcat/i)) {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const deepgram = await validateProviderApiKey({ provider: "deepgram", apiKey: "dg-key" });
|
|
const assembly = await validateProviderApiKey({ provider: "assemblyai", apiKey: "aa-key" });
|
|
const banana = await validateProviderApiKey({ provider: "nanobanana", apiKey: "nb-key" });
|
|
const eleven = await validateProviderApiKey({ provider: "elevenlabs", apiKey: "el-key" });
|
|
const inworld = await validateProviderApiKey({ provider: "inworld", apiKey: "iw-key" });
|
|
const bailian = await validateProviderApiKey({
|
|
provider: "bailian-coding-plan",
|
|
apiKey: "bailian-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://coding-intl.dashscope.aliyuncs.com/apps/anthropic/v1/messages",
|
|
},
|
|
});
|
|
const longcatInvalid = await validateProviderApiKey({ provider: "longcat", apiKey: "lc-key" });
|
|
|
|
globalThis.fetch = async (url) => {
|
|
if (String(url).match(/elevenlabs/i)) {
|
|
throw new Error("elevenlabs offline");
|
|
}
|
|
if (String(url).match(/longcat/i)) {
|
|
return new Response(JSON.stringify({ error: "unprocessable" }), { status: 422 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${url}`);
|
|
};
|
|
|
|
const elevenOffline = await validateProviderApiKey({ provider: "elevenlabs", apiKey: "el-key" });
|
|
const longcatValid = await validateProviderApiKey({ provider: "longcat", apiKey: "lc-key" });
|
|
|
|
assert.equal(deepgram.error, "Validation failed: 500");
|
|
assert.equal(assembly.valid, true);
|
|
assert.equal(banana.error, "Validation failed: 400");
|
|
assert.equal(eleven.error, "Invalid API key");
|
|
assert.equal(inworld.error, "inworld offline");
|
|
assert.equal(bailian.error, "Validation failed: 500");
|
|
assert.equal(longcatInvalid.error, "Invalid API key");
|
|
assert.equal(elevenOffline.error, "elevenlabs offline");
|
|
assert.equal(longcatValid.valid, true);
|
|
});
|
|
|
|
test("specialty validators cover Heroku, Databricks, Snowflake and GigaChat success paths", async () => {
|
|
const seen = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
seen.push({ url: target, headers: init.headers || {} });
|
|
|
|
if (target === "https://ngw.devices.sberbank.ru:9443/api/v2/oauth") {
|
|
assert.equal(init.headers.Authorization, "Basic gigachat-basic-creds");
|
|
return new Response(
|
|
JSON.stringify({
|
|
tok: "gigachat-access-token",
|
|
exp: Date.now() + 60 * 60 * 1000,
|
|
}),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
if (target === "https://us.inference.heroku.com/v1/chat/completions") {
|
|
assert.equal(init.headers.Authorization, "Bearer heroku-key");
|
|
return new Response(JSON.stringify({ error: "bad request" }), { status: 400 });
|
|
}
|
|
if (
|
|
target ===
|
|
"https://adb-1234567890123456.7.azuredatabricks.net/serving-endpoints/chat/completions"
|
|
) {
|
|
assert.equal(init.headers.Authorization, "Bearer databricks-key");
|
|
return new Response(JSON.stringify({ error: "unprocessable" }), { status: 422 });
|
|
}
|
|
if (target === "https://account.snowflakecomputing.com/api/v2/cortex/inference:complete") {
|
|
assert.equal(init.headers.Authorization, "Bearer snowflake-token");
|
|
assert.equal(
|
|
init.headers["X-Snowflake-Authorization-Token-Type"],
|
|
"PROGRAMMATIC_ACCESS_TOKEN"
|
|
);
|
|
return new Response(JSON.stringify({ error: "bad request" }), { status: 400 });
|
|
}
|
|
if (target === "https://gigachat.devices.sberbank.ru/api/v1/chat/completions") {
|
|
assert.equal(init.headers.Authorization, "Bearer gigachat-access-token");
|
|
return new Response(JSON.stringify({ error: "bad request" }), { status: 400 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const heroku = await validateProviderApiKey({
|
|
provider: "heroku",
|
|
apiKey: "heroku-key",
|
|
providerSpecificData: { baseUrl: "https://us.inference.heroku.com" },
|
|
});
|
|
const databricks = await validateProviderApiKey({
|
|
provider: "databricks",
|
|
apiKey: "databricks-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://adb-1234567890123456.7.azuredatabricks.net/serving-endpoints",
|
|
},
|
|
});
|
|
const snowflake = await validateProviderApiKey({
|
|
provider: "snowflake",
|
|
apiKey: "pat/snowflake-token",
|
|
providerSpecificData: { baseUrl: "https://account.snowflakecomputing.com" },
|
|
});
|
|
const gigachat = await validateProviderApiKey({
|
|
provider: "gigachat",
|
|
apiKey: "gigachat-basic-creds",
|
|
});
|
|
|
|
assert.equal(heroku.valid, true);
|
|
assert.equal(databricks.valid, true);
|
|
assert.equal(snowflake.valid, true);
|
|
assert.equal(gigachat.valid, true);
|
|
assert.equal(
|
|
seen.some((call) => call.url === "https://ngw.devices.sberbank.ru:9443/api/v2/oauth"),
|
|
true
|
|
);
|
|
});
|
|
|
|
test("specialty validators surface missing base URLs and invalid auth for Heroku, Databricks, Snowflake and GigaChat", async () => {
|
|
const missingHerokuBase = await validateProviderApiKey({
|
|
provider: "heroku",
|
|
apiKey: "heroku-key",
|
|
providerSpecificData: {},
|
|
});
|
|
const missingDatabricksBase = await validateProviderApiKey({
|
|
provider: "databricks",
|
|
apiKey: "databricks-key",
|
|
providerSpecificData: {},
|
|
});
|
|
const missingSnowflakeBase = await validateProviderApiKey({
|
|
provider: "snowflake",
|
|
apiKey: "snowflake-key",
|
|
providerSpecificData: {},
|
|
});
|
|
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
if (target === "https://ngw.devices.sberbank.ru:9443/api/v2/oauth") {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
if (target === "https://us.inference.heroku.com/v1/chat/completions") {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
if (
|
|
target ===
|
|
"https://adb-1234567890123456.7.azuredatabricks.net/serving-endpoints/chat/completions"
|
|
) {
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
}
|
|
if (target === "https://account.snowflakecomputing.com/api/v2/cortex/inference:complete") {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const herokuInvalid = await validateProviderApiKey({
|
|
provider: "heroku",
|
|
apiKey: "heroku-key",
|
|
providerSpecificData: { baseUrl: "https://us.inference.heroku.com" },
|
|
});
|
|
const databricksInvalid = await validateProviderApiKey({
|
|
provider: "databricks",
|
|
apiKey: "databricks-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://adb-1234567890123456.7.azuredatabricks.net/serving-endpoints",
|
|
},
|
|
});
|
|
const snowflakeInvalid = await validateProviderApiKey({
|
|
provider: "snowflake",
|
|
apiKey: "snowflake-key",
|
|
providerSpecificData: { baseUrl: "https://account.snowflakecomputing.com" },
|
|
});
|
|
const gigachatInvalid = await validateProviderApiKey({
|
|
provider: "gigachat",
|
|
apiKey: "gigachat-basic-creds-invalid",
|
|
});
|
|
|
|
assert.equal(missingHerokuBase.error, "Missing base URL");
|
|
assert.equal(missingDatabricksBase.error, "Missing base URL");
|
|
assert.equal(missingSnowflakeBase.error, "Missing base URL");
|
|
assert.equal(herokuInvalid.error, "Invalid API key");
|
|
assert.equal(databricksInvalid.error, "Invalid API key");
|
|
assert.equal(snowflakeInvalid.error, "Invalid API key");
|
|
assert.equal(gigachatInvalid.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validator accepts DataRobot gateway and deployment credentials", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://app.datarobot.com/genai/llmgw/catalog/") {
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer dr-key");
|
|
return new Response(
|
|
JSON.stringify({
|
|
data: [{ model: "azure/gpt-5-mini-2025-08-07", isActive: true }],
|
|
}),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
|
|
if (
|
|
target ===
|
|
"https://app.datarobot.com/api/v2/deployments/65f5b2b7c8f8c4b257e0d123/chat/completions"
|
|
) {
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer dr-deploy-key");
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(body.model, "datarobot-deployed-llm");
|
|
return new Response(JSON.stringify({ error: "bad request" }), { status: 400 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const gateway = await validateProviderApiKey({
|
|
provider: "datarobot",
|
|
apiKey: "dr-key",
|
|
});
|
|
const deployment = await validateProviderApiKey({
|
|
provider: "datarobot",
|
|
apiKey: "dr-deploy-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://app.datarobot.com/api/v2/deployments/65f5b2b7c8f8c4b257e0d123",
|
|
},
|
|
});
|
|
|
|
assert.equal(gateway.valid, true);
|
|
assert.equal(deployment.valid, true);
|
|
});
|
|
|
|
test("specialty validator rejects invalid DataRobot credentials", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://app.datarobot.com/genai/llmgw/catalog/") {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
|
|
if (
|
|
target ===
|
|
"https://app.datarobot.com/api/v2/deployments/65f5b2b7c8f8c4b257e0d123/chat/completions"
|
|
) {
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const gateway = await validateProviderApiKey({
|
|
provider: "datarobot",
|
|
apiKey: "dr-key",
|
|
});
|
|
const deployment = await validateProviderApiKey({
|
|
provider: "datarobot",
|
|
apiKey: "dr-deploy-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://app.datarobot.com/api/v2/deployments/65f5b2b7c8f8c4b257e0d123",
|
|
},
|
|
});
|
|
|
|
assert.equal(gateway.error, "Invalid API key");
|
|
assert.equal(deployment.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validators accept watsonx, OCI and SAP enterprise gateways", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://ca-tor.ml.cloud.ibm.com/ml/gateway/v1/models") {
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer watsonx-key");
|
|
return new Response(JSON.stringify({ data: [] }), { status: 200 });
|
|
}
|
|
|
|
if (
|
|
target === "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com/openai/v1/models"
|
|
) {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer oci-key");
|
|
assert.equal(headers["OpenAI-Project"], "ocid1.generativeaiproject.oc1.us-chicago-1.demo");
|
|
return new Response(JSON.stringify({ data: [] }), { status: 200 });
|
|
}
|
|
|
|
if (target === "https://sap.example.com/v2/lm/scenarios/foundation-models/models") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer sap-key");
|
|
assert.equal(headers["AI-Resource-Group"], "shared");
|
|
return new Response(JSON.stringify({ resources: [] }), { status: 200 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const watsonx = await validateProviderApiKey({
|
|
provider: "watsonx",
|
|
apiKey: "watsonx-key",
|
|
providerSpecificData: { baseUrl: "https://ca-tor.ml.cloud.ibm.com" },
|
|
});
|
|
const oci = await validateProviderApiKey({
|
|
provider: "oci",
|
|
apiKey: "oci-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com",
|
|
projectId: "ocid1.generativeaiproject.oc1.us-chicago-1.demo",
|
|
},
|
|
});
|
|
const sap = await validateProviderApiKey({
|
|
provider: "sap",
|
|
apiKey: "sap-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://sap.example.com/v2/lm/deployments/demo-deployment",
|
|
resourceGroup: "shared",
|
|
},
|
|
});
|
|
|
|
assert.equal(watsonx.valid, true);
|
|
assert.equal(watsonx.method, "watsonx_models");
|
|
assert.equal(oci.valid, true);
|
|
assert.equal(oci.method, "oci_models");
|
|
assert.equal(sap.valid, true);
|
|
assert.equal(sap.method, "sap_models");
|
|
});
|
|
|
|
test("specialty validator accepts native Bedrock model discovery with a configured region", async () => {
|
|
const seenUrls: string[] = [];
|
|
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
seenUrls.push(target);
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer bedrock-key");
|
|
|
|
if (
|
|
target === "https://bedrock.eu-west-2.amazonaws.com/foundation-models?byOutputModality=TEXT"
|
|
) {
|
|
return new Response(
|
|
JSON.stringify({
|
|
modelSummaries: [
|
|
{
|
|
modelId: "anthropic.claude-sonnet-4-6",
|
|
modelName: "Claude Sonnet 4.6",
|
|
providerName: "Anthropic",
|
|
inputModalities: ["TEXT", "IMAGE"],
|
|
outputModalities: ["TEXT"],
|
|
responseStreamingSupported: true,
|
|
},
|
|
],
|
|
}),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
|
|
if (
|
|
target ===
|
|
"https://bedrock.eu-west-2.amazonaws.com/inference-profiles?maxResults=100&typeEquals=SYSTEM_DEFINED"
|
|
) {
|
|
return new Response(
|
|
JSON.stringify({
|
|
inferenceProfileSummaries: [
|
|
{
|
|
inferenceProfileId: "eu.anthropic.claude-sonnet-4-6",
|
|
inferenceProfileName: "EU Claude Sonnet 4.6",
|
|
models: [
|
|
{
|
|
modelArn:
|
|
"arn:aws:bedrock:eu-west-2::foundation-model/anthropic.claude-sonnet-4-6",
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
|
|
throw new Error("unexpected fetch: " + target);
|
|
};
|
|
|
|
const bedrock = await validateProviderApiKey({
|
|
provider: "bedrock",
|
|
apiKey: "bedrock-key",
|
|
providerSpecificData: { region: "eu-west-2" },
|
|
});
|
|
|
|
assert.equal(bedrock.valid, true);
|
|
assert.equal(bedrock.method, "bedrock_native_models");
|
|
assert.deepEqual(seenUrls, [
|
|
"https://bedrock.eu-west-2.amazonaws.com/foundation-models?byOutputModality=TEXT",
|
|
"https://bedrock.eu-west-2.amazonaws.com/inference-profiles?maxResults=100&typeEquals=SYSTEM_DEFINED",
|
|
]);
|
|
});
|
|
|
|
test("specialty validator rejects invalid native Bedrock credentials", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (
|
|
target === "https://bedrock.eu-west-2.amazonaws.com/foundation-models?byOutputModality=TEXT"
|
|
) {
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer bedrock-key");
|
|
return new Response(JSON.stringify({ message: "forbidden" }), { status: 403 });
|
|
}
|
|
|
|
throw new Error("unexpected fetch: " + target);
|
|
};
|
|
|
|
const bedrock = await validateProviderApiKey({
|
|
provider: "bedrock",
|
|
apiKey: "bedrock-key",
|
|
providerSpecificData: { region: "eu-west-2" },
|
|
});
|
|
|
|
assert.equal(bedrock.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validators reject invalid watsonx, OCI and SAP credentials", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://ca-tor.ml.cloud.ibm.com/ml/gateway/v1/models") {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
|
|
if (
|
|
target === "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com/openai/v1/models"
|
|
) {
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
}
|
|
|
|
if (target === "https://sap.example.com/v2/lm/scenarios/foundation-models/models") {
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const watsonx = await validateProviderApiKey({
|
|
provider: "watsonx",
|
|
apiKey: "watsonx-key",
|
|
providerSpecificData: { baseUrl: "https://ca-tor.ml.cloud.ibm.com" },
|
|
});
|
|
const oci = await validateProviderApiKey({
|
|
provider: "oci",
|
|
apiKey: "oci-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com",
|
|
},
|
|
});
|
|
const sap = await validateProviderApiKey({
|
|
provider: "sap",
|
|
apiKey: "sap-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://sap.example.com/v2/lm/deployments/demo-deployment",
|
|
},
|
|
});
|
|
|
|
assert.equal(watsonx.error, "Invalid API key");
|
|
assert.equal(oci.error, "Invalid API key");
|
|
assert.equal(sap.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validator accepts Modal OpenAI-compatible deployments", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://alice--demo.modal.run/v1/models") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer modal-key");
|
|
return new Response(JSON.stringify({ data: [] }), { status: 200 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const modal = await validateProviderApiKey({
|
|
provider: "modal",
|
|
apiKey: "modal-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://alice--demo.modal.run/v1",
|
|
},
|
|
});
|
|
|
|
assert.equal(modal.valid, true);
|
|
});
|
|
|
|
test("specialty validator rejects invalid Modal credentials", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://alice--demo.modal.run/v1/models") {
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const modal = await validateProviderApiKey({
|
|
provider: "modal",
|
|
apiKey: "modal-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://alice--demo.modal.run/v1",
|
|
},
|
|
});
|
|
|
|
assert.equal(modal.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validator accepts Poe credentials on the current balance endpoint", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.poe.com/usage/current_balance") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer poe-key");
|
|
return new Response(JSON.stringify({ current_point_balance: 123456 }), { status: 200 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const poe = await validateProviderApiKey({
|
|
provider: "poe",
|
|
apiKey: "poe-key",
|
|
});
|
|
|
|
assert.equal(poe.valid, true);
|
|
assert.equal(poe.method, "poe_current_balance");
|
|
});
|
|
|
|
test("specialty validator accepts Nous Research credentials on chat completions", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://inference-api.nousresearch.com/v1/chat/completions") {
|
|
const headers = init.headers as Record<string, string>;
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(headers.Authorization, "Bearer nous-key");
|
|
assert.equal(body.model, "nousresearch/hermes-4-70b");
|
|
return new Response(
|
|
JSON.stringify({
|
|
id: "chatcmpl-nous",
|
|
choices: [{ message: { role: "assistant", content: "ok" } }],
|
|
}),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const nous = await validateProviderApiKey({
|
|
provider: "nous-research",
|
|
apiKey: "nous-key",
|
|
});
|
|
|
|
assert.equal(nous.valid, true);
|
|
assert.equal(nous.method, "nous_chat_completions");
|
|
});
|
|
|
|
test("specialty validator rejects invalid Nous Research credentials", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://inference-api.nousresearch.com/v1/chat/completions") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer nous-bad");
|
|
return new Response(JSON.stringify({ message: "invalid" }), { status: 401 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const nous = await validateProviderApiKey({
|
|
provider: "nous-research",
|
|
apiKey: "nous-bad",
|
|
});
|
|
|
|
assert.equal(nous.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validator accepts the public Petals generate endpoint without an API key", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://chat.petals.dev/api/v1/generate") {
|
|
const headers = init.headers as Record<string, string>;
|
|
const body = new URLSearchParams(String(init.body));
|
|
assert.equal(headers.Authorization, undefined);
|
|
assert.equal(headers["Content-Type"], "application/x-www-form-urlencoded");
|
|
assert.equal(body.get("model"), "stabilityai/StableBeluga2");
|
|
assert.equal(body.get("inputs"), "test");
|
|
assert.equal(body.get("max_new_tokens"), "1");
|
|
return new Response(JSON.stringify({ ok: true, outputs: "hi" }), { status: 200 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const petals = await validateProviderApiKey({
|
|
provider: "petals",
|
|
apiKey: "",
|
|
});
|
|
|
|
assert.equal(petals.valid, true);
|
|
assert.equal(petals.method, "petals_generate");
|
|
});
|
|
|
|
test("specialty validator surfaces Petals upstream unavailability", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://chat.petals.dev/api/v1/generate") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, undefined);
|
|
return new Response(JSON.stringify({ error: "unavailable" }), { status: 503 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const petals = await validateProviderApiKey({
|
|
provider: "petals",
|
|
apiKey: "",
|
|
});
|
|
|
|
assert.equal(petals.error, "Provider unavailable (503)");
|
|
});
|
|
|
|
test("specialty validator rejects invalid Poe credentials", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.poe.com/usage/current_balance") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer poe-bad");
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const poe = await validateProviderApiKey({
|
|
provider: "poe",
|
|
apiKey: "poe-bad",
|
|
});
|
|
|
|
assert.equal(poe.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validator accepts Clarifai credentials through the OpenAI-compatible models probe", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.clarifai.com/v2/ext/openai/v1/models") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Key clarifai-pat");
|
|
return new Response(
|
|
JSON.stringify({ data: [{ id: "openai/chat-completion/models/gpt-oss-120b" }] }),
|
|
{ status: 200 }
|
|
);
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const clarifai = await validateProviderApiKey({
|
|
provider: "clarifai",
|
|
apiKey: "clarifai-pat",
|
|
});
|
|
|
|
assert.equal(clarifai.valid, true);
|
|
assert.equal(clarifai.method, "clarifai_models");
|
|
});
|
|
|
|
test("specialty validator rejects invalid Clarifai credentials", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.clarifai.com/v2/ext/openai/v1/models") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Key clarifai-bad");
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const clarifai = await validateProviderApiKey({
|
|
provider: "clarifai",
|
|
apiKey: "clarifai-bad",
|
|
});
|
|
|
|
assert.equal(clarifai.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validator accepts Reka credentials through the models probe with dual auth headers", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.reka.ai/v1/models") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer reka-key");
|
|
assert.equal(headers["X-Api-Key"], "reka-key");
|
|
return new Response(JSON.stringify([{ id: "reka-core" }]), { status: 200 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const reka = await validateProviderApiKey({
|
|
provider: "reka",
|
|
apiKey: "reka-key",
|
|
});
|
|
|
|
assert.equal(reka.valid, true);
|
|
assert.equal(reka.method, "reka_models");
|
|
});
|
|
|
|
test("specialty validator rejects invalid Reka credentials", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.reka.ai/v1/models") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer reka-bad");
|
|
assert.equal(headers["X-Api-Key"], "reka-bad");
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const reka = await validateProviderApiKey({
|
|
provider: "reka",
|
|
apiKey: "reka-bad",
|
|
});
|
|
|
|
assert.equal(reka.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validator accepts NLP Cloud credentials on the chatbot endpoint", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.nlpcloud.io/v1/gpu/chatdolphin/chatbot") {
|
|
const headers = init.headers as Record<string, string>;
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(headers.Authorization, "Token nlpc-key");
|
|
assert.equal(body.input, "test");
|
|
return new Response(JSON.stringify({ response: "ok" }), { status: 200 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const nlpCloud = await validateProviderApiKey({
|
|
provider: "nlpcloud",
|
|
apiKey: "nlpc-key",
|
|
});
|
|
|
|
assert.equal(nlpCloud.valid, true);
|
|
assert.equal(nlpCloud.method, "nlpcloud_chatbot");
|
|
});
|
|
|
|
test("specialty validator rejects invalid NLP Cloud credentials", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.nlpcloud.io/v1/gpu/chatdolphin/chatbot") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Token nlpc-bad");
|
|
return new Response(JSON.stringify({ detail: "forbidden" }), { status: 403 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const nlpCloud = await validateProviderApiKey({
|
|
provider: "nlpcloud",
|
|
apiKey: "nlpc-bad",
|
|
});
|
|
|
|
assert.equal(nlpCloud.error, "Invalid API key");
|
|
});
|
|
|
|
test("specialty validator accepts Runway credentials on the organization endpoint", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.dev.runwayml.com/v1/organization") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer runway-key");
|
|
assert.equal(headers["X-Runway-Version"], "2024-11-06");
|
|
return new Response(JSON.stringify({ id: "org_demo" }), { status: 200 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const runway = await validateProviderApiKey({
|
|
provider: "runwayml",
|
|
apiKey: "runway-key",
|
|
});
|
|
|
|
assert.equal(runway.valid, true);
|
|
assert.equal(runway.method, "runway_organization");
|
|
});
|
|
|
|
test("specialty validator rejects invalid Runway credentials", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
|
|
if (target === "https://api.dev.runwayml.com/v1/organization") {
|
|
const headers = init.headers as Record<string, string>;
|
|
assert.equal(headers.Authorization, "Bearer runway-bad");
|
|
assert.equal(headers["X-Runway-Version"], "2024-11-06");
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
}
|
|
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const runway = await validateProviderApiKey({
|
|
provider: "runwayml",
|
|
apiKey: "runway-bad",
|
|
});
|
|
|
|
assert.equal(runway.error, "Invalid API key");
|
|
});
|
|
|
|
test("validateCommandCodeProvider sends Command Code probe URL, headers, and wrapper body", async () => {
|
|
const calls: any[] = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({
|
|
url: String(url),
|
|
method: init.method,
|
|
headers: toPlainHeaders(init.headers),
|
|
body: JSON.parse(String(init.body)),
|
|
});
|
|
return new Response("", { status: 400 });
|
|
};
|
|
|
|
const result = await validateCommandCodeProvider({
|
|
apiKey: "cc_test_key",
|
|
providerSpecificData: { validationModelId: "gpt-5.4-mini" },
|
|
});
|
|
|
|
assert.deepEqual(result, { valid: true, error: null });
|
|
assert.equal(calls.length, 1);
|
|
assert.equal(calls[0].url, "https://api.commandcode.ai/alpha/generate");
|
|
assert.equal(calls[0].method, "POST");
|
|
assert.equal(calls[0].headers.Authorization, "Bearer cc_test_key");
|
|
assert.equal(calls[0].headers["Content-Type"], "application/json");
|
|
assert.equal(calls[0].headers["x-command-code-version"], "0.24.1");
|
|
assert.equal(calls[0].headers["x-cli-environment"], "external");
|
|
assert.equal(calls[0].headers["x-project-slug"], "pi-cc");
|
|
assert.equal(calls[0].headers["x-taste-learning"], "false");
|
|
assert.equal(calls[0].headers["x-co-flag"], "false");
|
|
assert.equal(typeof calls[0].headers["x-session-id"], "string");
|
|
assert.equal(calls[0].body.config.environment, "external");
|
|
assert.equal(calls[0].body.permissionMode, "standard");
|
|
assert.equal(calls[0].body.skills, "");
|
|
assert.equal(calls[0].body.params.model, "gpt-5.4-mini");
|
|
assert.equal(calls[0].body.params.stream, true);
|
|
assert.equal(calls[0].body.params.max_tokens, 1);
|
|
});
|
|
|
|
for (const status of [400, 422, 429]) {
|
|
test(`validateCommandCodeProvider accepts ${status} as direct validator auth success`, async () => {
|
|
globalThis.fetch = async () => new Response("", { status });
|
|
assert.deepEqual(await validateCommandCodeProvider({ apiKey: "cc_test_key" }), {
|
|
valid: true,
|
|
error: null,
|
|
});
|
|
});
|
|
}
|
|
|
|
test("validateCommandCodeProvider rejects auth failures and provider outages", async () => {
|
|
globalThis.fetch = async () => new Response("unauthorized", { status: 401 });
|
|
assert.deepEqual(await validateCommandCodeProvider({ apiKey: "bad" }), {
|
|
valid: false,
|
|
error: "Invalid API key",
|
|
});
|
|
|
|
globalThis.fetch = async () => new Response("server down", { status: 500 });
|
|
assert.deepEqual(await validateCommandCodeProvider({ apiKey: "cc_test_key" }), {
|
|
valid: false,
|
|
error: "Provider unavailable (500)",
|
|
});
|
|
});
|
|
|
|
// ─── claude-web validator ────────────────────────────────────────────────────
|
|
|
|
const { __setTlsFetchOverrideForTesting: __setClaudeTlsFetchOverride } =
|
|
await import("../../open-sse/services/claudeTlsClient.ts");
|
|
|
|
function makeClaudeTlsResponse(status: number, body: string, headers: Record<string, string> = {}): any {
|
|
const h = new Headers();
|
|
for (const [k, v] of Object.entries(headers)) h.set(k, v);
|
|
return { status, ok: status >= 200 && status < 300, headers: h, text: body, body: null };
|
|
}
|
|
|
|
test("claude-web validator: 200 from /api/organizations → valid", async () => {
|
|
let captured: { url: string; opts: any } | null = null;
|
|
__setClaudeTlsFetchOverride(async (url, opts) => {
|
|
captured = { url, opts };
|
|
return makeClaudeTlsResponse(200, JSON.stringify({ orgs: [] }));
|
|
});
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "claude-web",
|
|
apiKey: "sessionKey=sk-ant-sid02-test-session-key",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(result.error, null);
|
|
assert.equal(captured?.url, "https://claude.ai/api/organizations");
|
|
assert.match((captured?.opts.headers as Record<string, string>).Cookie || "", /sessionKey=sk-ant-sid02-test-session-key/);
|
|
__setClaudeTlsFetchOverride(null);
|
|
});
|
|
|
|
test("claude-web validator: full cookie blob passes through verbatim", async () => {
|
|
let capturedCookie = "";
|
|
__setClaudeTlsFetchOverride(async (_url, opts) => {
|
|
capturedCookie = (opts.headers as Record<string, string>).Cookie || "";
|
|
return makeClaudeTlsResponse(200, JSON.stringify({ orgs: [] }));
|
|
});
|
|
|
|
const blob =
|
|
"__cf_bm=abc123; sessionKey=sk-ant-sid02-test; intercom-device-id-lupk8zyo=xyz; __stripe_mid=stripe123";
|
|
await validateProviderApiKey({ provider: "claude-web", apiKey: blob });
|
|
assert.equal(capturedCookie, blob);
|
|
__setClaudeTlsFetchOverride(null);
|
|
});
|
|
|
|
test("claude-web validator: 401 → invalid session cookie", async () => {
|
|
__setClaudeTlsFetchOverride(async () =>
|
|
makeClaudeTlsResponse(401, JSON.stringify({ error: "unauthorized" }))
|
|
);
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "claude-web",
|
|
apiKey: "sessionKey=expired-key",
|
|
});
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Invalid or expired session cookie/i);
|
|
__setClaudeTlsFetchOverride(null);
|
|
});
|
|
|
|
test("claude-web validator: 429 → valid (rate limited means auth passed)", async () => {
|
|
__setClaudeTlsFetchOverride(async () =>
|
|
makeClaudeTlsResponse(429, JSON.stringify({ error: "rate limited" }))
|
|
);
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "claude-web",
|
|
apiKey: "sessionKey=sk-ant-sid02-good-key",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
__setClaudeTlsFetchOverride(null);
|
|
});
|
|
|
|
test("claude-web validator: 500 → Claude.ai unavailable", async () => {
|
|
__setClaudeTlsFetchOverride(async () =>
|
|
makeClaudeTlsResponse(500, "internal server error")
|
|
);
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "claude-web",
|
|
apiKey: "sessionKey=sk-ant-sid02-any-key",
|
|
});
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Claude\.ai unavailable \(500\)/i);
|
|
__setClaudeTlsFetchOverride(null);
|
|
});
|
|
|
|
test("claude-web validator: TLS client unavailable → clear error", async () => {
|
|
const { TlsClientUnavailableError } = await import("../../open-sse/services/claudeTlsClient.ts");
|
|
__setClaudeTlsFetchOverride(async () => {
|
|
throw new TlsClientUnavailableError("tls-client-node not installed");
|
|
});
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "claude-web",
|
|
apiKey: "sessionKey=sk-ant-sid02-any-key",
|
|
});
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /tls-client-node not installed/i);
|
|
__setClaudeTlsFetchOverride(null);
|
|
});
|
|
|
|
test("claude-web validator: bare sessionKey value gets prefixed", async () => {
|
|
let capturedCookie = "";
|
|
__setClaudeTlsFetchOverride(async (_url, opts) => {
|
|
capturedCookie = (opts.headers as Record<string, string>).Cookie || "";
|
|
return makeClaudeTlsResponse(200, JSON.stringify({ orgs: [] }));
|
|
});
|
|
|
|
await validateProviderApiKey({
|
|
provider: "claude-web",
|
|
apiKey: "sk-ant-sid02-bare-value",
|
|
});
|
|
assert.equal(capturedCookie, "sessionKey=sk-ant-sid02-bare-value");
|
|
__setClaudeTlsFetchOverride(null);
|
|
});
|
|
|
|
// ─── gemini-web validator ────────────────────────────────────────────────────
|
|
|
|
test("gemini-web validator: 200 from gemini.google.com → valid", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
const headers = init.headers || {};
|
|
if (target.includes("gemini.google.com/app")) {
|
|
assert.match((headers as Record<string, string>).Cookie || "", /__Secure-1PSID=eyJPSID/);
|
|
return new Response("ok", { status: 200 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "gemini-web",
|
|
apiKey: "__Secure-1PSID=eyJPSID",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(result.error, null);
|
|
});
|
|
|
|
test("gemini-web validator: bare value gets __Secure-1PSID prefix", async () => {
|
|
let capturedCookie = "";
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
if (String(url).includes("gemini.google.com")) {
|
|
capturedCookie = ((init.headers as Record<string, string>) || {}).Cookie || "";
|
|
return new Response("ok", { status: 200 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${String(url)}`);
|
|
};
|
|
|
|
await validateProviderApiKey({ provider: "gemini-web", apiKey: "eyJbarevalue" });
|
|
assert.equal(capturedCookie, "__Secure-1PSID=eyJbarevalue");
|
|
});
|
|
|
|
test("gemini-web validator: 401 → invalid cookie", async () => {
|
|
globalThis.fetch = async () => new Response("unauthorized", { status: 401 });
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "gemini-web",
|
|
apiKey: "__Secure-1PSID=expired",
|
|
});
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Invalid or expired __Secure-1PSID/i);
|
|
});
|
|
|
|
test("gemini-web validator: 500 → unavailable", async () => {
|
|
globalThis.fetch = async () => new Response("down", { status: 500 });
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "gemini-web",
|
|
apiKey: "__Secure-1PSID=eyJany",
|
|
});
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Gemini validation failed \(500\)/i);
|
|
});
|
|
|
|
// ─── copilot-web validator ───────────────────────────────────────────────────
|
|
|
|
test("copilot-web validator: valid access_token → 200", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
const target = String(url);
|
|
if (target.includes("copilot.microsoft.com/c/api/conversations")) {
|
|
assert.match(
|
|
((init.headers as Record<string, string>) || {}).Authorization || "",
|
|
/Bearer eyJhbGci/
|
|
);
|
|
return new Response(JSON.stringify({ conversations: [] }), { status: 200 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${target}`);
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "copilot-web",
|
|
apiKey: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.test",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(result.error, null);
|
|
});
|
|
|
|
test("copilot-web validator: cookie with access_token= is extracted", async () => {
|
|
let capturedAuth = "";
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
if (String(url).includes("copilot.microsoft.com")) {
|
|
capturedAuth = ((init.headers as Record<string, string>) || {}).Authorization || "";
|
|
return new Response(JSON.stringify({}), { status: 200 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${String(url)}`);
|
|
};
|
|
|
|
await validateProviderApiKey({
|
|
provider: "copilot-web",
|
|
apiKey: "access_token=eyJhbGciOiJIUzI1NiJ9.payload.sig; other_cookie=foo",
|
|
});
|
|
assert.equal(capturedAuth, "Bearer eyJhbGciOiJIUzI1NiJ9.payload.sig");
|
|
});
|
|
|
|
test("copilot-web validator: 401 → invalid token", async () => {
|
|
globalThis.fetch = async () => new Response("unauthorized", { status: 401 });
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "copilot-web",
|
|
apiKey: "bad-token",
|
|
});
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Invalid or expired access_token/i);
|
|
});
|
|
|
|
test("copilot-web validator: 500 → unavailable", async () => {
|
|
globalThis.fetch = async () => new Response("down", { status: 500 });
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "copilot-web",
|
|
apiKey: "any-token",
|
|
});
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Copilot unavailable \(500\)/i);
|
|
});
|
|
|
|
test("copilot-web validator: empty input → paste prompt", async () => {
|
|
globalThis.fetch = async () => {
|
|
throw new Error("should not fetch");
|
|
};
|
|
|
|
const result = await validateProviderApiKey({ provider: "copilot-web", apiKey: "" });
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /Paste your access_token/i);
|
|
});
|
|
|
|
// ─── t3-web validator ────────────────────────────────────────────────────────
|
|
|
|
test("t3-web validator: valid cookies → valid", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
if (String(url).includes("t3.chat")) {
|
|
return new Response("ok", { status: 200 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${String(url)}`);
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "t3-web",
|
|
apiKey: "cookies=__session=abc123; convexSessionId=def456",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(result.error, null);
|
|
});
|
|
|
|
test("t3-web validator: 500 → unavailable", async () => {
|
|
globalThis.fetch = async () => new Response("down", { status: 500 });
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "t3-web",
|
|
apiKey: "cookies=__session=abc",
|
|
});
|
|
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /t3\.chat unavailable \(500\)/i);
|
|
});
|
|
|
|
test("t3-web validator: valid cookies → passes through", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
if (String(url).includes("t3.chat")) {
|
|
return new Response("ok", { status: 200 });
|
|
}
|
|
throw new Error(`unexpected fetch: ${String(url)}`);
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "t3-web",
|
|
apiKey: "__session=abc123; convex-session-id=def456",
|
|
});
|
|
|
|
assert.equal(result.valid, true);
|
|
assert.equal(result.error, null);
|
|
});
|
|
|
|
test("llama-cpp is classified as a self-hosted chat provider", async () => {
|
|
const { isSelfHostedChatProvider, isLocalProvider, providerAllowsOptionalApiKey } =
|
|
await import("../../src/shared/constants/providers.ts");
|
|
|
|
assert.equal(isSelfHostedChatProvider("llama-cpp"), true);
|
|
assert.equal(isLocalProvider("llama-cpp"), true);
|
|
assert.equal(providerAllowsOptionalApiKey("llama-cpp"), true);
|
|
});
|
|
|
|
// ─── Gitlawb Opengateway specialty validators ──────────────────────────────
|
|
|
|
test("gitlawb validator: accepts valid API key via chat/completions probe", async () => {
|
|
const calls: any[] = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), headers: init.headers || {}, body: init.body });
|
|
assert.equal(String(url), "https://opengateway.gitlawb.com/v1/xiaomi-mimo/chat/completions");
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer glb-valid-key");
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(body.model, "mimo-v2.5-pro");
|
|
assert.equal(body.messages[0].content, "test");
|
|
assert.equal(body.max_tokens, 1);
|
|
return new Response(JSON.stringify({ choices: [{ message: { content: "ok" } }] }), {
|
|
status: 200,
|
|
});
|
|
};
|
|
|
|
const result = await validateProviderApiKey({ provider: "gitlawb", apiKey: "glb-valid-key" });
|
|
assert.equal(result.valid, true);
|
|
assert.equal(calls.length, 1);
|
|
});
|
|
|
|
test("gitlawb validator: 400/422/429 treated as auth success", async () => {
|
|
for (const status of [400, 422, 429]) {
|
|
globalThis.fetch = async (url) => {
|
|
assert.equal(
|
|
String(url),
|
|
"https://opengateway.gitlawb.com/v1/xiaomi-mimo/chat/completions"
|
|
);
|
|
return new Response(JSON.stringify({ error: "bad request" }), { status });
|
|
};
|
|
const result = await validateProviderApiKey({ provider: "gitlawb", apiKey: "glb-key" });
|
|
assert.equal(result.valid, true, `status ${status} should pass auth`);
|
|
assert.equal(result.error, null, `status ${status} should not return error`);
|
|
}
|
|
});
|
|
|
|
test("gitlawb validator: rejects invalid API key (401)", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
assert.equal(
|
|
String(url),
|
|
"https://opengateway.gitlawb.com/v1/xiaomi-mimo/chat/completions"
|
|
);
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
};
|
|
|
|
const result = await validateProviderApiKey({ provider: "gitlawb", apiKey: "glb-bad-key" });
|
|
assert.equal(result.valid, false);
|
|
assert.equal(result.error, "Invalid API key");
|
|
});
|
|
|
|
test("gitlawb validator: rejects invalid API key (403)", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
assert.equal(
|
|
String(url),
|
|
"https://opengateway.gitlawb.com/v1/xiaomi-mimo/chat/completions"
|
|
);
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
};
|
|
|
|
const result = await validateProviderApiKey({ provider: "gitlawb", apiKey: "glb-bad-key" });
|
|
assert.equal(result.valid, false);
|
|
assert.equal(result.error, "Invalid API key");
|
|
});
|
|
|
|
test("gitlawb validator: surfaces network failures", async () => {
|
|
globalThis.fetch = async () => {
|
|
throw new Error("gitlawb opengateway offline");
|
|
};
|
|
|
|
const result = await validateProviderApiKey({ provider: "gitlawb", apiKey: "glb-key" });
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /gitlawb opengateway offline/i);
|
|
});
|
|
|
|
test("gitlawb validator: accepts custom baseUrl override", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
assert.equal(
|
|
String(url),
|
|
"https://custom-gateway.example.com/v1/xiaomi-mimo/chat/completions"
|
|
);
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer glb-key");
|
|
return new Response(JSON.stringify({ choices: [{ message: { content: "ok" } }] }), {
|
|
status: 200,
|
|
});
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "gitlawb",
|
|
apiKey: "glb-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://custom-gateway.example.com/v1/xiaomi-mimo",
|
|
},
|
|
});
|
|
assert.equal(result.valid, true);
|
|
});
|
|
|
|
// ─── Gitlawb-GMI (GMI Cloud) ─────────────────────────────────────────────
|
|
|
|
test("gitlawb-gmi validator: accepts valid API key via chat/completions probe", async () => {
|
|
const calls: any[] = [];
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
calls.push({ url: String(url), headers: init.headers || {} });
|
|
assert.equal(String(url), "https://opengateway.gitlawb.com/v1/gmi-cloud/chat/completions");
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer glb-gmi-valid-key");
|
|
const body = JSON.parse(String(init.body));
|
|
assert.equal(body.model, "XiaomiMiMo/MiMo-V2.5-Pro");
|
|
assert.equal(body.messages[0].content, "test");
|
|
assert.equal(body.max_tokens, 1);
|
|
return new Response(JSON.stringify({ choices: [{ message: { content: "ok" } }] }), {
|
|
status: 200,
|
|
});
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "gitlawb-gmi",
|
|
apiKey: "glb-gmi-valid-key",
|
|
});
|
|
assert.equal(result.valid, true);
|
|
assert.equal(calls.length, 1);
|
|
});
|
|
|
|
test("gitlawb-gmi validator: accepts 400/422/429 as auth success", async () => {
|
|
for (const status of [400, 422, 429]) {
|
|
globalThis.fetch = async (url) => {
|
|
assert.equal(
|
|
String(url),
|
|
"https://opengateway.gitlawb.com/v1/gmi-cloud/chat/completions"
|
|
);
|
|
return new Response(JSON.stringify({ error: "bad request" }), { status });
|
|
};
|
|
const result = await validateProviderApiKey({
|
|
provider: "gitlawb-gmi",
|
|
apiKey: "glb-gmi-key",
|
|
});
|
|
assert.equal(result.valid, true, `status ${status} should pass auth`);
|
|
}
|
|
});
|
|
|
|
test("gitlawb-gmi validator: rejects invalid API key (401)", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
assert.equal(
|
|
String(url),
|
|
"https://opengateway.gitlawb.com/v1/gmi-cloud/chat/completions"
|
|
);
|
|
return new Response(JSON.stringify({ error: "unauthorized" }), { status: 401 });
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "gitlawb-gmi",
|
|
apiKey: "glb-gmi-bad-key",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.equal(result.error, "Invalid API key");
|
|
});
|
|
|
|
test("gitlawb-gmi validator: rejects invalid API key (403)", async () => {
|
|
globalThis.fetch = async (url) => {
|
|
assert.equal(
|
|
String(url),
|
|
"https://opengateway.gitlawb.com/v1/gmi-cloud/chat/completions"
|
|
);
|
|
return new Response(JSON.stringify({ error: "forbidden" }), { status: 403 });
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "gitlawb-gmi",
|
|
apiKey: "glb-gmi-bad-key",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.equal(result.error, "Invalid API key");
|
|
});
|
|
|
|
test("gitlawb-gmi validator: surfaces network failures", async () => {
|
|
globalThis.fetch = async () => {
|
|
throw new Error("gitlawb-gmi opengateway offline");
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "gitlawb-gmi",
|
|
apiKey: "glb-gmi-key",
|
|
});
|
|
assert.equal(result.valid, false);
|
|
assert.match(result.error || "", /gitlawb-gmi opengateway offline/i);
|
|
});
|
|
|
|
test("gitlawb-gmi validator: accepts custom baseUrl override", async () => {
|
|
globalThis.fetch = async (url, init = {}) => {
|
|
assert.equal(
|
|
String(url),
|
|
"https://custom-gateway.example.com/v1/gmi-cloud/chat/completions"
|
|
);
|
|
assert.equal((init.headers as Record<string, string>).Authorization, "Bearer glb-gmi-key");
|
|
return new Response(JSON.stringify({ choices: [{ message: { content: "ok" } }] }), {
|
|
status: 200,
|
|
});
|
|
};
|
|
|
|
const result = await validateProviderApiKey({
|
|
provider: "gitlawb-gmi",
|
|
apiKey: "glb-gmi-key",
|
|
providerSpecificData: {
|
|
baseUrl: "https://custom-gateway.example.com/v1/gmi-cloud",
|
|
},
|
|
});
|
|
assert.equal(result.valid, true);
|
|
});
|