[Bug] Cannot switch to another OpenCode Go model after a regional availability error #1501
Oceanpie
started this conversation in
Bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Affected area
What happened?
I was using an OpenCode Go subscription with
opencode-go/gpt-5.6-luna. A request returned a regional service-availability error.I then selected
opencode-go/deepseek-v4-flash. Prime Agent required authentication configuration before the selected model could make a request, even though the OpenCode Go subscription was already configured.Steps to reproduce
opencode-go/gpt-5.6-luna.opencode-go/deepseek-v4-flashthrough the model selector or/model.Expected behavior
Explicitly selecting a different model from the same configured provider should allow that model to make a request using the existing authentication. If the request succeeds, the provider should become available again. If it fails, the existing stale state should remain.
Prime Agent version
Prime Agent 0.7.2 (source commit
9bf49d897). Currentmainat7ca44937f(0.7.3) has the same model-selection gate in source.All reactions