DashboardopencodeOpenCode model parsing and command fall…

OpenCode model parsing and command fallback resolution

Category: gotcha
Confidence: 0.90
ID: 01a0829e-09a1-7b78-882b-0dcf2d7fc442
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 1
Source session: 0Um7NOOvXX15uTgCy
Created: 2026-07-16 21:36:50
Updated: 2026-09-08 20:03:10

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 7 20h ago

Content

OpenCode splits model references at the first slash: openrouter/anthropic/claude-opus-4.8 becomes provider openrouter and model anthropic/claude-opus-4.8. Commands may fail while normal chat works because chat carries an already-resolved input.model, whereas commands can fall back to the configured default model. If that default references a provider unavailable in the command-time registry, resolution fails. Verify both the first-slash model reference and that the configured provider is consistently loaded.

Move to: