@expiren/opencode-antigravity-auth 1.6.49 → 1.6.50
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 +0 -2
- package/dist/index.js.map +2 -2
- package/dist/src/plugin.d.ts.map +1 -1
- package/dist/src/plugin.js +3 -5
- package/dist/src/plugin.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12741,8 +12741,6 @@ var createAntigravityPlugin = (providerId) => async ({ client, directory }) => {
|
|
|
12741
12741
|
const req = { ...parsed.request };
|
|
12742
12742
|
delete req.generationConfig;
|
|
12743
12743
|
delete req.thinkingConfig;
|
|
12744
|
-
delete req.tools;
|
|
12745
|
-
delete req.toolConfig;
|
|
12746
12744
|
delete req.safetySettings;
|
|
12747
12745
|
probeBody = JSON.stringify({ ...parsed, request: req });
|
|
12748
12746
|
}
|