oh-my-opencode 2.5.0 → 2.5.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/dist/index.js CHANGED
@@ -9702,7 +9702,7 @@ function transformRequest(options) {
9702
9702
  endpointOverride,
9703
9703
  thoughtSignature
9704
9704
  } = options;
9705
- const effectiveModel = modelName || extractModelFromBody(body) || extractModelFromUrl(url) || "gemini-3-pro-preview";
9705
+ const effectiveModel = modelName || extractModelFromBody(body) || extractModelFromUrl(url) || "gemini-3-pro-high";
9706
9706
  const streaming = isStreamingRequest(url, body);
9707
9707
  const action = streaming ? "streamGenerateContent" : "generateContent";
9708
9708
  const endpoint = endpointOverride || getDefaultEndpoint();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",