opencode icon indicating copy to clipboard operation
opencode copied to clipboard

When use vertex models (like gemini 3 pro perview) no session name generated.

Open SKozar opened this issue 1 month ago • 2 comments

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

  1. Add vertex ai auth login.
  2. start new session
  3. select gemini 3 pro preview model
  4. run prompts

Screenshot and/or share link

Image

Operating System

macOS 15.7.2

Terminal

iTerm2

SKozar avatar Dec 05 '25 03:12 SKozar

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.

github-actions[bot] avatar Dec 05 '25 03:12 github-actions[bot]

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

rekram1-node avatar Dec 05 '25 03:12 rekram1-node