@expiren/opencode-antigravity-auth 1.6.13 → 1.6.15

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
@@ -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,6 +1789,15 @@ var OPENCODE_MODEL_DEFINITIONS = {
1795
1789
  output: ["text", "image"]
1796
1790
  }
1797
1791
  }),
1792
+ "gemini-3-pro-image-preview": defineModel("gemini-3-pro-image-preview", {
1793
+ name: "Gemini 3 Pro Image Preview (Gemini CLI)",
1794
+ reasoning: false,
1795
+ limit: { context: 66e3, output: 33e3 },
1796
+ modalities: {
1797
+ input: ["text", "image"],
1798
+ output: ["text", "image"]
1799
+ }
1800
+ }),
1798
1801
  "gemini-3.1-pro-preview-customtools": defineModel("gemini-3.1-pro-preview-customtools", {
1799
1802
  name: "Gemini 3.1 Pro Preview Custom Tools (Gemini CLI)",
1800
1803
  reasoning: true,
@@ -5769,10 +5772,8 @@ var THINKING_TIER_BUDGETS = {
5769
5772
  default: { low: 4096, medium: 8192, high: 16384 }
5770
5773
  };
5771
5774
  var MODEL_ALIASES = {
5772
- // Gemini 3 variants - for Gemini CLI only (tier stripped, thinkingLevel used)
5775
+ // Gemini 3.x variants - for Gemini CLI only (tier stripped, thinkingLevel used)
5773
5776
  // For Antigravity, these are bypassed and full model name is kept
5774
- "gemini-3-pro-low": "gemini-3-pro",
5775
- "gemini-3-pro-high": "gemini-3-pro",
5776
5777
  "gemini-3.1-pro-low": "gemini-3.1-pro",
5777
5778
  "gemini-3.1-pro-high": "gemini-3.1-pro",
5778
5779
  "gemini-3-flash-low": "gemini-3-flash",