[Feat] Add Qwen3.8 Max to OpenCode Go - #1245
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Verified the supplied review against the direct Anthropic stream and history paths. The inert |
…odels-3p3a6lqkljc58
|
Resolved the merge conflicts with Both conflicts were overlapping test additions from the merged GLM-5.3 work and this PR's Qwen3.8 Max work. The resolution preserves both model-specific test cases and keeps the updated GLM-5.3 case-insensitive assertion alongside Qwen3.8 Max. The full test suite, type checks, lint, and diff checks pass. |
What changed
qwen3.8-max, including context and output limits, multimodal support, pricing, caching, and streamed reasoning output.Why this change was made
OpenCode Go now serves Qwen3.8 Max. Without curated metadata and routing, Zoo Code can discover the ID dynamically but cannot reliably expose its native limits, calculate costs, or select the correct wire protocol.
Impact
OpenCode Go users can select Qwen3.8 Max with accurate model capabilities and cost reporting. Streamed reasoning remains visible, but it is not advertised as preserved across requests because the gateway does not provide a usable signed-thinking continuity field. Existing models and the default selection are unchanged.
Related PRs
Screenshots