@x-all-in-one/coding-helper 0.4.7 → 0.4.9

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.
@@ -40,6 +40,7 @@ export interface OpenCodeModelEntry {
40
40
  };
41
41
  provider?: {
42
42
  npm: string;
43
+ api?: string;
43
44
  };
44
45
  }
45
46
  export interface OpenCodeProviderConfig {
@@ -110,7 +110,7 @@ export function buildOpenCodeModelEntry(info) {
110
110
  entry.reasoning = true;
111
111
  }
112
112
  if (isResponsesModel) {
113
- entry.provider = { npm: '@ai-sdk/openai' };
113
+ entry.provider = { npm: '@ai-sdk/openai', api: '' };
114
114
  }
115
115
  return entry;
116
116
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@x-all-in-one/coding-helper",
3
3
  "type": "module",
4
- "version": "0.4.7",
4
+ "version": "0.4.9",
5
5
  "description": "X All In One Coding Helper",
6
6
  "author": "X.AIO",
7
7
  "homepage": "https://docs.x-aio.com/zh/docs",