opencode-aicodewith-auth 0.1.67 → 0.1.69

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/dist/index.js +4 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1793,7 +1793,8 @@ var provider_config_default = {
1793
1793
  ]
1794
1794
  },
1795
1795
  provider: {
1796
- npm: "@ai-sdk/openai"
1796
+ npm: "@ai-sdk/openai",
1797
+ api: "https://api.openai.com/v1"
1797
1798
  },
1798
1799
  options: {
1799
1800
  store: false,
@@ -1843,7 +1844,8 @@ var provider_config_default = {
1843
1844
  ]
1844
1845
  },
1845
1846
  provider: {
1846
- npm: "@ai-sdk/openai"
1847
+ npm: "@ai-sdk/openai",
1848
+ api: "https://api.openai.com/v1"
1847
1849
  },
1848
1850
  options: {
1849
1851
  store: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-aicodewith-auth",
3
- "version": "0.1.67",
3
+ "version": "0.1.69",
4
4
  "description": "OpenCode plugin for AICodewith authentication - Access GPT-5.3 Codex, GPT-5.2, Claude, and Gemini models through AICodewith API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",