ding113 b7a58ddfc4 feat(ws): add WebSocket toggle, frame schemas, server bootstrap, and transport classifier 1 bulan lalu
..
anthropic-provider-overrides.test.ts dc6469268a refactor(anthropic): decouple adaptive thinking from thinking budget preference 2 bulan lalu
anthropic-usage-parsing.test.ts 4e462d53b4 feat: add provider cache hit rate ranking to dashboard and leaderboard 3 bulan lalu
available-models.test.ts 39ec130a93 test(models): 为 available-models 工具函数添加单元测试 (#528) 3 bulan lalu
billing-header-rectifier.test.ts 7931fd37da feat: add billing header rectifier to strip x-anthropic-billing-header from system prompt (#784) 1 bulan lalu
build-request-details-redaction.test.ts 43e8f84854 feat(session): change STORE_SESSION_MESSAGES to control redaction instead of storage 2 bulan lalu
client-detector.test.ts af072b330a fix(proxy): relax Claude Code detection to 4-signal system for CLI 2.0.70 compat 1 bulan lalu
client-guard.test.ts af072b330a fix(proxy): relax Claude Code detection to 4-signal system for CLI 2.0.70 compat 1 bulan lalu
codex-provider-overrides.test.ts 004fe8a173 feat: add codex service tier provider overrides (#870) 1 bulan lalu
endpoint-path-normalization.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
endpoint-policy-parity.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
endpoint-policy.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
error-handler-session-id-error.test.ts d9e85acdac feat: Dashboard Logs:秒级时间筛选 + Session ID 精确筛选/联想/展示(含回归修复) (#611) 2 bulan lalu
error-handler-verbose-provider-error-details.test.ts aacaae47f2 fix(logs): improve fake 200 error logs (#790) 1 bulan lalu
extract-usage-metrics.test.ts 9c85b21c44 fix(proxy): add OpenAI chat completion format support in usage extraction (#705) (#716) 2 bulan lalu
gemini-vertex-model-extraction.test.ts 53a65fe1ec fix(proxy): extract model from Gemini Vertex AI publishers path for correct billing 1 bulan lalu
guard-pipeline-warmup.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
metadata-injection.test.ts f6a0b47841 fix(proxy): remove deterministic session ID to prevent collision across conversations (#793) 1 bulan lalu
pricing-no-price.test.ts 2e663cd5c6 feat(pricing): resolve provider-aware billing for multi-provider models (#873) 1 bulan lalu
provider-group-match.test.ts a19965f906 feat: add provider group parsing and effective group retrieval functions 3 bulan lalu
provider-selector-cross-type-model.test.ts 565f2e6d49 test: add comprehensive cross-type model routing tests (#832) 1 bulan lalu
provider-selector-format-compatibility.test.ts e6e334cd1e refactor(proxy): remove format converters and enforce same-format routing (#709) 2 bulan lalu
provider-selector-group-priority.test.ts a7bbef3c31 feat: add per-group provider priority and inline editing (#701) 2 bulan lalu
provider-selector-model-mismatch-binding.test.ts 416583f66e test(session): add unit tests for model mismatch stale binding cleanup 2 bulan lalu
provider-selector-model-redirect.test.ts a11dc76e30 Fix provider exhaustion after model redirect (refs #629) (#633) 2 bulan lalu
provider-selector-select-provider-by-type.test.ts 8ec2e872d2 fix: 加固 /v1/models 分组隔离与 webhook 处理 3 bulan lalu
provider-selector-total-limit.test.ts cdd6fe792d fix(rate-limit): unify lease mechanism for all periodic cost limits (#674) 2 bulan lalu
proxy-auth-cookie-passthrough.test.ts 61cce9b5f8 refactor: security auth overhaul and provider batch operations (#806) 1 bulan lalu
proxy-forwarder-endpoint-audit.test.ts 4bcebb952c fix: responses/compact endpoint, CB cache invalidation, client restrictions batch edit (#833) 1 bulan lalu
proxy-forwarder-fake-200-html.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
proxy-forwarder-host-header-fix.test.ts 669de4211e fix(proxy): correct Host header to match actual request target in standard path 1 bulan lalu
proxy-forwarder-large-chunked-response.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
proxy-forwarder-nonok-body-hang.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
proxy-forwarder-raw-passthrough-regression.test.ts 580259f6eb fix: strip transfer-encoding from forwarded upstream requests (#880) 1 bulan lalu
proxy-forwarder-retry-limit.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
proxy-forwarder-status-text.test.ts a01547e1a7 fix(proxy): 未知状态码不再兜底 OK 3 bulan lalu
proxy-forwarder-thinking-signature-rectifier.test.ts 3cdec3f2c0 chore: format code (feat-multi-improvements-batch-319883c) 2 bulan lalu
proxy-forwarder.test.ts 580259f6eb fix: strip transfer-encoding from forwarded upstream requests (#880) 1 bulan lalu
proxy-handler-session-id-error.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
rate-limit-guard.test.ts d5db25fec7 fix(session): 修复多 Key 并发下 User 并发 Session 上限可能被击穿 (#776) 1 bulan lalu
response-handler-endpoint-circuit-isolation.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
response-handler-gemini-stream-passthrough-timeouts.test.ts 8f50adce6f refactor(proxy): introduce EndpointPolicy to replace hardcoded count_tokens checks (#801) 1 bulan lalu
response-handler-lease-decrement.test.ts 1277e9743b feat(providers): add sub-navigation, Options tab, and proxy indicator (#876) 1 bulan lalu
response-handler-non200.test.ts f56d5648d4 chore: format code (dev-53e3a3e) 2 bulan lalu
responses-session-id.test.ts d9e85acdac feat: Dashboard Logs:秒级时间筛选 + Session ID 精确筛选/联想/展示(含回归修复) (#611) 2 bulan lalu
session-guard-warmup-intercept.test.ts f6a0b47841 fix(proxy): remove deterministic session ID to prevent collision across conversations (#793) 1 bulan lalu
session.test.ts 2e663cd5c6 feat(pricing): resolve provider-aware billing for multi-provider models (#873) 1 bulan lalu
ssl-error-detection.test.ts cba22fc04a fix(proxy): add SSL certificate error detection and endpoint retry limiting 2 bulan lalu
thinking-budget-rectifier.test.ts 129f69d4b1 feat(anthropic): add adaptive thinking override support (#758) 2 bulan lalu
transport-classifier.test.ts b7a58ddfc4 feat(ws): add WebSocket toggle, frame schemas, server bootstrap, and transport classifier 1 bulan lalu
warmup-guard.test.ts f872f051cb feat: 拦截 Anthropic Warmup 请求 (#525) 3 bulan lalu