fix(opencode): refresh Go catalog and accept terminal pings - #145
Merged
Conversation
Owner
|
Thank you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenCode Go's live catalog includes models that the proxy does not yet recognize, so Claude Code rejects those model IDs before reaching the provider. This refreshes the catalog with the 14 missing models and their Chat Completions, Messages, or Responses routes. It also keeps
grok-4.6provider-qualified so the bare ID remains owned by the native Grok provider, and extends GLM reasoning-effort handling to GLM 5.3.Live testing exposed a second issue on the newly routed
opencode-go/grok-4.6: OpenCode appends a billingpingafterresponse.completed, which made both buffered and streaming translation fail with HTTP 502. The translator now ignores only that harmless trailing ping while continuing to reject duplicate terminal events, late content, and malformed trailing frames.Added models:
grok-4.6,glm-5.3,glm-5.3-flash,longcat-2.0deepseek-flash,deepseek-v4-flash-vision-expmimo-v2-pro,mimo-v2-omniqwen3.8-flash,hy4-preview,hy3-previewmuse-spark-1.3-contributor,muse-spark-1.2-contributor,omen-alphaValidation:
cargo test— all unit, integration, and smoke suites pass