🤖 Gemini Bot Maintenance Update

This commit is contained in:
gemini-cli[bot]
2026-05-15 23:49:43 +00:00
parent f534f3f17a
commit 1e6bdb8c11
4 changed files with 215 additions and 23 deletions
+75 -1
View File
@@ -974,6 +974,12 @@ their corresponding top-level category object in your `settings.json` file.
"gemini-3.1-pro-preview": {
"default": "gemini-3.1-pro-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-pro"
},
{
"condition": {
"hasAccessToPreview": false
@@ -991,6 +997,12 @@ their corresponding top-level category object in your `settings.json` file.
"gemini-3.1-pro-preview-customtools": {
"default": "gemini-3.1-pro-preview-customtools",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-pro"
},
{
"condition": {
"hasAccessToPreview": false
@@ -1002,6 +1014,12 @@ their corresponding top-level category object in your `settings.json` file.
"gemini-3-flash-preview": {
"default": "gemini-3-flash-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-flash"
},
{
"condition": {
"hasAccessToPreview": false
@@ -1013,6 +1031,12 @@ their corresponding top-level category object in your `settings.json` file.
"gemini-3-pro-preview": {
"default": "gemini-3-pro-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-pro"
},
{
"condition": {
"hasAccessToPreview": false
@@ -1037,6 +1061,12 @@ their corresponding top-level category object in your `settings.json` file.
"auto": {
"default": "gemini-3-pro-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-pro"
},
{
"condition": {
"releaseChannel": "stable"
@@ -1067,6 +1097,12 @@ their corresponding top-level category object in your `settings.json` file.
"pro": {
"default": "gemini-3-pro-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-pro"
},
{
"condition": {
"hasAccessToPreview": false
@@ -1091,6 +1127,12 @@ their corresponding top-level category object in your `settings.json` file.
"gemini-3.1-flash-lite-preview": {
"default": "gemini-3.1-flash-lite-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-flash-lite"
},
{
"condition": {
"useGemini3_1FlashLite": false
@@ -1102,6 +1144,12 @@ their corresponding top-level category object in your `settings.json` file.
"flash": {
"default": "gemini-3-flash-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-flash"
},
{
"condition": {
"hasAccessToPreview": false
@@ -1115,7 +1163,15 @@ their corresponding top-level category object in your `settings.json` file.
"contexts": [
{
"condition": {
"useGemini3_1FlashLite": true
"useGemini3_1FlashLite": true,
"authType": "gemini-api-key"
},
"target": "gemini-3.1-flash-lite-preview"
},
{
"condition": {
"useGemini3_1FlashLite": true,
"authType": "vertex-ai"
},
"target": "gemini-3.1-flash-lite-preview"
}
@@ -1124,6 +1180,12 @@ their corresponding top-level category object in your `settings.json` file.
"auto-gemini-3": {
"default": "gemini-3-pro-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-pro"
},
{
"condition": {
"hasAccessToPreview": false
@@ -1163,6 +1225,12 @@ their corresponding top-level category object in your `settings.json` file.
"flash": {
"default": "gemini-3-flash-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-flash"
},
{
"condition": {
"hasAccessToPreview": false
@@ -1180,6 +1248,12 @@ their corresponding top-level category object in your `settings.json` file.
"pro": {
"default": "gemini-3-pro-preview",
"contexts": [
{
"condition": {
"authType": "oauth-personal"
},
"target": "gemini-2.5-pro"
},
{
"condition": {
"hasAccessToPreview": false