{ "$comment": "Model registry for /bonk and /review keyword routing. The first word after /bonk, /review, or @ask-bonk in a comment selects the alias; an unknown or absent word falls back to `default`. Each registration is the opencode model definition that gets injected into OPENCODE_CONFIG_CONTENT so the opencode version pinned in the workflows can resolve models released after its bundled models.dev snapshot. The `options` field passes through to AI SDK providerOptions and carries per-call reasoning controls -- shape is provider-specific: Anthropic uses `effort` + `thinking.type`, OpenAI uses `reasoningEffort`, Google uses `thinkingConfig.thinkingLevel` (Gemini 3+) or `thinkingConfig.thinkingBudget` (Gemini 2.5).", "default": "opus", "models": { "opus": { "id": "anthropic/claude-opus-4-7", "registration": { "id": "anthropic/claude-opus-4-7", "options": { "effort": "xhigh", "thinking": { "type": "adaptive" } } } }, "kimi": { "id": "workers-ai/@cf/moonshotai/kimi-k2.7-code", "registration": { "id": "workers-ai/@cf/moonshotai/kimi-k2.7-code" } } } }