What happened?
I'm experiencing severe performance issues when using Gemini CLI for very small tasks (editing 1–3 files). The CLI frequently gets stuck for several minutes even after the edit is already completed.
In one case, Gemini CLI took 13–14 minutes just to answer a simple question ("which model are you using?") while processing a very small code change.
This seems related to the agent verification loop and possibly model routing when using Auto.
Environment :
- Tool: Gemini CLI
- Model setting: Auto (Gemini 3)
- Auth: Browser-based login (not API key)
- Sandbox: disabled (no sandbox)
- Repo size: medium (~few hundred files)
- OS: macOS
- Task scope: 1–3 files
Example Task
I asked Gemini CLI to fix a simple validation issue in a React form.
Scope:
base-form.tsx
create-link-version-form.tsx
The change was very small (changing form validation mode).
Example diff:
const form = useForm({
- mode: 'onChange',
resolver: zodResolver(LinkVersionFormSchema),
defaultValues,
})
Asking a simple question like "which model are you using?" took ~13–14 minutes to receive a response.
What did you expect to happen?
Client information
Client Information
Run gemini to enter the interactive CLI, then run the /about command.
> /about
# paste output here
Login information
No response
Anything else we need to know?
No response
What happened?
I'm experiencing severe performance issues when using Gemini CLI for very small tasks (editing 1–3 files). The CLI frequently gets stuck for several minutes even after the edit is already completed.
In one case, Gemini CLI took 13–14 minutes just to answer a simple question ("which model are you using?") while processing a very small code change.
This seems related to the agent verification loop and possibly model routing when using Auto.
Environment :
Example Task
I asked Gemini CLI to fix a simple validation issue in a React form.
Scope:
base-form.tsx
create-link-version-form.tsx
The change was very small (changing form validation mode).
Example diff:
const form = useForm({
resolver: zodResolver(LinkVersionFormSchema),
defaultValues,
})
Asking a simple question like "which model are you using?" took ~13–14 minutes to receive a response.
What did you expect to happen?
Client information
Client Information
Run
geminito enter the interactive CLI, then run the/aboutcommand.Login information
No response
Anything else we need to know?
No response