gemini-cli
gemini-cli copied to clipboard
gemini -m accepts arbitrary model names and just reflects it in the status
What happened?
Either that or I'm using gemini-4-pro now:
What did you expect to happen?
I was expecting to have errors on the cli if i picked an invalid model name.
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
UPDATE: looks like the model name was just passed verbatim to the backend without validation:
Hi, I will work on this.