1. CLI Fatal Crash on Keystroke (Inline Completion Bug)
Even when not actively using the CLI to generate any prompts, the Model Usage quota occasionally shows 100% exhausted across all models (Flash, Flash Lite, Pro) due to background tasks or strict preview model limits.
The critical bug is that when the quota is at 100%, simply typing any character into the CLI causes the entire application to instantly crash and bounce out to the terminal prompt.
This appears to be caused by the background enablePromptCompletion and inlineThinkingMode features triggering an API request on keystroke. When the API returns a 429 Quota Exceeded error, the CLI fails to handle the exception gracefully and terminates the session entirely without displaying an error message.
Steps to Reproduce:
- Reach 100% quota limit on the connected Google One AI Ultra account.
- Launch
gemini --yolo.
- Type any character in the prompt area.
- The CLI immediately crashes/exits to the standard bash prompt.
Expected Behavior:
The CLI should smoothly handle the 429 error from inline completion without crashing the terminal session. It should display a "Quota Reached" warning or simply disable autocomplete, allowing the user to continue interacting with menus.
2. Appalling Performance of gemini-3.1-pro-preview on Windows/WSL
I must also strongly report that the gemini-3.1-pro-preview model is currently severely underperforming to the point where it is fundamentally impossible to work effectively in a Windows/WSL environment. The model frequently misunderstands basic file system structures and outputs "stupid" context assumptions, causing critical workflow bottlenecks.
Environment:
- OS: Windows 11 / WSL Ubuntu
- CLI Version: v0.39.1
- Plan: Google One AI Ultra
1. CLI Fatal Crash on Keystroke (Inline Completion Bug)
Even when not actively using the CLI to generate any prompts, the Model Usage quota occasionally shows 100% exhausted across all models (Flash, Flash Lite, Pro) due to background tasks or strict preview model limits.
The critical bug is that when the quota is at 100%, simply typing any character into the CLI causes the entire application to instantly crash and bounce out to the terminal prompt.
This appears to be caused by the background
enablePromptCompletionandinlineThinkingModefeatures triggering an API request on keystroke. When the API returns a429 Quota Exceedederror, the CLI fails to handle the exception gracefully and terminates the session entirely without displaying an error message.Steps to Reproduce:
gemini --yolo.Expected Behavior:
The CLI should smoothly handle the 429 error from inline completion without crashing the terminal session. It should display a "Quota Reached" warning or simply disable autocomplete, allowing the user to continue interacting with menus.
2. Appalling Performance of gemini-3.1-pro-preview on Windows/WSL
I must also strongly report that the
gemini-3.1-pro-previewmodel is currently severely underperforming to the point where it is fundamentally impossible to work effectively in a Windows/WSL environment. The model frequently misunderstands basic file system structures and outputs "stupid" context assumptions, causing critical workflow bottlenecks.Environment: