1. 16 Mar, 2026 1 commit
    • Ethan0x0000's avatar
      fix: always show usage stats for OpenAI OAuth and hide zero-value badges · 1acfc46f
      Ethan0x0000 authored
      - Simplify OpenAI rendering: always fetch /usage, prefer fetched data over
        codex snapshot (snapshot serves as loading placeholder only)
      - Remove dead code: preferFetchedOpenAIUsage, isOpenAICodexSnapshotStale,
        and unreachable template branch
      - Add today-stats support for key accounts (req/tokens/A/U badges)
      - Use formatCompactNumber for consistent number formatting
      - Add A/U badge titles for clarity
      - Filter zero-value window stats in UsageProgressBar to avoid empty badges
      - Update tests to match new fetched-data-first behavior
      1acfc46f
  2. 15 Mar, 2026 4 commits
  3. 11 Mar, 2026 2 commits
  4. 07 Mar, 2026 2 commits
  5. 06 Mar, 2026 1 commit
  6. 28 Feb, 2026 1 commit
  7. 24 Feb, 2026 1 commit
    • erio's avatar
      fix: fix intercept_warmup_requests config not being saved · 59898c16
      erio authored
      Extract applyInterceptWarmup utility to unify all credential building
      call sites:
      - Fix upstream account creation missing intercept_warmup_requests write
      - Fix apikey edit mode missing else-branch to clear the setting
      - Add backend unit test for IsInterceptWarmupEnabled
      - Add frontend unit test for credentialsBuilder
      59898c16