SIGN IN SIGN UP

fix: skip sandbox endpoints for Gemini CLI models

Gemini CLI models (gemini-3-flash-preview, etc.) only work with the
production endpoint (cloudcode-pa.googleapis.com). Previously, the
fallback loop tried all endpoints including sandbox ones, causing
404/403 errors before reaching production.

This fix skips sandbox endpoints when headerStyle is 'gemini-cli',
eliminating the error cascade reported in issue #233.

Fixes #233
N
Noe committed
9aa21d4fe9f88aa6d1afc7e4fce87b545cb346a1
Parent: 1f54d35