Skip to content

fix(setup): Remove model selection constraint from setup command#142

Merged
moisgobg merged 1 commit intomainfrom
fix/bug-fixes
Mar 4, 2026
Merged

fix(setup): Remove model selection constraint from setup command#142
moisgobg merged 1 commit intomainfrom
fix/bug-fixes

Conversation

@moisgobg
Copy link
Contributor

@moisgobg moisgobg commented Mar 4, 2026

Removes a hardcoded critical instruction from the setup command that previously forced the agent to always select the "flash" model regardless of task complexity.

We need to remove this constraint for a couple of reasons:

1. Not always working: Forcing the "flash" model selection for every task leads to unpredictable results, and causes the agent to hallucinate more.

2. Quota management belongs in Gemini CLI: This constraint was originally added as a workaround for quota limitations. We should address quota issues and model tiering robustly within the core Gemini CLI logic, rather than through hardcoded prompt LLM instructions.

Related Issue:
Fixes #141

@moisgobg moisgobg requested a review from hminooei March 4, 2026 20:49
@moisgobg moisgobg self-assigned this Mar 4, 2026
@moisgobg moisgobg added bug Something isn't working area:setup Related to conductor:setup command labels Mar 4, 2026
@moisgobg moisgobg merged commit 90b583f into main Mar 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:setup Related to conductor:setup command bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove model selection constraint from setup command

2 participants