Bug 1: google-gemini-cli silently falls back when GCP project ID is missing โ no user-visible error
OpenClaw version: 2026.4.22 (00bd2cf)
OS: Linux (headless server)
When using the google-gemini-cli provider with a Google Workspace account, the gateway silently fails and falls back to the next model. No warning or
diagnostic is surfaced to the user.
Gateway log:
FailoverError: Missing token or projectId in Google Cloud credentials.
Use /login to re-authenticate.
openclaw models status and openclaw models list still show Gemini as primary with auth: yes and available: true โ giving the user no indication anything is
wrong.
Expected: A diagnostic error or status flag when the provider cannot be used (missing GOOGLE_CLOUD_PROJECT for Workspace accounts).