The built-in Forge OpenCode provider model lists are currently maintained statically in crates/forge_repo/src/provider/provider.json.
OpenCode CLI sources its effective OpenCode Zen and OpenCode Go model lists from models.dev and filters deprecated models before presenting opencode models output.
Forge should update its static opencode_zen and opencode_go model arrays to match OpenCode CLI's effective non-deprecated model lists:
opencode_zen should mirror opencode
opencode_go should mirror opencode-go
This keeps Forge's OpenCode model selection consistent with OpenCode itself.
Co-Authored-By: ForgeCode noreply@forgecode.dev
The built-in Forge OpenCode provider model lists are currently maintained statically in
crates/forge_repo/src/provider/provider.json.OpenCode CLI sources its effective OpenCode Zen and OpenCode Go model lists from models.dev and filters deprecated models before presenting
opencode modelsoutput.Forge should update its static
opencode_zenandopencode_gomodel arrays to match OpenCode CLI's effective non-deprecated model lists:opencode_zenshould mirroropencodeopencode_goshould mirroropencode-goThis keeps Forge's OpenCode model selection consistent with OpenCode itself.
Co-Authored-By: ForgeCode noreply@forgecode.dev