@smart-coders-hq/opencode-model-fallback 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/package.json +2 -1
  2. package/plugin.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-coders-hq/opencode-model-fallback",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Ordered model fallback chains with health tracking for OpenCode",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,6 +36,7 @@
36
36
  "@opencode-ai/plugin": "^1.2.24",
37
37
  "@semantic-release/changelog": "^6.0.3",
38
38
  "@semantic-release/commit-analyzer": "^13.0.1",
39
+ "@semantic-release/exec": "^7.1.0",
39
40
  "@semantic-release/git": "^10.0.1",
40
41
  "@semantic-release/github": "^12.0.6",
41
42
  "@semantic-release/npm": "^13.1.5",
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": "0.1.0",
6
+ "version": "1.0.6",
7
7
  "entry": "dist/index.js",
8
8
  "links": [
9
9
  {