You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(iso-harness): emit opencode-model-fallback.json from iso/config.json
Add optional top-level `opencodeModelFallback` on `iso/config.json`. When
present, the OpenCode emitter writes `.opencode/opencode-model-fallback.json`
verbatim so `@razroo/opencode-model-fallback` picks up global
`fallback_models`, custom `retryable_error_patterns`, cooldowns, etc.
without merging unknown keys into `opencode.json`.
Validates the field is a plain object. Documented in README + CHANGELOG.
Tests cover happy path and schema rejection.
Bumps @razroo/iso-harness to 0.6.1.
Made-with: Cursor
0 commit comments