opencode-see-image 0.8.0 → 0.8.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.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -270,6 +270,7 @@ async function seeImageViaSDK(
270
270
  candidates.push({ providerID: envProvider, modelID: envModel })
271
271
  }
272
272
  candidates.push({ providerID: "opencode-go", modelID: "minimax-m3" })
273
+ candidates.push({ providerID: "opencode", modelID: "mimo-v2.5-free" })
273
274
  candidates.push({ providerID: "opencode", modelID: "big-pickle" })
274
275
 
275
276
  for (const { providerID, modelID } of candidates) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-see-image",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Give non-vision opencode models the ability to see images/screenshots by routing them to a vision-capable model (MiniMax M3 via opencode-go by default).",
5
5
  "type": "module",
6
6
  "main": "index.ts",