@expiren/opencode-antigravity-auth 1.6.14 → 1.6.17
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 +1 -18
- package/dist/index.js.map +2 -2
- package/dist/src/plugin/config/models.d.ts.map +1 -1
- package/dist/src/plugin/config/models.js +0 -15
- package/dist/src/plugin/config/models.js.map +1 -1
- package/dist/src/plugin/request.d.ts.map +1 -1
- package/dist/src/plugin/request.js.map +1 -1
- package/dist/src/plugin/transform/model-resolver.d.ts +3 -7
- package/dist/src/plugin/transform/model-resolver.d.ts.map +1 -1
- package/dist/src/plugin/transform/model-resolver.js +5 -12
- package/dist/src/plugin/transform/model-resolver.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1774,12 +1774,6 @@ var OPENCODE_MODEL_DEFINITIONS = {
|
|
|
1774
1774
|
limit: { context: 1048576, output: 65536 },
|
|
1775
1775
|
modalities: DEFAULT_MODALITIES
|
|
1776
1776
|
}),
|
|
1777
|
-
"gemini-3-pro-preview": defineModel("gemini-3-pro-preview", {
|
|
1778
|
-
name: "Gemini 3 Pro Preview (Gemini CLI)",
|
|
1779
|
-
reasoning: true,
|
|
1780
|
-
limit: { context: 1048576, output: 65535 },
|
|
1781
|
-
modalities: DEFAULT_MODALITIES
|
|
1782
|
-
}),
|
|
1783
1777
|
"gemini-3.1-pro-preview": defineModel("gemini-3.1-pro-preview", {
|
|
1784
1778
|
name: "Gemini 3.1 Pro Preview (Gemini CLI)",
|
|
1785
1779
|
reasoning: true,
|
|
@@ -1795,15 +1789,6 @@ var OPENCODE_MODEL_DEFINITIONS = {
|
|
|
1795
1789
|
output: ["text", "image"]
|
|
1796
1790
|
}
|
|
1797
1791
|
}),
|
|
1798
|
-
"gemini-3-pro-image-preview": defineModel("gemini-3-pro-image-preview", {
|
|
1799
|
-
name: "Gemini 3 Pro Image Preview (Gemini CLI)",
|
|
1800
|
-
reasoning: false,
|
|
1801
|
-
limit: { context: 66e3, output: 33e3 },
|
|
1802
|
-
modalities: {
|
|
1803
|
-
input: ["text", "image"],
|
|
1804
|
-
output: ["text", "image"]
|
|
1805
|
-
}
|
|
1806
|
-
}),
|
|
1807
1792
|
"gemini-3.1-pro-preview-customtools": defineModel("gemini-3.1-pro-preview-customtools", {
|
|
1808
1793
|
name: "Gemini 3.1 Pro Preview Custom Tools (Gemini CLI)",
|
|
1809
1794
|
reasoning: true,
|
|
@@ -5778,10 +5763,8 @@ var THINKING_TIER_BUDGETS = {
|
|
|
5778
5763
|
default: { low: 4096, medium: 8192, high: 16384 }
|
|
5779
5764
|
};
|
|
5780
5765
|
var MODEL_ALIASES = {
|
|
5781
|
-
// Gemini 3 variants - for Gemini CLI only (tier stripped, thinkingLevel used)
|
|
5766
|
+
// Gemini 3.x variants - for Gemini CLI only (tier stripped, thinkingLevel used)
|
|
5782
5767
|
// For Antigravity, these are bypassed and full model name is kept
|
|
5783
|
-
"gemini-3-pro-low": "gemini-3-pro",
|
|
5784
|
-
"gemini-3-pro-high": "gemini-3-pro",
|
|
5785
5768
|
"gemini-3.1-pro-low": "gemini-3.1-pro",
|
|
5786
5769
|
"gemini-3.1-pro-high": "gemini-3.1-pro",
|
|
5787
5770
|
"gemini-3-flash-low": "gemini-3-flash",
|