@expiren/opencode-antigravity-auth 1.6.7 → 1.6.8
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
|
@@ -1801,6 +1801,12 @@ var OPENCODE_MODEL_DEFINITIONS = {
|
|
|
1801
1801
|
limit: { context: 1048576, output: 65535 },
|
|
1802
1802
|
modalities: DEFAULT_MODALITIES
|
|
1803
1803
|
}),
|
|
1804
|
+
"gemini-3.5-flash-preview": defineModel("gemini-3.5-flash-preview", {
|
|
1805
|
+
name: "Gemini 3.5 Flash Preview (Gemini CLI)",
|
|
1806
|
+
reasoning: true,
|
|
1807
|
+
limit: { context: 1048576, output: 65536 },
|
|
1808
|
+
modalities: DEFAULT_MODALITIES
|
|
1809
|
+
}),
|
|
1804
1810
|
"gemini-3.1-pro-preview-customtools": defineModel("gemini-3.1-pro-preview-customtools", {
|
|
1805
1811
|
name: "Gemini 3.1 Pro Preview Custom Tools (Gemini CLI)",
|
|
1806
1812
|
reasoning: true,
|