OmniRoute/tests/unit
diegosouzapw 34e62d8725
Some checks are pending
Build Fork Image (ghcr.io) / Build and Push to ghcr.io (push) Waiting to run
CI / i18n Validation (push) Blocked by required conditions
CI / Build language matrix (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Docs Sync (Strict) (push) Waiting to run
CI / i18n UI Coverage (push) Waiting to run
CI / PR Test Policy (push) Waiting to run
CI / Build (push) Waiting to run
CI / Package Artifact (push) Blocked by required conditions
CI / Electron Package Smoke (push) Blocked by required conditions
CI / Unit Tests (1/2) (push) Blocked by required conditions
CI / Unit Tests (2/2) (push) Blocked by required conditions
CI / Node 24 Compatibility (1/2) (push) Blocked by required conditions
CI / Node 24 Compatibility (2/2) (push) Blocked by required conditions
CI / Node 26 Compatibility (1/2) (push) Blocked by required conditions
CI / Node 26 Compatibility (2/2) (push) Blocked by required conditions
CI / Coverage (push) Blocked by required conditions
CI / E2E Tests (4/6) (push) Blocked by required conditions
CI / SonarQube (push) Blocked by required conditions
CI / PR Coverage Comment (push) Blocked by required conditions
CI / E2E Tests (1/6) (push) Blocked by required conditions
CI / E2E Tests (2/6) (push) Blocked by required conditions
CI / E2E Tests (3/6) (push) Blocked by required conditions
CI / E2E Tests (5/6) (push) Blocked by required conditions
CI / E2E Tests (6/6) (push) Blocked by required conditions
CI / Integration Tests (1/2) (push) Blocked by required conditions
CI / Integration Tests (2/2) (push) Blocked by required conditions
CI / Security Tests (push) Blocked by required conditions
CI / CI Dashboard (push) Blocked by required conditions
Publish to Docker Hub / Build and Push Docker (multi-arch) (push) Waiting to run
fix(security): crypto-secure cloud-agent IDs + exact-hostname check (CodeQL #251, #252)
- #251 (Insecure randomness): baseAgent.generateTaskId/generateActivityId used
  Math.random().toString(36) for IDs that flow into session/external identifiers
  (e.g. jules.ts task externalId). Switched to crypto randomBytes(8).toString("hex").
- #252 (Incomplete URL substring sanitization): the antigravity discovery test
  matched the upstream host via url.includes("…googleapis.com"), which a look-alike
  host could bypass. Switched to an exact `new URL(url).hostname === …` comparison.
2026-05-22 15:09:07 -03:00
..
api feat(claude-web): implement session-based executor with auto-refresh (#2283) 2026-05-15 12:51:07 -03:00
auth fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
authz Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
cli feat(cli): add standalone system tray with PowerShell fallback on Windows 2026-05-14 22:42:01 -03:00
cli-helper feat(claude-web): implement session-based executor with auto-refresh (#2283) 2026-05-15 12:51:07 -03:00
compression feat(compression): add SHARED_BOUNDARIES to caveman output mode prompts 2026-05-14 23:46:57 -03:00
cors fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
db fix: resolve skills, memory, and encryption system issues (#1456) 2026-04-21 04:48:32 -03:00
db-adapters Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
docs docs(skills): publish 10 SKILL.md manifests for external AI agents 2026-05-14 21:39:57 -03:00
feature-triage fix(triage): replace timelineItems with separate gh pr open search 2026-05-19 03:33:58 -03:00
gamification Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
guardrails fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
lib fix(security): address code-review findings — timing-safe token, OMNIROUTE_CLI_SALT, tray PNG, preservePatterns defaults, missing docs 2026-05-15 01:54:09 -03:00
mcp feat(mcp): add MCP accessibility-tree smart filter engine 2026-05-14 21:24:05 -03:00
runtime feat(runtime): dynamic SQLite runtime installer with 5-step fallback chain 2026-05-15 00:05:49 -03:00
shared/components fix(kiro): enable Google OAuth login option (#2392) 2026-05-18 23:44:04 -03:00
a2a-enabled-route.test.ts Release v3.7.6 (#1803) 2026-04-30 14:08:50 -03:00
account-concurrency-cap.test.ts feat: provider/account 단위 동시성 cap 추가 2026-04-23 14:02:45 +09:00
account-fallback-anthropic-quota.test.ts fix(account-fallback): classify Anthropic 'Usage Limit Reached' as quota (#2321) 2026-05-18 09:11:32 -03:00
account-fallback-service.test.ts fix(kiro): avoid treating high-traffic 429s as quota exhaustion (#2153) 2026-05-11 10:05:48 -03:00
account-selector.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
accountSemaphore.test.ts feat(providers): add AWS Polly and Lemonade provider support 2026-04-24 13:20:59 -03:00
acp-agents-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
acp-registry.test.ts Release v3.6.9 (#1404) 2026-04-19 19:50:30 -03:00
admin-audit-events.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
advanced-fase07-09.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
anthropic-cache-fingerprint.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
antigravity-client-profile.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
antigravity-credits.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
antigravity-discovery-bootstrap.test.ts fix(security): crypto-secure cloud-agent IDs + exact-hostname check (CodeQL #251, #252) 2026-05-22 15:09:07 -03:00
antigravity-model-aliases.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
antigravity-projectid.test.ts feat(antigravity): support custom Google Cloud project ID (#2227) 2026-05-14 05:11:24 -03:00
antigravity-tool-cloaking.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
antigravity-version.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
api-auth.test.ts fix(auth+build): Bearer manage scope on management routes + lazy-load deepseek PoW solver (#2308) 2026-05-16 13:28:57 -03:00
api-key-lifecycle.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
api-key-mask-fix.test.mjs Release v3.6.9 (#1404) 2026-04-19 19:50:30 -03:00
api-key-policy.test.ts fix: remove implicit API key request caps (#2289) 2026-05-16 12:12:53 -03:00
api-key-regeneration.test.ts feat(api): aggregate combo model metadata in catalog (#2166) 2026-05-11 21:14:25 -03:00
api-key-reveal-route.test.ts fix(security): resolve 14 CodeQL code scanning alerts 2026-04-27 20:00:10 -03:00
api-key-rotator-health.test.ts Release/v3.8.0 (#2430) 2026-05-20 09:12:49 -03:00
apikey-policy-default-rate-limits.test.ts feat(api-keys): configurable default rate limits via DEFAULT_RATE_LIMIT_PER_DAY (#2266) 2026-05-14 20:19:15 -03:00
audio-speech-handler.test.ts chore: enhance Inworld TTS support 2026-05-10 10:26:22 -03:00
audio-transcription-handler.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
auth-clear-account-error.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
auth-clear-provider-routes.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
auth-extract-api-key.test.ts fix(security): address P1/P2 findings from release review 2026-05-14 15:23:46 -03:00
auth-login-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
auth-terminal-status.test.ts Release v3.7.6 (#1803) 2026-04-30 14:08:50 -03:00
auto-combo-engine.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
auto-routing-settings-resolve.test.ts fix(auto-routing): replace bare getSettings() with getCachedSettings (#2346) 2026-05-18 09:08:52 -03:00
auto-update-runtime.test.ts fix(test): align auto-update test sync-env path with FASE 1 move 2026-05-13 16:46:20 -03:00
auto-update.test.ts fix(test): align auto-update test sync-env path with FASE 1 move 2026-05-13 16:46:20 -03:00
autocombo-unification.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
AutoComboCatalog.test.tsx fix(ui): v3.8.0 polish — connections border, sticky tabs, EN translations, save toasts, auto-combo catalog (#2305) 2026-05-16 12:06:12 -03:00
autoPrefix.test.ts feat(auto): add auto prefix parser 2026-05-11 01:45:56 +07:00
azure-openai-executor.test.ts feat(release): implement Hermes CLI config and message content stripping (#1475, #1387) 2026-04-22 01:39:49 -03:00
background-task-detector.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
bailian-coding-plan-provider.test.ts chore(models): tidy up alibaba-coding-plan and cursor provider (#2150) 2026-05-11 10:08:34 -03:00
bailian-quota-fetcher.test.ts fix(security): Resolve CodeQL alerts (#151, #154, #155-#159) 2026-04-18 11:51:24 -03:00
bailian-schema-validation.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
bailian-usage.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
base-executor-sanitize-effort.test.ts feat(api): aggregate combo model metadata in catalog (#2166) 2026-05-11 21:14:25 -03:00
batch-a-domain.test.ts refactor: unify resilience controls (#1449) 2026-04-21 04:13:28 -03:00
batch-b-final.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
batch-deletion-route-logic.test.ts fix(migrations): resolve version collisions and add batch deletion API (#2294) 2026-05-16 00:27:20 -03:00
batch-deletion.test.ts fix(migrations): resolve version collisions and add batch deletion API (#2294) 2026-05-16 00:27:20 -03:00
batch-file-download.test.ts fix(combo): fallback to next model on all-accounts-rate-limited 503 (… (#1523) 2026-04-23 01:53:00 -03:00
batch-maybe-throttle.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
batch-processor-expiration.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
batch-processor.test.ts feat(batch): global rate-limit header cache with 60s TTL + 24h retry window (#2299) 2026-05-16 09:08:36 -03:00
batch-status-logic.test.mjs fix(combo): fallback to next model on all-accounts-rate-limited 503 (… (#1523) 2026-04-23 01:53:00 -03:00
batch_api.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
batch_results.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
bin-omniroute-mcp.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
binaryManager.test.ts refactor: Split CLI runner and decouple migration engine for extensibility 2026-04-17 17:02:00 -03:00
blackbox-web-validated-token.test.ts fix(providers/blackbox-web): BLACKBOX_WEB_VALIDATED_TOKEN env override (#2252) 2026-05-14 13:00:15 -03:00
blackbox-web.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
body-read-timeout.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
body-size-guard.test.ts feat(settings): add request body limit setting (#1968) 2026-05-05 09:12:35 -03:00
body-timeout-integration.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
bootstrap-env.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
build-next-isolated.test.ts refactor(scripts): organize into build/dev/check/docs/i18n/ad-hoc subfolders 2026-05-13 10:14:25 -03:00
bulk-paste-api-keys.test.ts feat(providers): implement bulk paste for extra API keys (#1916) 2026-05-03 16:17:38 -03:00
bulkApiKeyParser.test.ts feat(providers): bulk add API keys with Single/Bulk tabs 2026-05-17 11:30:49 -03:00
bypass-handler.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
cache-control-claude-providers.test.ts alibaba provider consolidation (#2319) 2026-05-16 21:50:59 -03:00
cache-control-policy.test.ts Release v3.6.9 (#1404) 2026-04-19 19:50:30 -03:00
cache-metrics.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
call-log-cap.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
call-log-detailed-tokens.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
call-log-file-rotation.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
call-log-startup.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
call-log-stream-debug.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
call-logs-requested-model.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
catalog-updates-v3x.test.ts [Improvement] Fix Providers Default models list (Done) (#1577) 2026-04-25 11:03:31 -03:00
cc-bridge-tool-pair-guard.test.ts fix(claude): guard orphan tool_use/tool_result pairs before upstream send (#2312) 2026-05-16 17:39:47 -03:00
cc-bridge-transforms.test.ts feat(cc-bridge): config-driven per-provider system-block transform DSL (#2286, closes #2260) 2026-05-16 00:26:25 -03:00
cc-compatible-model-catalog.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
cc-compatible-provider.test.ts Fix CC-compatible streaming bridge 2026-05-10 09:44:11 -03:00
chat-combo-live-test.test.ts feat: add expert combo configuration mode (#1547) 2026-04-24 09:04:10 -03:00
chat-context-relay.test.ts feat(providers): add AWS Polly and Lemonade provider support 2026-04-24 13:20:59 -03:00
chat-cooldown-aware-retry.test.ts node dependency updates (#2259) 2026-05-14 20:20:54 -03:00
chat-helpers.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
chat-openai-compat-providers.test.ts chore(provider): Add reka models list (#1956) 2026-05-04 16:45:24 -03:00
chat-rate-limit-body-lock.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
chat-route-coverage.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
chat-route-edge-cases.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
chatcore-compression-integration.test.ts test(compression): add unit and integration tests (61 tests) 2026-04-27 03:53:05 +07:00
chatcore-sanitization.test.ts fix(claude): preserve tool_result adjacency (#1555) 2026-04-24 09:22:46 -03:00
chatcore-strip-stale-headers.test.ts fix(sse): strip stale Content-Encoding/Content-Length on non-stream forward (#2264) 2026-05-14 20:17:04 -03:00
chatcore-translation-paths.test.ts fix: preserve Claude Code messages on direct routes (#2351) 2026-05-17 21:09:02 -03:00
chatgpt-web.test.ts Release v3.7.9 (continued development) (#1982) 2026-05-06 01:21:31 -03:00
check-env-doc-sync.test.ts Merge FASE 2: env audit 2026-05-13 16:02:44 -03:00
circuit-breaker-failure-kind.test.ts Merge remote-tracking branch 'origin/release/v3.8.0' into feat/zero-config-auto-routing 2026-05-10 18:33:20 -03:00
classify429.test.ts fix(kiro): avoid treating high-traffic 429s as quota exhaustion (#2153) 2026-05-11 10:05:48 -03:00
claude-cache-control-passthrough.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
claude-cli-config.test.ts Release v3.7.4 (#1730) 2026-04-28 20:46:25 -03:00
claude-cli-defaults.test.ts feat(cli): derive Claude CLI model defaults from provider registry dynamically (#1393) 2026-04-18 10:49:34 -03:00
claude-code-compatible-helpers.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
claude-code-compatible-request.test.ts Release v3.7.4 (#1730) 2026-04-28 20:46:25 -03:00
claude-code-parity.test.ts fix: keep Claude tool remap metadata off wire 2026-05-14 17:00:28 +03:00
claude-code-rendering-fixes.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
claude-code-tool-remapper-flag-leak.test.ts fix(sse): remove dead-code flag leak in claudeCodeToolRemapper (#2290) 2026-05-16 00:25:04 -03:00
claude-extra-usage.test.ts bug: fixes Error: Cannot find module 'process/' #1507 (#1509) 2026-04-22 12:26:17 -03:00
claude-import-route.test.ts feat(providers): add Replicate as free provider (#2364) 2026-05-18 08:34:00 -03:00
claude-native-passthrough-tools.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
claude-oauth-provider.test.ts fix(security): mask public upstream creds + centralize error sanitization 2026-05-14 10:38:13 -03:00
claude-passthrough-stream-boolean.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
claude-web-auto-refresh.test.ts feat(claude-web): implement session-based executor with auto-refresh (#2283) 2026-05-15 12:51:07 -03:00
claude-web.test.ts feat(claude-web): implement session-based executor with auto-refresh (#2283) 2026-05-15 12:51:07 -03:00
claudeAuthFile.test.ts feat(providers): add Replicate as free provider (#2364) 2026-05-18 08:34:00 -03:00
claudeAuthImport.test.ts feat(providers): add Replicate as free provider (#2364) 2026-05-18 08:34:00 -03:00
cli-a2a-invoke-commands.test.ts feat(cli): fase 5.3+5.4 — a2a invoke JSON-RPC e tasks list/get/cancel/watch/stream/logs 2026-05-15 02:08:12 -03:00
cli-audit-commands.test.ts feat(cli): adicionar omniroute audit (Fase 3.4) 2026-05-15 01:30:18 -03:00
cli-backup-command.test.ts feat(cli): migrar backup/restore/health/quota/cache/mcp/a2a/tunnel/env/test/completion (Fase 1.4) 2026-05-14 23:24:52 -03:00
cli-batches-commands.test.ts feat(cli): fase 6.1+6.2 — batches e files API (upload/CRUD/output/errors) 2026-05-15 02:24:45 -03:00
cli-chat.test.ts feat(cli): adicionar comando chat one-shot (Fase 2.1) 2026-05-15 00:28:36 -03:00
cli-clipboard.test.ts feat(cli): fase 8.1/8.6/8.14 — spinner, open, clipboard e environment helpers 2026-05-15 03:00:52 -03:00
cli-cloud-commands.test.ts feat(cli): fase 4.2 — comando cloud para agentes codex/devin/jules 2026-05-15 01:51:55 -03:00
cli-combo-command.test.ts feat(cli): banir SQLite direto — withRuntime + src/lib/db/* modules (Fase 1.5) 2026-05-14 23:41:02 -03:00
cli-combo-suggest-commands.test.ts feat(cli): fase 7 — context-eng/sessions/tags/openapi/combo-suggest/oneproxy/telemetry 2026-05-15 02:47:49 -03:00
cli-completion-dynamic.test.ts feat(cli): fase 8.5/8.7 — completion dinâmico e expansão de comandos 2026-05-15 03:24:50 -03:00
cli-compression-commands.test.ts feat(cli): fase 5.6 — comando compression com engine/configure/rules/preview 2026-05-15 02:09:36 -03:00
cli-context-eng-commands.test.ts feat(cli): fase 7 — context-eng/sessions/tags/openapi/combo-suggest/oneproxy/telemetry 2026-05-15 02:47:49 -03:00
cli-contexts.test.ts feat(cli): fase 8.4 — profiles/contexts (omniroute config contexts) 2026-05-15 03:36:51 -03:00
cli-cost.test.ts feat(cli): adicionar comando cost com breakdown de custos (Fase 2.4) 2026-05-15 00:52:15 -03:00
cli-doctor-command.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
cli-environment-helpers.test.ts feat(cli): fase 8.1/8.6/8.14 — spinner, open, clipboard e environment helpers 2026-05-15 03:00:52 -03:00
cli-environment.test.ts feat(cli): 8.12/8.14 — testes server-side e doc CLI_TOKEN_AUTH 2026-05-15 04:44:07 -03:00
cli-eval-commands.test.ts feat(cli): fase 4.3 — comando eval com suites, runs e scorecard ASCII 2026-05-15 01:52:34 -03:00
cli-exit-codes.test.ts feat(cli): Fase 0.3 — helpers base + convenções (api, i18n, output, runtime) 2026-05-14 21:42:57 -03:00
cli-expanded-commands.test.ts fix(cli): code-review — C1/C2/C3/I1/I3/I4/I5/m1/m2/m4 2026-05-15 09:48:30 -03:00
cli-files-commands.test.ts feat(cli): fase 6.1+6.2 — batches e files API (upload/CRUD/output/errors) 2026-05-15 02:24:45 -03:00
cli-i18n-catalog.test.ts feat(cli): fase 8.3 — i18n completude e linter check-cli-i18n 2026-05-15 03:52:13 -03:00
cli-keys-command.test.ts feat(cli): migrar serve/stop/restart/dashboard/keys/models/combo (Fase 1.3) 2026-05-14 23:11:30 -03:00
cli-lang-commands.test.ts feat(cli): suporte i18n completo — 42 locales, --lang flag, config lang get/set/list (#2285) 2026-05-15 13:14:14 -03:00
cli-machine-token.test.ts feat(cli): 8.12/8.14 — testes server-side e doc CLI_TOKEN_AUTH 2026-05-15 04:44:07 -03:00
cli-mcp-call-commands.test.ts feat(cli): fase 5.1 — mcp call com stream e mcp scopes 2026-05-15 02:05:06 -03:00
cli-memory-commands.test.ts feat(cli): adicionar omniroute memory (Fase 3.1) 2026-05-15 01:18:58 -03:00
cli-memory.test.ts refactor: Split CLI runner and decouple migration engine for extensibility 2026-04-17 17:02:00 -03:00
cli-model-config-schema.test.ts feat(codex): support GPT-5.5 responses websocket (#1573) 2026-04-24 15:44:59 -03:00
cli-models-command.test.ts feat(cli): migrar serve/stop/restart/dashboard/keys/models/combo (Fase 1.3) 2026-05-14 23:11:30 -03:00
cli-nodes-commands.test.ts feat(cli): fase 6.6 — nodes CRUD/validate/test/metrics 2026-05-15 02:27:20 -03:00
cli-oauth-commands.test.ts feat(cli): fase 4.1 — comando oauth com fluxos browser/import/social/device 2026-05-15 01:51:07 -03:00
cli-oneproxy-commands.test.ts feat(cli): fase 7 — context-eng/sessions/tags/openapi/combo-suggest/oneproxy/telemetry 2026-05-15 02:47:49 -03:00
cli-open-command.test.ts feat(cli): fase 8.1/8.6/8.14 — spinner, open, clipboard e environment helpers 2026-05-15 03:00:52 -03:00
cli-openapi-codegen.test.ts feat(cli): fase 9.3 — codegen de comandos a partir do OpenAPI spec (omniroute api <tag> <op>) 2026-05-15 04:58:40 -03:00
cli-openapi-commands.test.ts feat(cli): fase 7 — context-eng/sessions/tags/openapi/combo-suggest/oneproxy/telemetry 2026-05-15 02:47:49 -03:00
cli-output.test.ts feat(cli): padronizar saída emit() — cli-table3/csv-stringify/schema (Fase 1.7) 2026-05-14 23:54:49 -03:00
cli-plugin-system.test.ts feat(cli): fase 9.4 — plugin system (omniroute-cmd-*) 2026-05-15 05:11:18 -03:00
cli-policy-commands.test.ts feat(cli): fase 5.5 — comando policy com CRUD e evaluate (exit 0/4) 2026-05-15 02:08:55 -03:00
cli-pricing-commands.test.ts feat(cli): fase 6.4 — pricing sync/list/get/defaults/diff 2026-05-15 02:25:58 -03:00
cli-process-supervisor.test.ts feat(cli): crash recovery com backoff exponencial e PID granular (Fase 1.9) 2026-05-15 00:18:53 -03:00
cli-program.test.ts feat(cli): adotar Commander.js como framework CLI (Fase 1.1) 2026-05-14 22:09:53 -03:00
cli-providers-command.test.ts feat(cli): migrar comandos modulares para Commander (Fase 1.2) 2026-05-14 22:38:59 -03:00
cli-providers-metrics.test.ts feat(cli): adicionar omniroute providers metrics (Fase 2.6) 2026-05-15 01:10:10 -03:00
cli-providers-rotate.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
cli-repl.test.ts feat(cli): fase 8.11 — REPL interativo multi-turn com Ink (runRepl, session, slash commands) 2026-05-15 04:51:23 -03:00
cli-resilience-commands.test.ts feat(cli): fase 6.5 — resilience status/breakers/cooldowns/lockouts/reset/profile/config 2026-05-15 02:26:41 -03:00
cli-runtime-detection.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
cli-runtime-extended.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
cli-runtime.test.ts feat(cli): fase 8.13 — self-heal native deps (omniroute runtime check/repair/clean) 2026-05-15 03:46:26 -03:00
cli-serve-stop-command.test.ts feat(cli): migrar serve/stop/restart/dashboard/keys/models/combo (Fase 1.3) 2026-05-14 23:11:30 -03:00
cli-server-commands.test.ts feat(cli): migrar backup/restore/health/quota/cache/mcp/a2a/tunnel/env/test/completion (Fase 1.4) 2026-05-14 23:24:52 -03:00
cli-sessions-commands.test.ts feat(cli): fase 7 — context-eng/sessions/tags/openapi/combo-suggest/oneproxy/telemetry 2026-05-15 02:47:49 -03:00
cli-setup-command.test.ts feat(cli): migrar comandos modulares para Commander (Fase 1.2) 2026-05-14 22:38:59 -03:00
cli-simulate.test.ts feat(cli): adicionar comando simulate para dry-run de routing (Fase 2.3) 2026-05-15 00:45:35 -03:00
cli-skills-commands.test.ts feat(cli): adicionar omniroute skills e marketplace (Fases 3.2 e 3.3) 2026-05-15 01:24:36 -03:00
cli-spinner.test.ts feat(cli): fase 8.1/8.6/8.14 — spinner, open, clipboard e environment helpers 2026-05-15 03:00:52 -03:00
cli-stream.test.ts feat(cli): adicionar comando stream com inspeção SSE (Fase 2.2) 2026-05-15 00:36:41 -03:00
cli-sync-commands.test.ts feat(cli): fase 6.7 — sync push/pull/diff/bundle/import/tokens/initialize/resolve 2026-05-15 02:27:56 -03:00
cli-tags-commands.test.ts feat(cli): fase 7 — context-eng/sessions/tags/openapi/combo-suggest/oneproxy/telemetry 2026-05-15 02:47:49 -03:00
cli-telemetry-commands.test.ts feat(cli): fase 7 — context-eng/sessions/tags/openapi/combo-suggest/oneproxy/telemetry 2026-05-15 02:47:49 -03:00
cli-tools-auth-hardening.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
cli-tools-i18n.test.ts fix(cli-tools): preserve opencode config and raw key copy (#1626) 2026-04-26 14:26:34 -03:00
cli-tools-keys-route.test.ts fix(cli-tools): preserve opencode config and raw key copy (#1626) 2026-04-26 14:26:34 -03:00
cli-tools-schema.test.ts feat(cli): consolidar CLI_TOOLS — listCliTools/getCliTool + setup --list (Fase 1.6) 2026-05-14 23:48:12 -03:00
cli-tools.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
cli-translator-commands.test.ts feat(cli): fase 6.3 — translator detect/translate/send/stream/history 2026-05-15 02:25:24 -03:00
cli-tray.test.ts feat(cli): fase 8.8 — system tray + autostart (omniroute serve --tray) 2026-05-15 04:07:20 -03:00
cli-tui.test.ts feat(cli): TUI dashboard interativo e menu de interface (Fases 8.10+8.9) 2026-05-15 04:36:21 -03:00
cli-update-notifier.test.ts feat(cli): fase 8.2/8.12 — update-notifier e CLI machine-id token 2026-05-15 03:13:06 -03:00
cli-usage.test.ts feat(cli): adicionar grupo usage com 7 subcomandos (Fase 2.5) 2026-05-15 00:59:21 -03:00
cli-webhooks-commands.test.ts feat(cli): fase 4.4 — comando webhooks com CRUD, eventos e dispatch de teste 2026-05-15 01:53:09 -03:00
cliproxyapi-executor.test.ts fix(cliproxyapi): probe /v1/models for health (CPA 6.x has no /health) (#2189) 2026-05-12 19:50:07 -03:00
cloud-agent-tasks-route-auth.test.ts fix(auth): require management auth for agent and cooldown APIs 2026-05-13 03:47:40 -03:00
cloud-sync.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
cloudAgent-types.test.ts chore(release): prepare v3.8.0 docs and coverage ratchet 2026-05-13 03:47:40 -03:00
cloudflaredTunnel-extended.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
cloudflaredTunnel.test.ts fix: harden security scan findings 2026-05-02 04:51:38 -03:00
codex-cache-key.test.ts fix(codex): use per-conversation session_id as prompt_cache_key (#1643) 2026-04-27 00:37:15 -03:00
codex-connection-defaults.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
codex-effort-alias-priority.test.ts test(codex): regression guard for effort suffix priority (#2331) 2026-05-18 09:12:36 -03:00
codex-failover.test.ts fix(proxy): use credentials.connectionId instead of non-existent credentials.id for image proxy resolution (#1929) 2026-05-04 19:23:27 -03:00
codex-fast-tier.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
codex-import-route.test.ts feat(codex): import single Codex auth.json as OAuth connection 2026-05-17 14:04:48 -03:00
codex-quota-fetcher.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
codex-stream-false.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
codexAuthFile.test.ts feat(codex-auth): rename export to auth-{email}.json and gate Apply Local behind confirmation modal 2026-05-17 13:32:29 -03:00
codexAuthImport.test.ts feat(codex): import single Codex auth.json as OAuth connection 2026-05-17 14:04:48 -03:00
codexAuthImportBulk.test.ts feat(codex): bulk import Codex auth.json — multi-file, paste, ZIP 2026-05-17 16:52:43 -03:00
codexAuthZipExtract.test.ts feat(codex): bulk import Codex auth.json — multi-file, paste, ZIP 2026-05-17 16:52:43 -03:00
combo-499-abort.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
combo-bracket-names.test.ts fix: allow bracketed combo names (#2354) 2026-05-17 22:58:42 -03:00
combo-builder-draft.test.ts feat: add expert combo configuration mode (#1547) 2026-04-24 09:04:10 -03:00
combo-builder-options-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
combo-config.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
combo-context-length.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
combo-context-relay.test.ts fix(combo): fall back across targets on all 400 responses (#1713) 2026-04-28 08:28:09 -03:00
combo-context-window-filter.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
combo-cost-blending.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
combo-health-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
combo-provider-cooldown.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
combo-quality-validator-reasoning.test.ts fix(combo/validator): accept reasoning_content as valid output (#2341) 2026-05-18 09:10:35 -03:00
combo-routes-composite-tiers.test.ts fix: allow bracketed combo names (#2354) 2026-05-17 22:58:42 -03:00
combo-routing-engine.test.ts refactor(api): consolidate auth routing and provider config handling 2026-05-13 03:47:40 -03:00
combo-strategies.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
combo-stream-readiness-fallback.test.ts Merge release/v3.7.7 into prompt compression phase 1 2026-04-30 16:51:44 -03:00
combo-target-defensive-modelstr.test.ts fix(combo): guard target.modelStr against non-string before .startsWith (#2359) 2026-05-18 10:56:27 -03:00
combo-test-health.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
combo-test-route.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
command-code-auth-assist.test.ts feat(providers): add Command Code provider (#2199) 2026-05-12 19:57:35 -03:00
command-code-executor.test.ts fix(providers/command-code): send required stream payload (#2271) 2026-05-15 03:25:22 -03:00
compliance-audit-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
compliance-index.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
composite-tiers-validation.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
compression-tokens.test.ts feat(logs): show compression tokens in request log UI (#1923) 2026-05-04 01:34:41 -03:00
config-hot-reload.test.ts Release v3.7.4 (#1730) 2026-04-28 20:46:25 -03:00
connection-model-rules.test.ts feat(core): add payload rules, tag routing, and scheduled budgets 2026-04-17 09:00:32 -03:00
console-log-levels.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
context-handoff.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
context-manager.test.ts fix(tests): update test snapshots and registry for PRs merged into v3.8.0 2026-05-12 15:05:00 -03:00
context-pinning-tool-calls.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
copilot-usage.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
copilot-web-executor.test.ts fix(security): drop hashing in sessionPoolKey to clear CodeQL #247 2026-05-19 00:26:17 -03:00
crof-provider.test.ts Squashed commit of the following: 2026-04-25 17:08:44 -03:00
crof-usage-fetcher.test.ts feat(providers): wire CrofAI /usage_api/ into quota preflight, monitor & Limits page (#1606) 2026-04-25 23:51:18 -03:00
crof-usage.test.ts feat(providers): wire CrofAI /usage_api/ into quota preflight, monitor & Limits page (#1606) 2026-04-25 23:51:18 -03:00
cursor-agent-exec-router.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
cursor-agent-models.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
cursor-agent-protobuf.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
cursor-agent-session.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
cursor-agent-system-prompt.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
cursor-agent-tool-calls.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
cursor-streaming.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
cursor-usage-fetcher.test.ts feat(cursor): surface Cursor Pro plan usage on provider-limits dashboard (#2128) 2026-05-10 13:33:55 -03:00
cursor-version-detector.test.mjs Release v3.7.4 (#1730) 2026-04-28 20:46:25 -03:00
custom-cli-config.test.ts feat(dashboard): add custom CLI builder and eval suite management 2026-04-23 16:57:43 -03:00
custom-endpoint-paths.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
database-settings-maintenance.test.ts fix: resolve MCP endpoint auth bypass (#1970) and finalize DB settings 2026-05-05 09:59:43 -03:00
db-apikeys-crud.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
db-backup-extended.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
db-combos-crud.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
db-core-init.test.ts chore(test): sync open-mode runners and assertions 2026-05-02 01:48:58 -03:00
db-core-migration.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
db-core-native-error.test.ts fix(db): detect missing better-sqlite3 native binding from bun/skipped postinstall (#2358) 2026-05-19 04:05:36 -03:00
db-detailed-logs.test.ts fix: tolerate missing request detail logs table (#1848) 2026-05-01 08:35:52 -03:00
db-encryption.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
db-health-check.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
db-health-route.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
db-migration-runner.test.ts chore(release): align migration compatibility and packaged CLI runtime 2026-05-10 18:27:41 -03:00
db-models-crud.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
db-provider-limits.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
db-providers-crud.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
db-proxies-crud.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
db-quota-snapshots.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
db-read-cache.test.ts feat(routing): LGKP remembers last good account per provider (#2338) 2026-05-17 19:54:32 -03:00
db-recovery.test.ts feat(cli): banir SQLite direto — withRuntime + src/lib/db/* modules (Fase 1.5) 2026-05-14 23:41:02 -03:00
db-registered-keys.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
db-secrets.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
db-settings-crud.test.ts feat(routing): LGKP remembers last good account per provider (#2338) 2026-05-17 19:54:32 -03:00
db-upstreamProxy.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
db-versionManager.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
db-webhooks.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
deepseek-quota-fetcher.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
deepseek-web.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
dev-origins-config.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
display-and-error-utils.test.ts Fix image provider validation and Stability image requests (#1726) 2026-04-28 13:59:03 -03:00
dockerignore-docs-coverage.test.ts fix(docker): ship Dashboard Docs markdown in the container image (#2348) 2026-05-18 09:09:45 -03:00
docs-site-overhaul.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
domain-branch-hardening.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
domain-cost-rules.test.ts test: fix flaky domain-cost-rules.test.ts date sensitivity 2026-05-01 00:12:33 -03:00
domain-degradation.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
domain-fallback-policy.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
domain-lockout-policy.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
domain-persistence.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
electron-main.test.ts fix: harden security scan findings 2026-05-02 04:51:38 -03:00
electron-packaging.test.ts fix: package Electron runtime deps (#1639) 2026-04-26 23:59:51 -03:00
electron-preload.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
electron-smoke-script.test.ts refactor(scripts): organize into build/dev/check/docs/i18n/ad-hoc subfolders 2026-05-13 10:14:25 -03:00
embedding-rerank-provider-registry.test.ts feat(compression): RTK compression roadmap (#1889) 2026-05-03 00:37:08 -03:00
embeddings-auth.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
embeddings-handler.test.ts fix(Upstage):Update Model list (#1855) 2026-05-01 13:48:13 -03:00
emergency-fallback-service.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
empty-tool-name-loop.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
encryption.spec.ts Release v3.7.9 (continued development) (#1982) 2026-05-06 01:21:31 -03:00
error-classification.test.ts Merge branch 'main' resolving upstream conflicts (#2408) 2026-05-19 09:48:16 -03:00
error-classifier.test.ts Release v3.7.6 (#1803) 2026-04-30 14:08:50 -03:00
error-config.test.ts bug: fixes Error: Cannot find module 'process/' #1507 (#1509) 2026-04-22 12:26:17 -03:00
error-message-sanitization.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
evals-history.test.ts feat(dashboard): add custom CLI builder and eval suite management 2026-04-23 16:57:43 -03:00
evals-route.test.ts Release v3.7.6 (#1803) 2026-04-30 14:08:50 -03:00
executor-antigravity.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
executor-azure-ai-responses.test.ts Fix Azure AI Foundry provider connection handling (#2236) 2026-05-14 05:53:26 -03:00
executor-cloudflare-ai.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
executor-codex.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
executor-default-base.test.ts chore(providers): improve BazaarLink and Completions.me support (#2177) 2026-05-12 19:57:06 -03:00
executor-gemini-cli.test.ts feat(T07): API Key health tracking with A3 guard, dashboard notification, and toast navigation fixes (#2412) 2026-05-19 09:50:51 -03:00
executor-github.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
executor-gitlab.test.ts feat(providers): add GitLab Duo, NLP Cloud, and enterprise gateways 2026-04-24 07:00:21 -03:00
executor-kiro.test.ts fix(transport): cap streaming logs and parse fragmented responses (#1647) 2026-04-27 01:45:36 -03:00
executor-nlpcloud.test.ts feat(providers): add GitLab Duo, NLP Cloud, and enterprise gateways 2026-04-24 07:00:21 -03:00
executor-petals.test.ts fix(claude): preserve tool_result adjacency (#1555) 2026-04-24 09:22:46 -03:00
executor-pollinations.test.ts feat(core): add payload rules, tag routing, and scheduled budgets 2026-04-17 09:00:32 -03:00
executor-puter.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
executor-vertex-extended.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
feature-flags-settings.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
fetch-timeout.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
file-deletion.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
file-expiration-policy.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
fix-2130-system-passthrough.test.ts fix(translator): preserve body.system in openai→claude when Claude Code sends native format (#2130) 2026-05-10 15:29:17 -03:00
fix-tool-adjacency.test.ts fix: add tool_use/tool_result adjacency guard for Claude API 2026-05-18 19:18:49 -03:00
fixes-p1.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
gemini-import-route.test.ts Merge feat/gemini-auth-api-routes (PR2 Gemini) into release/v3.8.0 2026-05-18 03:01:51 -03:00
gemini-web.test.ts feat(providers): add Gemini Web cookie-based provider (#2380) 2026-05-18 22:55:49 -03:00
geminiAuthFile.test.ts feat(providers): add Replicate as free provider (#2364) 2026-05-18 08:34:00 -03:00
geminiAuthImport.test.ts feat(providers): add Replicate as free provider (#2364) 2026-05-18 08:34:00 -03:00
generic-quota-fetcher.test.ts feat(limits): per-window quota cutoffs across all providers with usage data (#2267) 2026-05-14 20:19:55 -03:00
gitlawb-provider.test.ts feat(provider): add Gitlawb Opengateway provider (xiaomi-mimo + gmi-cloud) 2026-05-17 05:24:11 +07:00
glm-executor.test.ts fix: harden stream readiness and build output (#2317) 2026-05-16 21:47:40 -03:00
glm-provider-model-import-route.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
grok-web.test.ts fix(grok-web): stabilize tool calling and response parsing (#1857) 2026-05-01 16:11:32 -03:00
guardrails-registry.test.ts feat(runtime): add hot-reloadable guardrails and model diagnostics 2026-04-17 11:56:52 -03:00
guide-settings-route.test.ts Release v3.7.3 (#1724) 2026-04-28 10:03:39 -03:00
healthMonitor.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
idempotency.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
image-generation-handler.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
image-generation-route.test.ts fix(proxy): use credentials.connectionId instead of non-existent credentials.id for image proxy resolution (#1929) 2026-05-04 19:23:27 -03:00
ip-filter.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
issue-fixes-v3.7.9.test.ts fix: resolve 3 bugs — Codex tool normalization (#1914), image gen proxy (#1904), zero-arg MCP tools (#1898) 2026-05-03 17:51:22 -03:00
json-migration-combos.test.ts fix(combos): align strategy contracts (#1892) 2026-05-03 16:12:52 -03:00
kie-executor-routing.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
kiro-multi-account-isolation.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
limiter-lifecycle.test.ts fix(rateLimit): never .stop() during runtime reset, evict cache instead (#2218) 2026-05-14 00:21:16 -03:00
local-aliases-precedence.test.ts fix(model): local aliases override cross-proxy provider inference (#2223) 2026-05-14 00:10:05 -03:00
log-export-routes.test.mjs chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
log-retention.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
log-rotation.test.ts fix(combo): fallback to next model on all-accounts-rate-limited 503 (… (#1523) 2026-04-23 01:53:00 -03:00
login-bootstrap-route.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
machine-id.test.ts node dependency updates (#2259) 2026-05-14 20:20:54 -03:00
managed-available-models.test.ts test: cover managed model alias lifecycle 2026-05-14 20:52:08 +08:00
managed-model-import.test.ts test: cover provider synced model deletion 2026-05-15 02:05:32 +08:00
management-auth-hardening.test.ts chore(release): align migration compatibility and packaged CLI runtime 2026-05-10 18:27:41 -03:00
management-password.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
mask-email.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
memory-cache.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
memory-extraction.test.ts Fix Codex Responses WebSocket memory retention and weekly limit handling (#1581) 2026-04-25 11:16:54 -03:00
memory-glm-injection.test.ts fix(memory): use user role for GLM/ZAI/Qianfan providers (#1701) 2026-04-28 02:16:16 -03:00
memory-route.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
memory-settings.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
memory-store.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
memory-summarization.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
memory-tools.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
messages-count-tokens-route.test.ts chore(test): sync open-mode runners and assertions 2026-05-02 01:48:58 -03:00
model-alias-route.test.ts refactor(core): strengthen typing and normalize auth and model flows 2026-05-10 20:48:03 -03:00
model-alias-seed.test.ts feat(providers): expose antigravity preview aliases and gemini cli onboarding 2026-04-16 23:25:58 -03:00
model-capabilities-registry.test.ts fix(ci): align cloud code thinking and model catalog tests 2026-05-12 20:28:02 -03:00
model-catalog-search.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
model-catalog-source.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
model-combo-mappings-db.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
model-combo-mappings.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
model-cooldowns-route-auth.test.ts fix(auth): require management auth for agent and cooldown APIs 2026-05-13 03:47:40 -03:00
model-cooldowns-route.test.ts feat(resilience): expose model cooldown list with manual re-enable (#2146) 2026-05-11 21:38:26 -03:00
model-cross-proxy-compat.test.ts fix: remove duplicate cloud agent provider constants (#2141) 2026-05-10 23:47:20 -03:00
model-deprecation.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
model-metadata-registry.test.ts feat(runtime): add hot-reloadable guardrails and model diagnostics 2026-04-17 11:56:52 -03:00
model-parse.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
model-strip.test.ts [Improvement] Fix Providers Default models list (Done) (#1577) 2026-04-25 11:03:31 -03:00
model-sync-route.test.ts test(modelSync,antigravity): align with post-merge route behavior 2026-05-14 00:40:18 -03:00
model-sync-scheduler.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
model-test-route.test.ts refactor(core): strengthen typing and normalize auth and model flows 2026-05-10 20:48:03 -03:00
models-catalog-route.test.ts feat(api): aggregate combo model metadata in catalog (#2166) 2026-05-11 21:14:25 -03:00
modelscope-policy.test.ts feat: add ModelScope provider-specific 429 handling and retry logic (#2202) 2026-05-12 19:57:26 -03:00
modelsDevSync-extended.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
modelsDevSync.test.ts fix(api): expose models.dev context windows in /v1/models (#1972) 2026-05-05 09:08:18 -03:00
moderations-handler.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
muse-spark-web-continuation.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
music-generation-handler.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
nanobanana-image-generation.test.ts fix: harden security scan findings 2026-05-02 04:51:38 -03:00
nanobanana-image-handler.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
native-binary-compat.test.ts refactor(scripts): organize into build/dev/check/docs/i18n/ad-hoc subfolders 2026-05-13 10:14:25 -03:00
new-content-providers.test.ts test(content): add unit tests for 5 new content providers 2026-05-18 23:49:51 +07:00
next-config.test.ts fix: harden stream readiness and build output (#2317) 2026-05-16 21:47:40 -03:00
node-runtime-support.test.ts Release v3.7.9 (continued development) (#1982) 2026-05-06 01:21:31 -03:00
notificationStore.test.ts Release/v3.8.0 (#2430) 2026-05-20 09:12:49 -03:00
oauth-kiro-idc.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
oauth-providers-config.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
observability-fase04.test.ts Release v3.7.6 (#1803) 2026-04-30 14:08:50 -03:00
observability-payloads.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
omniroute-response-meta.test.ts feat(core): add payload rules, tag routing, and scheduled budgets 2026-04-17 09:00:32 -03:00
openai-to-claude-strip-empty.test.ts Release v3.7.9 (continued development) (#1982) 2026-05-06 01:21:31 -03:00
openapi-spec-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
openapi-try-route.test.ts fix(security): harden management API auth and openapi try proxy 2026-04-25 16:45:59 -03:00
opencode-executor.test.ts feat(opencode-go): register 6 missing models from upstream catalog (#1510) 2026-04-22 12:25:49 -03:00
openrouter-registry.test.ts Release v3.7.3 (#1724) 2026-04-28 10:03:39 -03:00
orphaned-tool-filter.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
pack-artifact-policy.test.ts feat(cli): deletar bin/cli-commands.mjs monolito (Fase 1.8) 2026-05-15 00:06:14 -03:00
pagination.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
payload-rules-route.test.ts refactor(core): strengthen typing and normalize auth and model flows 2026-05-10 20:48:03 -03:00
payload-rules.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
perplexity-web.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
plan3-p0.test.ts fix: honor Codex reasoning suffix aliases (#2335) 2026-05-17 19:38:25 -03:00
policy-engine.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
postinstall-support.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
pricing-route-sources.test.ts feat(dashboard): add custom CLI builder and eval suite management 2026-04-23 16:57:43 -03:00
pricing-sync-extended.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
pricing-sync.test.ts Release v3.7.3 (#1724) 2026-04-28 10:03:39 -03:00
processManager.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
progress-tracker.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
prompt-injection-guard.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
prompt-required-routes.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
provider-audit.test.ts feat(dashboard): expand observability and provider tooling 2026-04-23 16:57:43 -03:00
provider-connections-quota-threshold.test.ts feat(limits): per-window quota cutoffs across all providers with usage data (#2267) 2026-05-14 20:19:55 -03:00
provider-header-profiles.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
provider-hints.test.ts Merge remote-tracking branch 'origin/release/v3.8.0' into feat/zero-config-auto-routing 2026-05-10 18:33:20 -03:00
provider-limits-ui.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
provider-models-config.test.ts fix(tests): update test snapshots and registry for PRs merged into v3.8.0 2026-05-12 15:05:00 -03:00
provider-models-management-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
provider-models-route.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
provider-nodes-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
provider-registry-llm7-cohere.test.ts fix(providers): register llm7 + route Cohere via compatibility layer (#2361 #2360) 2026-05-18 10:55:33 -03:00
provider-route-schemas.test.ts refactor(api): consolidate auth routing and provider config handling 2026-05-13 03:47:40 -03:00
provider-scoped-models-route.test.ts Feat/provider models (#2196) 2026-05-12 19:57:15 -03:00
provider-service.test.ts fix(maritalk):Update Model list & Implementation of the latest API (#1856) 2026-05-01 16:11:13 -03:00
provider-specific-data-schema.test.ts feat: add CC Compatible connection-level 1M context toggle 2026-04-17 16:59:18 -03:00
provider-validation-azure-vertex.test.ts feat(providers): add GitLab Duo, NLP Cloud, and enterprise gateways 2026-04-24 07:00:21 -03:00
provider-validation-branches.test.ts Merge branch 'main' resolving upstream conflicts (#2408) 2026-05-19 09:48:16 -03:00
provider-validation-hardening.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
provider-validation-image-only.test.ts Fix image provider validation and Stability image requests (#1726) 2026-04-28 13:59:03 -03:00
provider-validation-specialty.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
providers-bulk-route.test.ts feat(providers): bulk add API keys with Single/Bulk tabs 2026-05-17 11:30:49 -03:00
providers-page-utils.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
providers-route-managed-catalog.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
providers-test-route-cli-map.test.ts fix(providers): skip CLI runtime check for kilocode OAuth-based provider (#2404) 2026-05-19 04:04:26 -03:00
providers-validate-route.test.ts fix(tests): expect 503 instead of 400 for guardrail validation 2026-05-01 09:53:51 -03:00
proxy-connection-test.test.ts feat(api): aggregate combo model metadata in catalog (#2166) 2026-05-11 21:14:25 -03:00
proxy-fetch.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
proxy-management-v1-route.test.ts refactor(core): strengthen typing and normalize auth and model flows 2026-05-10 20:48:03 -03:00
proxy-registry.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
proxyfetch-undici-retry.test.ts feat(antigravity): support custom Google Cloud project ID (#2227) 2026-05-14 05:11:24 -03:00
public-api-routes.test.ts refactor(api): consolidate auth routing and provider config handling 2026-05-13 03:47:40 -03:00
publicCreds.test.ts fix(security): mask public upstream creds + centralize error sanitization 2026-05-14 10:38:13 -03:00
qianfan-provider.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
qoder-cli.test.ts test(cli): resolve strict null checks in Qoder unit tests 2026-04-18 10:29:30 -03:00
qoder-executor.test.ts Release v3.7.4 (#1730) 2026-04-28 20:46:25 -03:00
qoder-oauth-config.test.ts fix(security): mask public upstream creds + centralize error sanitization 2026-05-14 10:38:13 -03:00
qoder-test-runtime-disambiguation.test.ts fix(providers/qoder): disambiguate OAuth/CLI vs API-key error surface (#2247) 2026-05-14 11:46:07 -03:00
quota-monitor.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
quota-policy-generalization.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
quota-preflight.test.ts feat(limits): per-window quota cutoffs across all providers with usage data (#2267) 2026-05-14 20:19:55 -03:00
qwen-api-key-auto-create.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
rate-limit-enhanced.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
rate-limit-manager.test.ts fix(rate-limit): watchdog, env override, and stage tracing to prevent silent wedges (#1828) 2026-04-30 15:48:50 -03:00
rate-limiter-redis-optional.test.ts fix(rate-limiter): Redis is now opt-in via REDIS_URL (#2357) 2026-05-18 10:57:23 -03:00
reasoning-cache.test.ts fix(tests): align requiresReasoningReplay xiaomi-mimo tests with object signature 2026-05-14 09:22:17 -03:00
registry-utils.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
release-notes.test.ts Release v3.7.4 (#1730) 2026-04-28 20:46:25 -03:00
releaseChecker.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
remaining-tasks.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
remote-image-fetch.test.ts feat(network): add guarded remote image fetch utility 2026-04-27 02:25:46 -03:00
request-defaults-store-session.test.ts feat: add CC Compatible connection-level 1M context toggle 2026-04-17 16:59:18 -03:00
request-log-detail-layout.test.ts fix(reasoning): preserve chat effort and protocol labels (#1550) 2026-04-24 09:04:04 -03:00
request-log-detail-stream.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
request-log-migration.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
request-log-payloads.test.ts chore: fix CodeQL alerts and missing docker postinstall 2026-04-18 11:44:20 -03:00
request-logger-bounded-clone.test.ts feat(antigravity): support custom Google Cloud project ID (#2227) 2026-05-14 05:11:24 -03:00
resilience-settings-quota-preflight.test.ts feat(limits): per-window quota cutoffs across all providers with usage data (#2267) 2026-05-14 20:19:55 -03:00
resilience-settings-upstream429-breaker.test.ts Merge remote-tracking branch 'origin/release/v3.8.0' into feat/zero-config-auto-routing 2026-05-10 18:33:20 -03:00
resolve-omniroute-base-url.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
response-sanitizer.test.ts fix(deepseek): preserve reasoning_content for DeepSeek V4 models (cherry-pick from PR #2231) 2026-05-14 09:20:21 -03:00
responses-handler.test.ts test: fix post-merge test breakages from #2227 #2233 #2238 2026-05-14 06:19:02 -03:00
responses-input-sanitizer-name.test.ts fix: remove implicit API key request caps (#2289) 2026-05-16 12:12:53 -03:00
responses-transformer.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
responses-translation-fixes.test.ts fix(openai-responses): emit reasoning summary as delta.reasoning_content (#2159) 2026-05-11 10:22:07 -03:00
responses-ws-proxy.test.mjs refactor(scripts): organize into build/dev/check/docs/i18n/ad-hoc subfolders 2026-05-13 10:14:25 -03:00
role-normalizer.test.ts fix(translator): map developer→system by default for non-openai providers (#2281) 2026-05-16 10:13:08 -03:00
route-edge-coverage.test.ts refactor(core): strengthen typing and normalize auth and model flows 2026-05-10 20:48:03 -03:00
run-next-playwright.test.ts refactor(scripts): organize into build/dev/check/docs/i18n/ad-hoc subfolders 2026-05-13 10:14:25 -03:00
runtime-env.test.ts refactor(scripts): organize into build/dev/check/docs/i18n/ad-hoc subfolders 2026-05-13 10:14:25 -03:00
runtime-ports.test.ts refactor(scripts): organize into build/dev/check/docs/i18n/ad-hoc subfolders 2026-05-13 10:14:25 -03:00
runtime-timeouts.test.ts fix: harden stream readiness and build output (#2317) 2026-05-16 21:47:40 -03:00
safe-outbound-fetch.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
schema-coercion.test.ts fix(deepseek): preserve reasoning_content for DeepSeek V4 models (cherry-pick from PR #2231) 2026-05-14 09:20:21 -03:00
search-cache-ttl-zero.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
search-handler-extended.test.ts feat(search): add Z.AI Coding Plan Search via MCP protocol (#2238) 2026-05-14 05:42:22 -03:00
search-provider-validation.test.ts feat(providers): add AgentRouter support and per-model health checks 2026-04-25 09:19:20 -03:00
search-registry.test.ts test: fix post-merge test breakages from #2227 #2233 #2238 2026-05-14 06:19:02 -03:00
search-route.test.ts feat(search): add Z.AI Coding Plan Search via MCP protocol (#2238) 2026-05-14 05:42:22 -03:00
security-fase01.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
security-hashkey.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
semantic-cache.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
services-branch-hardening.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
session-manager.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
settings-api.test.ts Release v3.7.6 (#1803) 2026-04-30 14:08:50 -03:00
settings-i18n-keys.test.ts feat(settings): add request body limit setting (#1968) 2026-05-05 09:12:35 -03:00
settings-route-password.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
settings-schema-routing-strategies.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
shared-api-utils.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
sidebar-route-match.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
sidebar-visibility.test.ts chore(release): v3.7.9 — all changes in ONE commit 2026-05-03 18:42:05 -03:00
signature-cache-bypass.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
signature-cache.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
skills-builtins-sandbox.test.ts feat(skills): add workspace-scoped builtins with sandbox execution 2026-04-26 03:03:52 -03:00
skills-executor.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
skills-injection.test.ts Release v3.6.9 (#1404) 2026-04-19 19:50:30 -03:00
skills-interception.test.ts feat(runtime): add hot-reloadable guardrails and model diagnostics 2026-04-17 11:56:52 -03:00
skills-provider-setting.test.ts Release v3.6.9 (#1404) 2026-04-19 19:50:30 -03:00
skills-registry.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
skills-routes.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
skills-skillssh.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
spend-batch-writer.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
sse-auth.test.ts feat(limits): per-window quota cutoffs across all providers with usage data (#2267) 2026-05-14 20:19:55 -03:00
sse-heartbeat-integration.test.ts node dependency updates (#2259) 2026-05-14 20:20:54 -03:00
sse-heartbeat.test.ts feat(search): add Z.AI Coding Plan Search via MCP protocol (#2238) 2026-05-14 05:42:22 -03:00
sse-parser.test.ts Fix CC-compatible streaming bridge 2026-05-10 09:44:11 -03:00
sse-shim-contract.test.ts feat(skills): add workspace-scoped builtins with sandbox execution 2026-04-26 03:03:52 -03:00
stream-handler.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
stream-readiness-policy.test.ts fix: remove implicit API key request caps (#2289) 2026-05-16 12:12:53 -03:00
stream-readiness.test.ts fix: harden stream readiness and build output (#2317) 2026-05-16 21:47:40 -03:00
stream-strip-responses-lifecycle-echo.test.ts fix(sse): make Responses passthrough robust for size-sensitive clients (#1580) 2026-04-25 07:46:33 -03:00
stream-utilities.test.ts Merge remote-tracking branch 'origin/release/v3.7.8' into release/v3.7.8 2026-05-02 01:18:37 -03:00
stream-utils.test.ts fix(stream): skip [DONE] terminator for Claude SSE clients (#2190) 2026-05-12 19:49:59 -03:00
streamHelpers.test.ts fix(copilot): emit compatible reasoning text deltas (#1919) 2026-05-04 00:11:25 -03:00
strict-random-deck.test.ts refactor: Split CLI runner and decouple migration engine for extensibility 2026-04-17 17:02:00 -03:00
sync-bundle.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
sync-env.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
sync-routes.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
system-prompt.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
system-transforms.test.ts fix(claude-oauth): enable system-transforms pipeline for native claude executor 2026-05-18 13:25:30 +01:00
t3-chat-web.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
t06-schema-hardening.test.ts Release v3.7.6 (#1803) 2026-04-30 14:08:50 -03:00
t07-no-log-key-config.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
t08-allowed-connections.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
t08-mcp-scope-enforcement.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
t09-a2a-lifecycle.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
t12-pricing-updates.test.ts fix: resolve test suite regressions from registry cleanup 2026-05-04 14:13:20 -03:00
t13-stale-quota-display.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
t14-proxy-fast-fail.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
t16-gemini-enum-type-string.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
t19-codex-responses-empty-content.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
t20-t22-provider-headers.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
t23-t24-fallback-resilience.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
t25-provider-validation-modelid-fallback.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
t26-ai-sdk-accept-header-compat.test.ts fix(v1/messages): default to non-stream for Claude format when ambiguous (#2326) 2026-05-17 19:36:57 -03:00
t27-github-copilot-response-format.test.ts fix(transport): harden GitHub and Kiro streaming (#1645) 2026-04-27 01:09:23 -03:00
t28-model-catalog-updates.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
t29-vertex-sa-json-executor.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
t30-kiro-400-model-unavailable.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
t31-t33-t34-t38-model-specs.test.ts Add Grok 4.3 + Add Xiaomi Mimo TTS provider (#1837) 2026-05-01 08:36:24 -03:00
t40-opencode-cli-tools-integration.test.ts fix(cli-tools): preserve opencode config and raw key copy (#1626) 2026-04-26 14:26:34 -03:00
t42-image-size-to-aspect-ratio.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
t43-gemini-tool-call-no-thought-signature.test.ts Release v3.6.9 (#1404) 2026-04-19 19:50:30 -03:00
t44-antigravity-thought-signature-preserved.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
tag-routing.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
tailscaleTunnel.test.ts bug: fixes Error: Cannot find module 'process/' #1507 (#1509) 2026-04-22 12:26:17 -03:00
telemetry-summary-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
think-tag-parser.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
thinking-budget.test.ts fix(modelSpecs): cap thinking budget for Claude Opus 4.6 / 4.7 / Sonnet 4.6 (#2197) 2026-05-12 19:44:45 -03:00
thundering-herd.test.ts refactor: unify resilience controls (#1449) 2026-04-21 04:13:28 -03:00
token-accounting-input-fix.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
token-health-check.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
token-refresh-route-service.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
token-refresh-service.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
tool-limit-detector.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
tool-request-sanitization.test.ts fix(deepseek): preserve reasoning_content for DeepSeek V4 models (cherry-pick from PR #2231) 2026-05-14 09:20:21 -03:00
tool-schema-sanitizer.test.mjs fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
tools-filter-anthropic-format.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
tooltip-portal-behavior.test.ts fix(ui/tooltip): render in portal + clamp to viewport (#2352) 2026-05-18 09:18:25 -03:00
translator-antigravity-to-openai.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
translator-claude-helper-thinking.test.ts refactor(claudeHelper): export NON_ANTHROPIC_THINKING_PLACEHOLDER and reuse in tests 2026-05-13 13:18:27 +00:00
translator-claude-to-gemini.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
translator-claude-to-openai.test.ts fix: resolve 3 bugs — Codex tool normalization (#1914), image gen proxy (#1904), zero-arg MCP tools (#1898) 2026-05-03 17:51:22 -03:00
translator-gemini-to-openai.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
translator-helper-branches.test.ts test(deepseek): fix cache key in translator replay tests to message:0 2026-05-14 09:21:17 -03:00
translator-openai-responses-req.test.ts feat(responses): degrade background mode to synchronous execution (#2164) 2026-05-11 21:03:26 -03:00
translator-openai-to-claude.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
translator-openai-to-cursor.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
translator-openai-to-gemini.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
translator-openai-to-kiro.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
translator-resp-claude-to-openai.test.ts fix(translator): exclude cache_creation_input_tokens from prompt_tokens (#2215) 2026-05-14 11:41:27 -03:00
translator-resp-cursor-to-openai.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
translator-resp-gemini-to-claude.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
translator-resp-gemini-to-openai.test.ts fix(gemini-cli): align Cloud Code transport (#1869) 2026-05-02 06:01:07 -03:00
translator-resp-kiro-to-openai.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
translator-resp-openai-responses.test.ts fix(openai-responses): emit reasoning summary as delta.reasoning_content (#2159) 2026-05-11 10:22:07 -03:00
translator-resp-openai-to-antigravity.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
translator-resp-openai-to-claude.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
translator-stream-transform.test.ts feat(dashboard): add custom CLI builder and eval suite management 2026-04-23 16:57:43 -03:00
translator-tool-call-shim.test.ts fix(translator): coerce submit_pr_review functionalChanges/findings to arrays (#2242) 2026-05-14 08:08:02 -03:00
upstream-headers-sanitize.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
upstream-response-headers-strip.test.ts fix(sse): strip stale content-encoding/length/transfer-encoding from upstream responses 2026-05-15 20:23:53 +01:00
url-sanitize.test.ts fix(security): resolve 14 CodeQL code scanning alerts 2026-04-27 20:00:10 -03:00
usage-analytics-route.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
usage-analytics.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
usage-extractor.test.ts fix: extract flat cached_tokens/reasoning_tokens from OpenAI-compatible usage objects (#2350) 2026-05-17 21:11:06 -03:00
usage-history-db.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
usage-migrations.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
usage-service-deepseek.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
usage-service-hardening.test.ts Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
v1-combos-projection.test.ts fix(api/combos): add API-key-safe GET /v1/combos endpoint (#2300) 2026-05-16 10:14:06 -03:00
v1-ws-bridge.test.ts refactor(scripts): organize into build/dev/check/docs/i18n/ad-hoc subfolders 2026-05-13 10:14:25 -03:00
v1-ws-route.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
v1beta-models-route.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
validate-response-quality.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
veoaifree-web-executor.test.ts feat(providers): add Veo AI Free as web wrapper provider (#2366) 2026-05-18 08:35:34 -03:00
version-manager.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
versionManager-orchestrator.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
video-generation-handler.test.ts Release v3.8.0 (#2073) 2026-05-10 00:55:06 -03:00
virtual-auto-combo.test.ts refactor(api): consolidate auth routing and provider config handling 2026-05-13 03:47:40 -03:00
vision-bridge-env-override.test.ts fix(guardrails/vision-bridge): env override for non-Anthropic endpoint (#2232) 2026-05-14 22:42:48 -03:00
vision-bridge-settings-schema.test.ts feat(release): implement Hermes CLI config and message content stripping (#1475, #1387) 2026-04-22 01:39:49 -03:00
visionBridgeDefaults.test.ts fix(providers): refresh web client user agents (#1699) 2026-04-28 02:41:19 -03:00
web-cookie-auth.test.ts Release v3.7.5 (#1753) 2026-04-30 01:27:03 -03:00
web-runtime-env.test.ts chore: apply PR 1495 and update changelog 2026-04-21 21:12:29 -03:00
wildcard-router.test.ts chore(release): v3.6.6 — Stabilization (#1241) 2026-04-16 05:26:17 -03:00
windsurf-devin-executors.test.ts feat(oauth): complete Windsurf / Devin CLI OAuth + API-token flows (#2168) 2026-05-11 21:49:32 -03:00
xiaomi-mimo-provider.test.ts Add Grok 4.3 + Add Xiaomi Mimo TTS provider (#1837) 2026-05-01 08:36:24 -03:00
zed-docker-detect.test.ts Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
zed-import-utils.test.ts feat(providers): add Empower and Poe gateway support 2026-04-24 07:48:19 -03:00