@anthonyhaussman/opencode-agy-auth 1.1.25-alpha.0 → 1.1.25-alpha.1

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
@@ -19372,6 +19372,15 @@ var latestAgyAuthResolver;
19372
19372
  var latestAgyConfiguredProjectId;
19373
19373
  var latestAgyUserAgentModel;
19374
19374
  var STATIC_MODELS_SIMPLE = {
19375
+ "gemini-3.8-flash": {
19376
+ name: "Gemini 3.8 Flash",
19377
+ description: "Gemini 3.8 Flash base model. Select tier at runtime.",
19378
+ maxTokens: 1048576,
19379
+ maxOutputTokens: 65536,
19380
+ toolCall: true,
19381
+ reasoning: true,
19382
+ attachment: true
19383
+ },
19375
19384
  "gemini-3.7-flash": {
19376
19385
  name: "Gemini 3.7 Flash",
19377
19386
  description: "Gemini 3.7 Flash base model. Select tier at runtime.",
@@ -19437,6 +19446,11 @@ var STATIC_MODELS_SIMPLE = {
19437
19446
  }
19438
19447
  };
19439
19448
  var TIER_MAPPING = {
19449
+ "gemini-3.8-flash": {
19450
+ low: "gemini-3.8-flash-low",
19451
+ medium: "gemini-3.8-flash-medium",
19452
+ high: "gemini-3.8-flash-high"
19453
+ },
19440
19454
  "gemini-3.7-flash": {
19441
19455
  low: "gemini-3.7-flash-low",
19442
19456
  medium: "gemini-3.7-flash-medium",