Displays subprocess stdout and stderr in real time as the process runs — not buffered until exit. Uses a PTY (pseudo-terminal) on POSIX so the child process keeps line-buffering active, just as it ...
When the Gemini CLI returns a retryable error — such as MODEL_CAPACITY_EXHAUSTED (HTTP 429) or UNAVAILABLE (HTTP 503) — the system currently fails terminally ...