opencode
opencode copied to clipboard
When use vertex models (like gemini 3 pro perview) no session name generated.
Description
No session name generated when vertex ai models used (tried gemini 3 pro preview, gemini 2.5 pro)
OpenCode version
1.0.133
Steps to reproduce
- Add vertex ai auth login.
- start new session
- select gemini 3 pro preview model
- run prompts
Screenshot and/or share link
Operating System
macOS 15.7.2
Terminal
iTerm2
This issue might be a duplicate of existing issues. Please check:
- #4040: Session auto naming - Reports that sessions fail to auto-name for certain providers (bedrock, azure) due to small model selection issues. Vertex AI appears to have the same root cause
- #4632: Gemini 3 pro preview issues - Specifically mentions that sessions are not automatically renamed when using google-vertex/gemini-3-pro-preview
Feel free to ignore if none of these address your specific case.
we are gonna have a fix soon, for now set:
small_model in your opencode config
Basically for most providers we can infer a cheaper model but things like azure bedrock vertex we cant so it silently fails rn