feat: update opencode-go default model

Co-authored-by: masrlinu <5259918+masrlinu@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-04-25 05:03:21 +01:00
parent 8cc38c1b86
commit fa976e5b93
16 changed files with 25 additions and 24 deletions

View File

@@ -167,7 +167,7 @@ OpenClaw ships with the piai catalog. These providers require **no**
- Auth: `OPENCODE_API_KEY` (or `OPENCODE_ZEN_API_KEY`)
- Zen runtime provider: `opencode`
- Go runtime provider: `opencode-go`
- Example models: `opencode/claude-opus-4-6`, `opencode-go/kimi-k2.5`
- Example models: `opencode/claude-opus-4-6`, `opencode-go/kimi-k2.6`
- CLI: `openclaw onboard --auth-choice opencode-zen` or `openclaw onboard --auth-choice opencode-go`
```json5

View File

@@ -48,7 +48,7 @@ As of the bundled pi catalog, the provider includes:
</Step>
<Step title="Set a Go model as default">
```bash
openclaw config set agents.defaults.model.primary "opencode-go/kimi-k2.5"
openclaw config set agents.defaults.model.primary "opencode-go/kimi-k2.6"
```
</Step>
<Step title="Verify models are available">
@@ -80,7 +80,7 @@ As of the bundled pi catalog, the provider includes:
```json5
{
env: { OPENCODE_API_KEY: "YOUR_API_KEY_HERE" }, // pragma: allowlist secret
agents: { defaults: { model: { primary: "opencode-go/kimi-k2.5" } } },
agents: { defaults: { model: { primary: "opencode-go/kimi-k2.6" } } },
}
```

View File

@@ -66,7 +66,7 @@ as one OpenCode setup.
</Step>
<Step title="Set a Go model as the default">
```bash
openclaw config set agents.defaults.model.primary "opencode-go/kimi-k2.5"
openclaw config set agents.defaults.model.primary "opencode-go/kimi-k2.6"
```
</Step>
<Step title="Verify models are available">
@@ -102,7 +102,7 @@ as one OpenCode setup.
| Property | Value |
| ---------------- | ------------------------------------------------------------------------ |
| Runtime provider | `opencode-go` |
| Example models | `opencode-go/kimi-k2.5`, `opencode-go/glm-5`, `opencode-go/minimax-m2.5` |
| Example models | `opencode-go/kimi-k2.6`, `opencode-go/glm-5`, `opencode-go/minimax-m2.5` |
## Advanced configuration