@smart-coders-hq/opencode-model-fallback 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -227,7 +227,7 @@ To see the full event stream (including `event.received` and `retry.nomatch`), s
227
227
  ```bash
228
228
  bun install
229
229
  bun run lint # lint checks
230
- bun test # 137 tests across 11 files
230
+ bun test # 145 tests across 11 files
231
231
  bunx tsc --noEmit # type check
232
232
  bun run build # build to dist/
233
233
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-coders-hq/opencode-model-fallback",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Ordered model fallback chains with health tracking for OpenCode",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/plugin.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "id": "opencode-model-fallback",
4
4
  "name": "Model Fallback",
5
5
  "description": "Ordered model fallback chains with health tracking and preemptive redirects for OpenCode",
6
- "version": "1.1.0",
6
+ "version": "1.1.1",
7
7
  "entry": "dist/index.js",
8
8
  "links": [
9
9
  {