Gemini CLI Fix: Handle 429 Rate Limit Errors with Retries

ashmita-web · ghdev · 2026-08-19

This PR fixes an issue where the withEvalRetries helper in Gemini CLI silently missed 429 rate-limit and quota-exhaustion errors. Previously, a RESOURCEEXHAUSTED error would propagate as an uncaught failure, blocking PRs and nightly runs unnecessarily instead of being treated as a transient API hiccup.

Key Changes:

Original post →

More from coding & agent

coding & agent channel →