1. 16 Apr, 2026 10 commits
  2. 15 Apr, 2026 12 commits
  3. 14 Apr, 2026 2 commits
  4. 12 Apr, 2026 1 commit
  5. 11 Apr, 2026 8 commits
  6. 09 Apr, 2026 7 commits
    • Your Name's avatar
      Bump version to 0.99.15 · cd3769d8
      Your Name authored
      Fix Kilo OAuth2 500 errors with retry logic:
      - Root cause: Vercel edge node cdg1 returning 500 errors
      - Added retry logic with exponential backoff (3 attempts)
      - Logs Vercel edge node ID to track which node handles request
      - Retries automatically route to different edge nodes
      - Delays: 1s, 2s, 4s between retries
      cd3769d8
    • Your Name's avatar
      Bump version to 0.99.14 · f884822b
      Your Name authored
      Add detailed request/response logging for Kilo OAuth2:
      - Log exact request URL, headers, and body
      - Log httpx version being used
      - Log complete response status, headers, and body
      - This will help diagnose the 500 error difference between local and remote
      f884822b
    • Your Name's avatar
      Bump version to 0.99.13 · 5b70ef31
      Your Name authored
      Add explicit headers to Kilo OAuth2 device auth request:
      - Added Content-Length: 0 header
      - Added User-Agent header
      - Attempting to fix 500 error on remote servers
      5b70ef31
    • Your Name's avatar
      Bump version to 0.99.12 · adc12b41
      Your Name authored
      Fix Kilo OAuth2 device auth for remote servers:
      - Changed from data={} to explicit content=b'' with Content-Type header
      - This ensures proper form-urlencoded POST request format
      - Fixes 500 error when calling from remote servers behind nginx
      adc12b41
    • Your Name's avatar
      Add favicon to PyPI package · 7c82fca3
      Your Name authored
      7c82fca3
    • Your Name's avatar
      Bump version to 0.99.11 · c802cbea
      Your Name authored
      - Added version number to debug startup message
      - Fixed Kilo OAuth2 device auth endpoint (form encoding)
      - Fixed dashboard save endpoints (rotations/autoselect)
      - Fixed analytics page template syntax error
      - Fixed Kilo provider model prefetch at startup
      - Added favicon to PyPI package
      c802cbea
    • Your Name's avatar
      Bump version to 0.99.10 · 5e8dc9ad
      Your Name authored
      Fixes:
      - Kilo OAuth2 device auth endpoint now uses form encoding instead of JSON
      - Final fix for Kilo device auth 500 Internal Server Error
      5e8dc9ad