openclaw - 💡(How to fix) Fix opencode-go plugin: missing models in static catalog (Qwen3.6 Plus, MiMo-V2.5-Pro, Kimi-K2.6) [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#70366Fetched 2026-04-23 07:25:36
View on GitHub
Comments
2
Participants
3
Timeline
3
Reactions
0
Author
Timeline (top)
commented ×2closed ×1

Code Example

opencode-go/MiMo-V2.5-Pro - - - - missing
opencode-go/Qwen3.6 Plus   - - - - missing
opencode-go/Kimi-K2.6      - - - - missing

---

opencode-go/kimi-k2.5    text+image 256k no yes fallback#1
opencode-go/glm-5        text 200k no yes fallback#2
opencode-go/minimax-m2.5 text 200k no yes fallback#3
RAW_BUFFERClick to expand / collapse

Problem

The opencode-go plugin in OpenClaw uses a static model catalog that only includes 3 models:

  • opencode-go/kimi-k2.5
  • opencode-go/glm-5
  • opencode-go/minimax-m2.5

However, the OpenCode Go API (endpoint: https://opencode.ai/zen/go/v1/chat/completions) supports many more models, including:

  • qwen3.6-plus
  • qwen3.5-plus
  • mimo-v2.5-pro
  • mimo-v2.5
  • mimo-v2-pro
  • mimo-v2-omni
  • kimi-k2.6

When these models are configured as fallbacks (e.g. opencode-go/Qwen3.6 Plus), OpenClaw returns model_not_found without ever calling the API, and falls back to the next model in the chain.

Evidence

  1. Direct API call to https://opencode.ai/zen/go/v1/chat/completions with model qwen3.6-plus succeeds with HTTP 200 and valid response.

  2. openclaw models list --provider opencode-go shows new models as missing:

opencode-go/MiMo-V2.5-Pro - - - - missing
opencode-go/Qwen3.6 Plus   - - - - missing
opencode-go/Kimi-K2.6      - - - - missing
  1. Working models (in catalog):
opencode-go/kimi-k2.5    text+image 256k no yes fallback#1
opencode-go/glm-5        text 200k no yes fallback#2
opencode-go/minimax-m2.5 text 200k no yes fallback#3

Expected behavior

Models supported by the OpenCode Go API should be registered in the plugin's static catalog so OpenClaw can resolve them without calling the API first (avoiding unnecessary failover delay).

Environment

  • OpenClaw: 2026.4.21
  • Plugin: opencode-go (bundled, stock)
  • API key: OPENCODE_API_KEY configured

Suggested fix

Update the static catalog in dist/onboard-Bydjn1C5.js (or the source equivalent) to include the full list of OpenCode Go models currently supported by the API.

Reference: https://opencode.ai/docs/go/

extent analysis

TL;DR

Update the static model catalog in the opencode-go plugin to include all models supported by the OpenCode Go API.

Guidance

  • Verify the list of supported models in the OpenCode Go API documentation (https://opencode.ai/docs/go/) to ensure accuracy.
  • Update the dist/onboard-Bydjn1C5.js file (or its source equivalent) to include the missing models, such as qwen3.6-plus, `mimo-v

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Models supported by the OpenCode Go API should be registered in the plugin's static catalog so OpenClaw can resolve them without calling the API first (avoiding unnecessary failover delay).

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING