Skip to content

[Bug] Fatal Crash on Keystroke at 100% API Quota (Inline Completion Error) + Severe Model Performance #26089

@jyongchul

Description

@jyongchul

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:

  1. Reach 100% quota limit on the connected Google One AI Ultra account.
  2. Launch gemini --yolo.
  3. Type any character in the prompt area.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/coreIssues related to User Interface, OS Support, Core Functionalityeffort/small1 day or less: trivial logic, UI adjustments, docskind/bugpriority/p1Important and should be addressed in the near term.status/bot-triaged

    Type

    No fields configured for Bug.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions