"backend/internal/vscode:/vscode.git/clone" did not exist on "bb7bfb6980458c90dc66207ce65580735c2d881e"
  1. 10 Feb, 2026 11 commits
  2. 09 Feb, 2026 27 commits
  3. 08 Feb, 2026 2 commits
    • erio's avatar
      feat: shuffle accounts within same sort group to prevent thundering herd · 1af06aed
      erio authored
      Add post-sort shuffle for accounts with identical (priority, loadRate,
      lastUsedAt) to break deterministic ordering when concurrent requests
      read the same scheduler snapshot. Applies to both Antigravity and
      OpenAI scheduling paths, plus the sortAccountsByPriorityAndLastUsed
      helper.
      
      Keeps upstream CallCount/ModelLoadInfo scheduling intact; shuffle is
      additive and only randomises within equivalent-rank groups.
      1af06aed
    • erio's avatar
      feat: route AccountTypeUpstream to ForwardUpstream in Forward() entry · 9236936a
      erio authored
      Without this routing guard, ForwardUpstream is never called because
      Forward() always proceeds with the standard OAuth/cookie flow.
      9236936a