1. 20 Apr, 2026 8 commits
  2. 19 Apr, 2026 24 commits
  3. 17 Apr, 2026 8 commits
    • Your Name's avatar
      0.99.32 · 11f1173b
      Your Name authored
      11f1173b
    • Your Name's avatar
      Update pyproject.toml to version 0.99.32 · c9d4dba1
      Your Name authored
      c9d4dba1
    • Your Name's avatar
      v0.99.32 - Fix OAuth authentication UI and restore full functionality · 7fdaca09
      Your Name authored
      - Fixed duplicate authentication area in providers dashboard
      - Restored full OAuth authentication with popup windows for all providers
      - Added missing JavaScript authentication functions (authenticateClaude, authenticateQwen, authenticateCodex, authenticateKilo)
      - Added missing backend endpoint /dashboard/providers/{provider_name}/auth/check
      - Fixed import errors and attribute access for OAuth provider configs
      - Fixed credential structure access for each OAuth provider type
      - Fixed polling status responses (approved -> completed)
      - Added human-readable expiration time formatting (days, hours, minutes, seconds)
      - All OAuth flows now work with proper popup windows, polling, and status updates
      7fdaca09
    • Your Name's avatar
      Update version 0.99.31 · e7663cb5
      Your Name authored
      e7663cb5
    • Your Name's avatar
      fix: restore dashboard functionality and add response cache page · 0a61873a
      Your Name authored
      - Restore Rate Limits and Response Cache links in analytics page for admin users
      - Add detailed Optimization Savings section with token and cost breakdown
      - Fix JavaScript syntax error in rate limits page
      - Add response cache dashboard page with statistics and management
      - Update setup.py to include new response cache template
      0a61873a
    • Your Name's avatar
    • Your Name's avatar
      feat: add savings estimation to analytics dashboard · 75ee3b84
      Your Name authored
      - Add Estimated Savings card showing money saved from cache hits
      - Fetch cache statistics via AJAX and calculate savings
      - Display savings prominently in Cost Overview section
      - Assumes average cost of $0.002 per cached request
      75ee3b84
    • Your Name's avatar
      feat: add navigation links and response cache page to analytics dashboard · 99d1cd6c
      Your Name authored
      - Add quick links navigation to Analytics, Response Cache, and Rate Limits pages
      - Create response_cache.html template with cache statistics and management
      - Add /dashboard/response-cache route to display cache page (not just JSON)
      - Fix rate_limits URL in navigation (use /dashboard/rate-limits)
      - All three pages now have consistent navigation between them
      99d1cd6c